Limit: 5 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
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
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. start from 1
the page size you wish to query (max: 500)
BUY/SELL
Supported types are STOP, TPSL, positional_TPSL