GET
/
asset_platforms
Asset Platforms List (ID Map)
curl --request GET \
  --url https://api.coingecko.com/api/v3/asset_platforms \
  --header 'x-cg-demo-api-key: <api-key>'
[
  {
    "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"
    }
  }
]

Tips

  • You may use this endpoint to query the list of asset platforms for other endpoints that contain params like id orids(asset platforms).
  • You may include NFT at the filter params to get the list of NFT-support asset platforms on CoinGecko.

Authorizations

x-cg-demo-api-key
string
header
required

Query Parameters

filter
enum<string>

apply relevant filters to results

Available options:
nft

Response

200 - application/json

List all asset platforms

The response is of type object[].