Convert History
Convert History
Retrieve the history of currency conversion operations on WhiteBIT via the V4 API.
POST
Convert 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
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}}"