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
orderly-timestamp
string
requiredorderly-account-id
string
requiredorderly-key
string
requiredorderly-signature
string
requiredQuery Parameters
symbol
string
order_type
string
LIMIT
/MARKET
status
string
NEW
/CANCELLED
/PARTIAL_FILLED
/FILLED
/REJECTED
/INCOMPLETE
/COMPLETED
order_tag
string
start_t
number
start time range that wish to query, noted the time stamp is 13-digits timestamp.
end_t
number
end time range that wish to query, noted the time stamp is 13-digits timestamp.
page
number
the page you wish to query.
size
number
the page size you wish to query (max: 500)
side
string
BUY
/SELL
algo_type
string
Supported types are STOP
, TPSL
, positional_TPSL
is_triggered
string
Response
200 - application/json
success
boolean
requireddata
object
requiredtimestamp
integer