Order Management
Get Algo Orders
Limit: 10 requests per 1 second
GET /v1/algo/orders
Get algo order details by customized filters.
For filter by status, one can reference special bundled statuses below for ease of access of Open (i.e INCOMPLETE
) orders or COMPLETED
orders.
INCOMPLETE
= NEW
+ PARTIAL_FILLED
COMPLETED
= CANCELLED
+ FILLED
GET
/
v1
/
algo
/
orders
Headers
Query Parameters
LIMIT
/MARKET
NEW
/CANCELLED
/PARTIAL_FILLED
/FILLED
/REJECTED
/INCOMPLETE
/COMPLETED
start time range that wish to query, noted the time stamp is 13-digits timestamp.
end time range that wish to query, noted the time stamp is 13-digits timestamp.
the page you wish to query.
the page size you wish to query (max: 500)
BUY
/SELL
Supported types are STOP
, TPSL
, positional_TPSL