Query Algo Order
HTTP Request
GET /fapi/v1/algoOrder (HMAC SHA256)
Weight
1
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| algoId | LONG | NO* | System-generated order ID |
| clientAlgoId | STRING | NO* | User-defined order ID |
| recvWindow | LONG | NO | See auth |
| timestamp | LONG | YES | Request timestamp (ms) |
* At least one of algoId or clientAlgoId must be sent.
Response Example
Same shape as New Algo Order, with algoStatus
reflecting the current state. Possible values: NEW, TRIGGERED,
FINISHED, CANCELED, EXPIRED, FAILED.
Notes
Orders are unqueryable when:
- Terminal status (CANCELED / EXPIRED) with no fills AND created more than 3 days ago, OR
- Created more than 90 days ago.