---
title: "/exchange/fundingRateHistory"
method: GET
path: "/v1/exchange/fundingRateHistory"
tags: ["Exchange"]
---

# /exchange/fundingRateHistory

`GET /v1/exchange/fundingRateHistory`

Retrieve the funding rate history for a specific market address.

## Query parameters

- `symbol` string, required
- `limit` integer
- `startTimeAtMillis` integer
- `endTimeAtMillis` integer
- `page` integer

## Response `200`

Successful response with funding rate history.

- FundingRateEntry[]
  - `symbol` string, required — The market symbol.
  - `fundingTimeAtMillis` integer, required — Timestamp of the funding time in milliseconds.
  - `fundingRateE9` string, required — Funding rate for the market address.

---

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