Asset Platforms

Asset Platforms List (ID Map)

This endpoint allows you to query all the asset platforms on CoinGecko

get/asset_platforms

Query parameters

filter'nft'

apply relevant filters to results

Response

List all asset platforms

idstring

asset platform ID

chain_identifiernumber nullable

chainlist's chain ID

namestring

chain name

shortnamestring

chain shortname

native_coin_idstring

chain native coin ID

Example response

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

Changes