v1
latestOpenAPI 3.0.32026-07-26282561.6 KBToken List
Token List v3
Get list of all tokens. v3 adds information about fundraising and latest round.
get/v3/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": "0x",
"name": "0x Protocol",
"symbol": "ZRX",
"listedMethod": "INTERNAL",
"circulatingSupply": 848396562.906836,
"marketCap": 121860242,
"maxSupply": 1000000000,
"unlockedAmount": 1000000000,
"hasStandardAllocation": true,
"hasFundraising": true,
"latestFundraisingRound": "Series B",
"websiteUrl": "https://tokenomist.ai/0x",
"lastUpdatedDate": "2025-04-25T08:42:27Z"
}
]
}