v1
latestOpenAPI 3.0.32026-07-26282561.6 KBToken List
Token List v1
Get list of all tokens available.
get/v1/token/list
Response
Successful response
Example response
{
"metadata": {
"queryDate": "2026-01-08T10:13:58Z",
"credit": {
"used": 213,
"limit": 300,
"resetAt": "2026-08-01T00:00:00Z"
}
},
"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"
}
]
}