Query recently executed spot orders with optional filtering by market 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)).
Trading pair to filter by. Format: BASE_QUOTE (e.g., BTC_USDT). Omit to retrieve orders across all markets.
"BTC_USDT"
Number of records to skip. Default: 0.
x >= 00
Maximum number of records to return. Default: 50. Minimum: 1. Maximum: 500.
1 <= x <= 50050
"{{request}}"
"{{nonce}}"
Successful response - returns order history grouped by market. Empty response if order is not yours.
Object with market names as keys, each containing an array of orders