Funding History
Funding history
Retrieve funding rate payment history for collateral trading positions via the WhiteBIT V4 API.
POST
Funding History
Authorizations
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)).
Body
application/json
Filter by specific market. For example: BTC_PERP
If not specified, returns funding history for all markets.
Example:
"BTC_PERP"
Number of records to return
Example:
100
Number of records to skip
Example:
0
Request signature
Example:
"{{request}}"
Unique request identifier
Example:
"{{nonce}}"