Funding Rates

The funding rates API is publicly available and provides data for all perpetual future funding rates at the exchange.

Funding Rate API Endpoints

Get All Funding Rates

HTTP MethodEndpoint
GET/funding-rates/

Returns a list of all funding rate objects for each perpetual product in the system.

Query Parameters

ParameterNotes
product_idFilter funding rates by base symbols
base_symbolFilter funding rates by base symbols
limitLimit number of funding rate datapoints per page
begin_timeBegin time for funding rate data, see Time for more details
end_timeEnd time for funding rate data, see Time for more details
orderPage order, either asc or desc
cursorCursor string for paginated query

More details on paginated APIs can be found in Pagination.

Response

Returns a pagination response of the type Pagination<FundingRateData[], CursorInfo>.

export interface FundingRateData {
  product_id: number;
  price_index: number;
  mark_price: number;
  interest_rate: number;
  funding_rate: number;
  interval_start: string;
  interval_end: string;
}

Get Estimated Funding Rate

HTTP MethodEndpoint
GET/funding-rates/estimated/:base_symbol

Returns the estimated funding rate for the current interval, where :base_symbol is the base symbol for a given product.

Response

export interface FundingRateData {
  funding_rate: number;
  interval_start: string;
  interval_end: string;
}

Start Trading

Trade US Perpetual Futures, Physical Futures, and Options on the Bitcoin Complex®, XRP, ETH, SOL, and more.