5️⃣Query a specific conditional order

GET /v2/algo-orders/specific

API Key Permission: Read Rate Limit (NEW): 20times/2sec Search by orderOrigTime To further query the latest status of a successfully triggered conditonal order, please refer to the endpoints in "Trading" section. The conditional order before triggering, as well as the conditional order failed to trigger, can be queried out through this endpoint instead of any endpoint in "Trading" section.

Request Parameter

Field

Data Type

Required

Default Value

Description

Valid Value

clientOrderId

string

TRUE

Client order ID

Response Content

Field
Data Type
Required
Description

code

integer

TRUE

Status code

message

string

FALSE

Error message (if any)

<data>

object

TRUE

accountId

integer

TRUE

Account ID

source

string

TRUE

Order source

clientOrderId

string

TRUE

Client order ID

orderId

string

FALSE

Order ID (only valid for orderStatus=triggered)

symbol

string

TRUE

Trading symbol

orderPrice

string

TRUE

Order price (invalid for market order)

orderSize

string

FALSE

Order size (invalid for market buy order)

orderValue

string

FALSE

Order value (only valid for market buy order)

orderSide

string

TRUE

Order side

timeInForce

string

TRUE

Time in force

orderType

string

TRUE

Order type

stopPrice

string

TRUE

Stop price

trailingRate

string

FALSE

Trailing rate (only valid for trailing stop order)

orderOrigTime

long

TRUE

Order original time

lastActTime

long

TRUE

Order last activity time

orderCreateTime

long

FALSE

Order trigger time (only valid for orderStatus=triggered)

orderStatus

string

TRUE

Order status (created,triggered,canceled,rejected)

errCode

integer

FALSE

Status code in case of order triggering failure (only valid for orderStatus=rejected)

errMessage

string

FALSE

Error message in case of order triggering failure (only valid for orderStatus=rejected)

</data>

Last updated