v1

latestOpenAPI 3.0.12026-07-2683220192.3 KB
Orders

Modify Multiple Orders

Modify up to 20 existing orders in a single request. Each entry is forwarded to the exchange as a cancel-replace. If any entry fails request-shape validation, the whole batch is rejected by the gateway before reaching the exchange. The exchange may silently ignore unknown orderIds. modifiedOrderIds is an echo of the request, not a confirmation; observe actual outcomes on the order stream.

post/v1/orders/batched/modify

Request body

Example request

{
  "orders": [
    {
      "price": {
        "value": "123.45"
      }
    }
  ]
}

Response

Orders modified successfully

modifiedOrderIdsstring[]

Order IDs submitted for modification, in request order. Echo of the input, not a confirmation. Watch the order stream for actual outcomes.