Endpoint
GET /oapi/accounts/:accountId/derivative/dailyOrder
Returns the current trading day’s derivative orders for an account.
Required path parameters
accountId— Trading account ID.
Response fields
s(string) — Request status. Example:ok.d(array) — Daily order rows.
Order fields
custodycd(string) — Margin account number.accountid(string) — Trading account ID.orderid(string) — Order ID.symbol(string) — Instrument code.matchtime(string) — Match time.side(string) — Order side.side_code(string) — Order side code.ordertype(string) — Order type.ordertype_code(string) — Order type code.validity(string) — Validity value.status(string) — Order status.status_code(string) — Order status code.orderqtty(number) — Ordered quantity.orderprice(number) — Order price.matchprice(number) — Matched price.matchqtty(number) — Matched quantity.iscancel(string) — Cancel flag.isadmend(string) — Amend flag.exec_amt(number) — Matched value.remain_qtty(number) — Remaining quantity.tlname(string) — User who placed the order.via(string) — Order channel.norp(string) — Negotiated trade flag.confirmid(string | null) — Exchange confirmation ID.ordertime(string) — Order time.admendqtty(number) — Amended quantity.cancelqtty(number) — Cancelled quantity.
cURL
Example response
ReplaceBASE_URL,ACCOUNT_ID, andACCESS_TOKENwith your values.