Get the individual trade fills for a specific executed spot order via the WhiteBIT 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)).
Identifier of the order to retrieve deals for.
3134995325
"{{request}}"
"{{nonce}}"
Number of records to skip. Default: 0.
x >= 00
Maximum number of records to return. Default: 50.
x >= 150