API Reference
Pricing
API Reference

Coinbase溢价指数

该接口提供 Coinbase 比特币溢价指数,反映 Coinbase Pro 与 Binance 之间的比特币价格差异。

缓存/ 更新频率 : 实时.

该接口以下API等级可用: API 等级

API 等级爱好版创业版标准版专业版企业版
可用性

响应数据

{
  "code": "0",
  "msg": "success",
  "data": [
    {
"time": 1658880000,         // 时间戳(秒)
  "premium": 5.55,            // 溢价金额(USD)
  "premium_rate": 0.0261      // 溢价率(例如 0.0261 表示 2.61%)
    },
    {
"time": 1658880000,         // 时间戳(秒)
  "premium": 5.55,            // 溢价金额(USD)
  "premium_rate": 0.0261      // 溢价率(例如 0.0261 表示 2.61%)
    }
  ]
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!