---
title: "GET /public/get_funding_rate_value"
method: GET
path: "/public/get_funding_rate_value"
tags: ["Market Data", "Public"]
---

# GET /public/get_funding_rate_value

`GET /public/get_funding_rate_value`

Retrieves the funding rate (interest rate) value for a perpetual instrument over a specified time period. Funding rates are periodic payments exchanged between long and short positions in perpetual contracts.

This method is applicable only for PERPETUAL instruments. The funding rate is typically expressed as a percentage and is used to keep the perpetual contract price aligned with the underlying index price.

[Try in API console](https://test.deribit.com/api_console?method=%2Fpublic%2Fget_funding_rate_value)

## Query parameters

- `instrument_name` string, required — Unique instrument identifier
- `start_timestamp` integer, required — The timestamp (milliseconds since the Unix epoch)
- `end_timestamp` integer, required — The timestamp (milliseconds since the Unix epoch)

## Response `200`

Success response

- PublicGetFundingRateValueResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` number, required

---

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