API Reference

Coinbase Premium Index

This API retrieves the Coinbase Bitcoin Premium Index, indicating the price difference between Bitcoin on Coinbase Pro and Binance

Response Data

{
  "code": "0",
  "msg": "success",
  "data": [
    {
      "time": 1647043200,
      "premium": 2.76,  // Price difference in USD between Coinbase and Binance
      "premiumRate": 0.0071  // Percentage difference (Premium / Binance price)
    }
    ...
  ]
}
FieldDescription
Language
Credentials
Header
Click Try It! to start a request and see the response here!