Markets

Get funding rate history

Retrieve historical funding rate data for a specific market.

GET
/markets/{mkt_id}/funding-rate-history

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Path Parameters

mkt_id*string

Market ID (e.g., "BTC-PERP", "ETH-PERP").

Query Parameters

start_ts?string

Start timestamp in nanoseconds to filter results from (inclusive).

Formatint64
end_ts?string

End timestamp in nanoseconds to filter results up to (exclusive).

Formatint64
lmt?string

Maximum number of records to return per page (default: 20).

Formatint64
pg?string

Page number for pagination (default: 1).

Formatint64

Response Body

application/json