Convert History
Retrieve the history of currency conversion operations on WhiteBIT via the V4 API.
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
From currency. Example: BTC
"BTC"
To currency. Example: USDT
"USDT"
From time filter (Unix seconds). Must be no more than 30 days before to and no older than 6 months. Example: 1699260637. Default: now()
"1699260637"
To time filter (Unix seconds). Must be no more than 30 days after from. Example: 1699260637. Default: now()
"1699260637"
Quote Id. Example: 4050
"4050"
How many records to receive. Allowed range: 1–100. Default: 100
1 <= x <= 100100
Number of records to skip for pagination. Minimum: 0. Default: 0
x >= 00
Nonce for request
1699260637
Request path
"{{request}}"