Markets
Get funding rate history
Retrieve historical funding rate data for a specific market.
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).
Format
int64end_ts?string
End timestamp in nanoseconds to filter results up to (exclusive).
Format
int64lmt?string
Maximum number of records to return per page (default: 20).
Format
int64pg?string
Page number for pagination (default: 1).
Format
int64Response Body
application/json