Collateral bulk limit order
Collateral bulk limit order
The endpoint creates multiple collateral limit orders.
POST
Collateral bulk limit order
Authorizations
API Key authentication for private endpoints.
Required headers:
- X-TXC-APIKEY: API key
- X-TXC-PAYLOAD: Base64 encoded JSON payload
- X-TXC-SIGNATURE: HMAC SHA512 signature
Body
application/json
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.
Example:
true
Example:
"{{request}}"
Example:
"{{nonce}}"