get
https://open-api-v4.coinglass.com/api/coinbase-premium-index
该接口提供 Coinbase 比特币溢价指数,反映 Coinbase Pro 与 Binance 之间的比特币价格差异。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
缓存/ 更新频率 : 实时.
该接口以下API等级可用: API 等级:
| API 等级 | 爱好版 | 创业版 | 标准版 | 专业版 | 企业版 |
|---|---|---|---|---|---|
| 可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
响应数据
{
"code": "0",
"msg": "success",
"data": [
{
"time": 1658880000, // 时间戳(秒)
"premium": 5.55, // 溢价金额(USD)
"premium_rate": 0.0261 // 溢价率(例如 0.0261 表示 2.61%)
"coinbase_price":30772.93 // 收盘价格
},
{
"time": 1658880000, // 时间戳(秒)
"premium": 5.55, // 溢价金额(USD)
"premium_rate": 0.0261 // 溢价率(例如 0.0261 表示 2.61%)
"coinbase_price":30773 // 收盘价格
}
]
}