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