---
title: "Asset Platforms List"
method: GET
path: "/asset_platforms"
---

# Asset Platforms List

`GET /asset_platforms`

To query all the asset platforms (blockchain networks) on CoinGecko

## Query parameters

- `filter` 'nft'

## Response `200`

List of asset platforms

- object[]
  - `id` string, required — Asset platform ID
  - `chain_identifier` number, nullable, required — Chainlist's chain ID
  - `name` string, required — Chain name
  - `shortname` string, required — Chain shortname
  - `native_coin_id` string, nullable, required — Chain native coin ID
  - `image` object, required — Asset platform image URLs
    - `thumb` string — Thumbnail image URL
    - `small` string — Small image URL
    - `large` string — Large image URL

---

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