v1
latestOpenAPI 3.0.12026-07-2683220192.3 KBOrders
Modify Order
Modify an existing order in the marketplace. Allows changing price, quantity, time in force, and other parameters.
post/v1/order/{orderId}/modify
Path parameters
orderIdstring required
Exchange-assigned Order ID to modify
Request body
Example request
{
"price": {
"value": "123.45"
}
}Response
Order modified successfully
ModifyOrderResponse required
Response for order modification (empty on success)