get https://open-api-v4.coinglass.com/api/index/stableCoin-marketCap-history
This endpoint provides data for the StableCoin MarketCap History
Cache / Update Frequency: every day 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": [
{
"data_list": [4611285.1141, ...], // List of values
"price_list": [, ...], // List of prices
"time_list": [1636588800, ...] // List of timestamps
}
]
}