Place multiple collateral limit orders in a single request 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)).
Controls how the bulk order processor handles failures.
When true: Processing stops at the first order that fails validation or execution. Only orders up to (but not including) the failed order are processed.
When false (default): All orders in the bulk request are processed regardless of individual failures. Each order result is returned in the response array.
true
"{{request}}"
"{{nonce}}"