Skip to main content
GET
/
v1
/
token
/
list
Token List v1
curl --request GET \
  --url https://api.tokenomist.ai/v1/token/list \
  --header 'x-api-key: <api-key>'
{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z"
  },
  "status": true,
  "data": [
    {
      "id": "optimism",
      "name": "Optimism",
      "symbol": "OP",
      "circulatingSupply": 1187596466,
      "marketCap": 1603255229.1000001,
      "maxSupply": 4294967296,
      "totalLockedAmount": 856358024.1999991,
      "tbdLockedAmount": 2231937452,
      "unlockedAmount": 1206671819.0000002,
      "untrackedAmount": 0.8000006675720215,
      "hasStandardAllocation": true,
      "websiteUrl": "https://tokenomist.ai/optimism",
      "lastUpdatedDate": "2024-06-18T09:07:49Z"
    }
  ]
}
Start here to get a list of all tokenID to use for calling following API’s. You can then use the required tokenID to call each endpoint.

Authorizations

x-api-key
string
header
required

Your Tokenomist API key

Response

200 - application/json

Successful response

metadata
object
status
boolean
data
object[]