Get algo orders (admin)
Limit: 5 requests per 1 second
GET /v1/admin/algo/orders
Get algo order details by customized filters for admin usage.
Supports two query modes:
- Per-user mode: Provide either
user_accountoruser_address.created_time_startandcreated_time_endare optional. - Broker mode: Omit both
user_accountanduser_address. Bothcreated_time_startandcreated_time_endare required, and the time range cannot exceed 180 days.
Headers
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.
Query Parameters
LIMIT/MARKET
NEW/CANCELLED/PARTIAL_FILLED/FILLED/REJECTED/INCOMPLETE/COMPLETED
Filter by the full stored order tag, including a current-format enum:<owning_broker_id>:<enum_id> tag.
128Start of the query range as a 13-digit Unix timestamp in milliseconds. Required in broker mode and optional in per-user mode. The broker-mode range cannot exceed 180 days.
End of the query range as a 13-digit Unix timestamp in milliseconds. Required in broker mode and optional in per-user mode. The broker-mode range cannot exceed 180 days.
the page you wish to query. start from 1
the page size you wish to query (max: 500)
BUY/SELL
STOP/TRAILING_STOP/TAKE_PROFIT/STOP_LOSS/TP_SL/POSITIONAL_TP_SL/BRACKET
STOP, TRAILING_STOP, TAKE_PROFIT, STOP_LOSS, TP_SL, POSITIONAL_TP_SL, BRACKET Target user account for per-user mode. Provide either user_account or user_address. Omit both to use broker mode, which requires created_time_start and created_time_end.
Target user address for per-user mode. Provide either user_address or user_account. Omit both to use broker mode, which requires created_time_start and created_time_end.