Asset Platforms List (ID Map)
Asset Platforms
Asset Platforms List (ID Map)
This endpoint allows you to query all the asset platforms on CoinGecko
GET
Asset Platforms List (ID Map)
Documentation Index
Fetch the complete documentation index at: https://docs.coingecko.com/llms.txt
Use this file to discover all available pages before exploring further.
Note
- Cache / Update Frequency: every 60 seconds for Pro API (Basic, Analyst, Lite, Pro, Enterprise).
Authorizations
Query Parameters
apply relevant filters to results
Available options:
nft Response
200 - application/json
List all asset platforms
Example:
[
{
"id": "polygon-pos",
"chain_identifier": 137,
"name": "Polygon POS",
"shortname": "MATIC",
"native_coin_id": "matic-network",
"image": {
"thumb": "https://coin-images.coingecko.com/asset_platforms/images/15/thumb/polygon_pos.png?1706606645",
"small": "https://coin-images.coingecko.com/asset_platforms/images/15/small/polygon_pos.png?1706606645",
"large": "https://coin-images.coingecko.com/asset_platforms/images/15/large/polygon_pos.png?1706606645"
}
}
]

