get https://open-api-v4.coinglass.com/api/spot/supported-coins
This endpoint allows you to query all the supported spot 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",
"USDT",
"BNB",
"SOL",
"USDC",
...
]
}