Edit order
Order management
Edit order
Limit: 10 request per 1 second
PUT /v1/order
Edit a pending order by order_id. Only the order_price or order_quantity can be amended.
Note: This endpoint requires trading scope in orderly key.
PUT
Edit order
Documentation Index
Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
Body
application/json
Optional tag for the order. Supports two formats:
- Referral code: plain string (e.g.,
REFERRAL2026) - overrides referral relationship - Order tag fee config:
enum:<enum_id>(e.g.,enum:STRATEGY_DCA) - adds fee on top of existing fees, preserves referral Max length: 36 characters. Cannot be modified after order placement.