Query Algo Order
Type: USER-DATA
Weight: 1
GET /fapi/v1/algoOrder
Request
GET /fapi/v1/algoOrder?algoId=12345×tamp=<ms>&signature=<hex>
Query params
| Name | Type | Required | Notes |
|---|---|---|---|
algoId | long | one of | |
clientAlgoId | string | one of |
Response — 200 — one algo order object (see New Algo Order), any status.
Errors
| HTTP | code | msg |
|---|---|---|
400 | -1102 | Neither id sent. |
404 | -2013 | Order does not exist. |
Authentication failures (INVALID_API_KEY, API_KEY_DISABLED, IP_NOT_ALLOWED, SIGNATURE_INVALID) apply to every signed endpoint and use Sparky's {"success":false,"error":{...}} envelope; see Error Codes.