Appearance
List orders
GET
/accounts/{address}/subaccounts/{subaccount_id}/orders
Parameters
Path Parameters
address*
Owner address (20-byte Ethereum-style, 0x-hex).
Required
subaccount_id*
Type
Requiredinteger
Format
"uint16"Minimum
0Maximum
65535Query Parameters
status
Filter by order status.
Type
string
Valid values
"active""history"Default
"active"market_id
Type
integer
Format
"int32"limit
Max items to return.
Type
integer
Default
100Maximum
1000Responses
Orders for the subaccount.
application/json
JSON { "market_type": "string", "market_id": 0, "client_order_id": "1000000", "order_id": "string", "is_bid": true, "price": "1000000", "quantity_left": "1000000", "total_quantity": "1000000", "order_type": "string", "time_in_force": "string", "tick_offset": 0, "trigger_price": "string", "max_price": "string" }
[
]