Funding History
Funding History
Retrieve funding rate payment history for your collateral trading positions via the WhiteBIT V4 API.
POST
Funding History
Authorizations
API Key authentication for private endpoints.
Required headers:
- X-TXC-APIKEY: API key
- X-TXC-PAYLOAD: Base64 encoded JSON payload
- X-TXC-SIGNATURE: HMAC SHA512 signature
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}}"