Skip to main content
POST
Search orders

Body

application/json
pageSize
integer<int32>
pageToken
string
orderId
string
clordId
string
startTime
string<date-time>
endTime
string<date-time>
symbol
string
accounts
string[]
side
enum<string>

Side indicates the side of an Order.

Available options:
SIDE_BUY,
SIDE_SELL
type
enum<string>

OrderType indicates the type of an order.

Available options:
ORDER_TYPE_MARKET_TO_LIMIT,
ORDER_TYPE_LIMIT,
ORDER_TYPE_STOP,
ORDER_TYPE_STOP_LIMIT
orderStateFilter
enum<string>

OrderStateFilter describes a filter for searching orders that are open or closed.

Available options:
ORDER_STATE_FILTER_OPEN,
ORDER_STATE_FILTER_CLOSED,
ORDER_STATE_FILTER_NEW,
ORDER_STATE_FILTER_PARTIALLY_FILLED,
ORDER_STATE_FILTER_FILLED,
ORDER_STATE_FILTER_CANCELED,
ORDER_STATE_FILTER_REPLACED,
ORDER_STATE_FILTER_REJECTED,
ORDER_STATE_FILTER_EXPIRED,
ORDER_STATE_FILTER_PENDING_RISK
crossId
string
hostCrossId
string
clientAccountId
string
clientParticipantId
string
parentOrderId
string
startTransactTradeDate
object

Date represents a calendar date.

endTransactTradeDate
object

Date represents a calendar date.

withLastExecution
boolean

Response

200 - application/json

A successful response.

order
object[]
nextPageToken
string
lastExecutions
object[]