Coins List (ID Map)
Coins
Coins List (ID Map)
This endpoint allows you to query all the supported coins on CoinGecko with coins ID, name and symbol
GET
Coins List (ID Map)
Note
- There is no pagination required for this endpoint.
- Cache / Update Frequency: every 5 minutes for Pro API (Basic, Analyst, Lite, Pro, Enterprise).
Authorizations
Query Parameters
include platform and token's contract addresses, default: false
filter by status of coins, default: active
Available options:
active, inactive Response
200 - application/json
List all coins with ID, name, and symbol
Example:
[
{
"id": "0chain",
"symbol": "zcn",
"name": "Zus",
"platforms": {
"ethereum": "0xb9ef770b6a5e12e45983c5d80545258aa38f3b78",
"polygon-pos": "0x8bb30e0e67b11b978a5040144c410e1ccddcba30"
}
},
{
"id": "01coin",
"symbol": "zoc",
"name": "01coin",
"platforms": {}
}
]
