v3
latestOpenAPI 3.0.02026-07-311784111.3 MBMarket Data
Public
Retrieves hourly historical funding rate (interest rate) data for a PERPETUAL instrument over a specified time period. Funding rates are periodic payments exchanged between long and short positions in perpetual contracts.
The response includes hourly funding rate values, which can be used to analyze funding rate trends and calculate historical funding costs. This method is applicable only for PERPETUAL instruments.
get/public/get_funding_rate_history
Query parameters
instrument_namestring required
Unique instrument identifier
Example:BTC-PERPETUAL
Instrument name
start_timestampinteger required
The timestamp (milliseconds since the Unix epoch)
Example:1536569522277
The earliest timestamp to return result from (milliseconds since the UNIX epoch)
end_timestampinteger required
The timestamp (milliseconds since the Unix epoch)
Example:1536569522277
The most recent timestamp to return result from (milliseconds since the UNIX epoch)
Response
Success response
Example response
{
"result": [
{
"timestamp": 1536569522277
}
]
}