cURL
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" } ] }
Get a list of all tokenID to use for calling following API’s
Your Tokenomist API key
Successful response
Show child attributes