Skip to main content
GET
/
v5
/
token
/
list
Token List v5
curl --request GET \
  --url https://api.tokenomist.ai/v5/token/list \
  --header 'x-api-key: <api-key>'
{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z"
  },
  "status": true,
  "data": [
    {
      "id": "0x",
      "name": "0x Protocol",
      "symbol": "ZRX",
      "listedMethod": "INTERNAL",
      "circulatingSupply": 848396562.906836,
      "marketCap": 121860242,
      "maxSupply": 1000000000,
      "totalLockedAmount": 0,
      "tbdLockedAmount": 0,
      "unlockedAmount": 1000000000,
      "untrackedAmount": 0,
      "hasStandardAllocation": true,
      "hasFundraising": true,
      "latestFundraisingRound": "Series B",
      "hasBurn": false,
      "hasBuyback": false,
      "hasCommittedClaim": false,
      "websiteUrl": "https://tokenomist.ai/0x",
      "lastUpdatedDate": "2025-04-25T08:42:27Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tokenomist.ai/llms.txt

Use this file to discover all available pages before exploring further.

v5 update: Adds hasCommittedClaim flag per token, and optional tokenId query param to filter by a comma-separated list of token slugs.

Authorizations

x-api-key
string
header
required

Your Tokenomist API key

Query Parameters

tokenId
string

Comma-separated list of token identifiers (slugs) to filter by. Example: bitcoin,ethereum,solana. Omit to return the full list.

Response

200 - application/json

Successful response

metadata
object
status
boolean
data
object[]