Skip to main content
GET
Funding rates
Newest first, one entry per hourly funding event, with instrument_id/symbol alongside the data.

Query parameters

Responses carry a more flag; page older history by moving before to the oldest timestamp you’ve received. The current live rate and the next funding time are on the ticker. Rates are per funding interval (hourly) — multiply by 24×365 for an annualized figure.

Authorizations

x-api-key
string
header
required

Path Parameters

instrument
string
required

Instrument id (e.g. 6), symbol (BTC-USD), or bare asset (btc).

Query Parameters

start_timestamp
integer

Window start, Unix ms (legacy alias of after).

end_timestamp
integer

Window end, Unix ms (legacy alias of before).

after
string

Only rows after this time (Unix seconds or ms). Alias of start_timestamp.

before
string

Only rows before this time (Unix seconds or ms). Alias of end_timestamp.

limit
integer

Max rows to return (default 500, up to 5000).

Response

200 - application/json

Success