Edit order
This request type allows users to modify existing orders (price and/or size) through websocket API in one request.
Request
{
"id": "660065de-8f32-46ad-ba1e-83c93d3e3966",
"params": {
"edit_order": {
"account": "AwX6321...",
"signature": "5vnYpt...",
"timestamp": 1749223025396,
"expiry_window": 5000,
"symbol": "BTC",
"price": "99500",
"amount": "0.002",
"order_id": 645953
}
}
}Field
Type
Need
Description
Example
Response
Field
Type
Description
Last updated