Convert History
Convert History
Retrieve the history of your currency conversion operations on WhiteBIT via the V4 API.
POST
Convert 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
From currency. Example: BTC
Example:
"BTC"
To currency. Example: USDT
Example:
"USDT"
From time filter. Example: 1699260637. Default: now()
Example:
"1699260637"
To time filter. Example: 1699260637. Default: now() +
Example:
"1699260637"
Quote Id. Example: 4050
Example:
"4050"
How many records to receive. Default: 100
Example:
"100"
Amount to convert or receive. Default 0
Example:
"0"
Nonce for request
Example:
1699260637
Request path
Example:
"{{request}}"