Single order lookup byDocumentation 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.
order_id. Searches both live and archived orders, and populates algo-order fields (trigger_price etc.) when applicable.
Weight: 5
Request
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
address | string | Yes | — | Required — narrows the lookup to one user; omitting it makes the query much slower |
order_id | int64 | Yes | — | Order identifier; MISSING_PARAM if absent |
broker_id | string | No | — | Optional |
account_id | string | No | — | Optional |
Response
| Field | Type | Notes |
|---|---|---|
status | string | PENDING_NEW / NEW / PARTIAL_FILLED / FILLED / PENDING_CANCEL / CANCELLED / REJECTED / REPLACED |
average_executed_price | string | null | Live: always null. Archive: decimal |
total_fee, fee_asset | string | null | Live: null. Archive: decimal / string |
trigger_price | string | null | Present only for algo orders |
Notes
- Throws
ORDER_NOT_FOUND(404) if the order is in neither live nor archive - This endpoint does not paginate (single row)