Skip to main content
POST
Batch Place Orders

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Batch place order request. TODO: Maximum 20 orders per request TODO: Rate limiting (10 reqs per sec, 20 * 10 = 200 orders in one sec)

request
object[]
required
await_outcome
boolean

If true, gateway waits up to a server-defined timeout (currently 3s) for final engine outcomes and maps them into exit_info.

If false (default), exit_info reports edge outcomes (validation + publish ack).

Response

200 - application/json

Orders placed

Response of batch place orders.

exit_info
object[]
required

Information about the exit status of each order in the batch.

result
object[]
required
time
string<date-time>
required
Example:

"1672531200000"