v1

latestOpenAPI 3.0.32026-07-26282561.6 KB
Token List

Token List v5

Get list of all tokens. v5 adds the hasCommittedClaim flag and optional tokenId filter.

get/v5/token/list

Query parameters

tokenIdstring

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

Response

Successful response

statusboolean

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"
    }
  ]
}