---
title: "Coinbase Premium Index"
method: GET
path: "/eth/market-data/coinbase-premium-index"
tags: ["ETH Market Data"]
---

# Coinbase Premium Index

`GET /eth/market-data/coinbase-premium-index`

Coinbase Premium Index is calculated as percent difference from Binance price(ETHUSDT) to Coinbase price(ETHUSD). Coinbase Premium Gap is calculated as gap between Coinbase price(ETHUSD) and Binance price(ETHUSDT). The higher the premium, the stronger the spot buying pressure from Coinbase.


**📖 Data Guide:** [Coinbase Premium](/data-guide/fund-premium/coinbase-premium) — definition, interpretation, and chart examples.

## Query parameters

- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Coinbase Premium Index in percentage and Coinbase Premium Gap

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. It can be day, hour, or min and it depends on the user request.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `datetime` string — The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=min or window=hour is used.
      - `coinbase_premium_gap` number, required — The gap between Coinbase Advanced price(USD pair) and Binance price(USDT pair).
      - `coinbase_premium_index` number, required — The percent difference from Binance price(ETHUSDT) to Coinbase price(ETHUSD).

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/revisions/81ee223d4908/schema)
