get
https://open-api-v4.coinglass.com/api/coin/market-data-history
该接口提供各币种的流通量、市值以及价格等历史数据
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
缓存 / 更新频率: 1天更新一次.
该接口以下API等级可用: API 等级:
| API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
|---|---|---|---|---|---|
| 可用性 | ❌ | ✅ | ✅ | ✅ | ✅ |
响应数据
{
"code": "0",
"data": [
{
"timestamp": 1278979200000,
"price": "0.0618333200",
"circulating_supply": "3344213.1401855564",
"market_cap": 194510.84
},
{
"timestamp": 1279065600000,
"price": "0.0581572500",
"circulating_supply": "3373268.860625196",
"market_cap": 190259.65
},
]
} 200