Skip to main content
GET
Get algo orders (admin)

Headers

orderly-timestamp
string
required

Timestamp of the signed request in milliseconds.

orderly-account-id
string
required

Account ID of the authenticated account.

orderly-key
string
required

Public orderly key used to sign the request.

orderly-signature
string
required

Signature of the request payload generated with the orderly key.

Query Parameters

symbol
string
order_type
string

LIMIT/MARKET

status
string

NEW/CANCELLED/PARTIAL_FILLED/FILLED/REJECTED/INCOMPLETE/COMPLETED

order_tag
string

Filter by the full stored order tag, including a current-format enum:<owning_broker_id>:<enum_id> tag.

Maximum string length: 128
created_time_start
number

Start 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.

created_time_end
number

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.

page
number

the page you wish to query. start from 1

size
number

the page size you wish to query (max: 500)

side
string

BUY/SELL

algo_type
enum<string>

STOP/TRAILING_STOP/TAKE_PROFIT/STOP_LOSS/TP_SL/POSITIONAL_TP_SL/BRACKET

Available options:
STOP,
TRAILING_STOP,
TAKE_PROFIT,
STOP_LOSS,
TP_SL,
POSITIONAL_TP_SL,
BRACKET
is_triggered
string
user_account
string

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.

user_address
string

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.

Response

200 - application/json

OK

success
boolean
required

Indicates whether the request was successful.

Example:

true

data
object
required
timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989