Retrieve funding rate payment history for collateral trading positions via the WhiteBIT V4 API.
The public WhiteBIT API key.
Base64-encoded JSON request body.
HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).
Filter by specific market. For example: BTC_PERP
If not specified, returns funding history for all markets.
"BTC_PERP"
Number of records to return
100
Number of records to skip
0
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"