---
title: "Funding Rates"
method: GET
path: "/btc/market-data/funding-rates"
tags: ["BTC Market Data"]
---

# Funding Rates

`GET /btc/market-data/funding-rates`

Funding rates represents traders' sentiments of which position they bet on in perpetual swaps market. Positive funding rates implies that many traders are bullish and long traders pay funding to short traders. Negative funding rates implies many traders are bearish and short traders pay funding to long traders.

| Name           |   Exchange     | Symbol |  Available Since   |
|----------------|--------------|----|-------------------------|
| All Exchanges  |   `all_exchange` | | The earliest time in the exchanges below. |
| Binance        |   `binance`  | BTC-USDT  | 2019-09-10 00:00:00        |
| Bybit          |   `bybit`    | BTC-USD | 2019-12-01 00:00:00        |
| Bitmex         |   `bitmex`   | BTC-USD | 2016-05-14 04:00:00  |
| Deribit        |   `deribit`  | BTC-PERPETUAL | 2019-03-30 00:00:00        |
| HTX Global   |   `htx_global` | BTC-USD  | 2020-03-25 04:00:00       |
| OKX            |   `okx`     | BTC-USD | 2019-04-01 00:00:00        |

**📖 Data Guide:** [Funding Rates](/data-guide/market/funding-rates) — definition, interpretation, and chart examples.

## Query parameters

- `exchange` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Funding Rates in percentage

- 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=block is used.
      - `funding_rates` number, required — Funding rates in the given period and exchange. The standard unit is percentage.

---

[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)
