Funding History
Funding History
The endpoint retrieves funding history.
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}}"