Coinbase 溢價指數

該接口提供 Coinbase 比特幣溢價指數,反映 Coinbase Pro 與 Binance 之間的比特幣價格差異。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

快取 / 更新頻率: 即時更新.

該接口以下 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": 30772.93  //收盤價格
    }
  ]
}
Query Params
string
required
Defaults to 1d

數據時間間隔。支持的取值包括:1m、3m、5m、15m、30m、1h、4h、6h、8h、12h、1d、1w。

int32

每次請求返回的數據筆數。預設值:1000,最大值:4500。

int64

起始時間戳,單位為毫秒(例如:1746776387000)。

int64

結束時間戳,單位為毫秒(例如:1746776587000)。

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json