---
title: "Asset Platforms List (ID Map)"
method: GET
path: "/asset_platforms"
tags: ["Asset Platforms"]
---

# Asset Platforms List (ID Map)

`GET /asset_platforms`

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

## Query parameters

- `filter` 'nft'

## Response `200`

List all asset platforms

- object[]
  - `id` string — asset platform ID
  - `chain_identifier` number, nullable — chainlist's chain ID
  - `name` string — chain name
  - `shortname` string — chain shortname
  - `native_coin_id` string, nullable — chain native coin ID
  - `image` object — image of the asset platform
    - `thumb` string
    - `small` string
    - `large` string

## Changes

- **2026-04-30** `fb6b6a203ce6` — 1 breaking
  - the response property `items/native_coin_id` became nullable for the status `200`

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/asset_platforms/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/fb6b6a203ce6/schema)
