This endpoint is designed to execute a batch of actions optimistically. If any action in the batch fails, the remaining actions will still be executed.

Batching actions reduces the number of blockchain transactions, which in turn lowers fees spending.

Actions

  • create_order
  • reduce_order
  • replace_order
  • cancel_order
  • atomic_orders
  • cancel_all_orders
  • close_all_orders_and_positions

Response Codes

CodeDescriptionStatus
201Successfully createdsuccess
422Order was rejected by the protocolrejected
409A conflict occurred, typically due to an existing order with the same customer order IDrejected
500Unexpected errors or blockchain node malfunctionunknown

Cost

Each request to this endpoint costs 1 API credit

Language
Credentials
Header
Click Try It! to start a request and see the response here!