get https://open-api-v4.coinglass.com/api/futures/supported-coins
This endpoint allows you to query all the supported coins on CoinGlass
Cache / Update Frequency: every 1 minutes for all the API plans.
This endpoint is available on the following API plans:
Plans | Hobbyist | Startup | Standard | Professional | Enterprise |
---|---|---|---|---|---|
Available | ✅ | ✅ | ✅ | ✅ | ✅ |
Response Data
{
"code": "0",
"msg": "success",
"data": [
"BTC",
"ETH",
"SOL",
"XRP",
...
]
}