---
title: "Get Funding Rates"
method: GET
path: "/v1/perps/funding_rates"
tags: ["Funding Rate"]
---

# Get Funding Rates

`GET /v1/perps/funding_rates`

Get an estimate of the current-interval funding rate in a given market, as well as when the next funding is and what premium index measurements make up the funding rate. For how funding is calculated and applied, see [Funding rates](/funding-rates).

## Query parameters

- `market` string, required

## Response `200`

Current funding rate estimate

- object
  - `success` boolean, required — Whether the request was successful
  - `error` string — Error message, present only on failure
  - `error_code` string — Semantic error code. See each endpoint's error responses for the specific codes it can return.
  - `deprecated` string — Deprecation notice, if applicable
  - `result` FundingRate
    - `market` string, required — The market the funding rate applies to
    - `rate` string, required — The current estimated funding rate
    - `intervalEnds` string, date-time, required — The time the current funding interval ends and the funding rate will be paid
    - `premiums` PremiumIndexValue[] — Premium index measurements that make up the funding rate
      - `time` string, date-time — Time of the premium index measurement
      - `premiumIndex` string — The premium index value

## Other responses

- `400` — Bad request. The request was malformed or failed validation.
- `429` — Rate limit exceeded. Slow down request frequency.
- `500` — Internal server error.

---

[API](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api.md) · [All operations](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondoperps/ondo-perps-rest-api/revisions/39df6b2fa672/schema)
