Place a batch of pre-signed orders
POST
/
trade/v1/orders/signed/batchAuthorization
AuthorizationRequiredBearer <token>
Personal access token issued from the web app's Settings → API tokens page. Send as Authorization: Bearer agt_….
In: header
Scope: orders:place_signed
Request Body
application/jsonRequiredordersRequiredarray<object>
The pre-signed orders to submit: at least 1, at most 32. An empty
array or more than 32 orders is rejected outright with 400.
Batch accepted; results carries one per-order outcome in request order — each is independently accepted or rejected.