---
title: "Token Lists by Asset Platform ID"
method: GET
path: "/token_lists/{asset_platform_id}/all.json"
---

# Token Lists by Asset Platform ID

`GET /token_lists/{asset_platform_id}/all.json`

To get full list of tokens of a blockchain network (asset platform) that is supported by [Ethereum token list standard](https://tokenlists.org/)

## Path parameters

- `asset_platform_id` string, required

## Response `200`

Token list by asset platform

- TokenLists
  - `name` string, required — Token list name
  - `logoURI` string, required — Token list logo URL
  - `keywords` string[], required — Token list keywords
  - `timestamp` string, date-time, required — Token list generation timestamp
  - `tokens` object[], required — List of tokens
    - `chainId` number, required — Chainlist's chain ID
    - `address` string, required — Token contract address
    - `name` string, required — Token name
    - `symbol` string, required — Token symbol
    - `decimals` number, required — Token decimals
    - `logoURI` string, required — Token image URL
  - `version` object, required — Token list version
    - `major` number — Major version
    - `minor` number — Minor version
    - `patch` number — Patch version

## Changes

- **2026-05-28** `11cc9e00fd86` — 13 info
  - api tag `Asset Platforms` removed
  - the response property `keywords` became required for the status `200`
  - the response property `logoURI` became required for the status `200`
  - the response property `name` became required for the status `200`
  - …9 more
- **2026-04-30** `fb6b6a203ce6` — 1 info
  - added the optional property `version` to the response with the `200` status

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/token_lists/:asset_platform_id/all.json/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/006c13c1a566/schema)
