Retrieve the history of fully and partially executed spot orders 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)).
Filter by custom order identifier
"customId11"
Start date in Unix-time format
1593233939
End date in Unix-time format
1593233939
Starting line index (OFFSET). Default: 0, Min: 0
0
LIMIT is a special clause used to limit records a particular query can return. Default: 50, Min: 1, Max: 500
1 <= x <= 50050
"{{request}}"
"{{nonce}}"
Executed order history. Response shape depends on whether the market filter is provided: with market filter returns a flat array; without market filter returns an object keyed by market name.
Unique deal identifier assigned by the matching engine.
Custom order identifier supplied in the original order request. Returns an empty string when not specified.
Unix timestamp of the deal execution, with microsecond precision.
Order side that produced the deal. Possible values: buy, sell.
buy, sell Execution role in the deal. 1 = maker (order was resting on the book), 2 = taker (order matched immediately).
Executed quantity in base (stock) currency, regardless of order direction.
Execution price per unit in quote currency.
Total deal value in quote (money) currency. Equals amount * price.
Fee charged for the deal, denominated in the asset specified by feeAsset.
Identifier of the parent order that produced the deal.
Currency ticker of the asset used to pay the trading fee.