GET
v1/orders
will be deprecated. The specific removal date will be announced through an announcement, so please use
v1/orders/uuids
,
v1/orders/open
, or
v1/orders/closed
based on your needs.
Request Parameters
Field Name | Description | Type |
---|---|---|
market | Market ID | String |
uuids[] | Order UUID list | Array<String> |
identifiers[] | Order Identifier List | Array<String> |
state | The state of order
Market order is not inquired on the order list lookup API: A market buy order can occur in both cases when the order status is If an order balance occurs after the execution at market price, the remaining balance will be returned and processed as If there is no order remaining and all orders are completed, the order status will turn into | String |
page | Number of Pages, default: 1 | Number |
order_by | Sorting Method
| String |
Response
New order type & options
We support the
best
order type as well as theioc
(Immediate or Cancel) andfok
(Fill or Kill) functions.
- The
best
order type is added to theord_type
field.- The
time_in_force
field is added. (Type:ioc
andfok
)
Field Name | Description | Type |
---|---|---|
uuid | Unique Order ID | String |
side | Order Type | String |
ord_type | Order Method | String |
price | Currency Price at the Time of Order | NumberString |
state | Order Status | String |
market | Market Unique Key | String |
created_at | Order Generation Time | DateString |
volume | User Input Order Volume | NumberString |
remaining_volume | The amount remaining after the order | NumberString |
reserved_fee | Reserved Fees | NumberString |
remaining_fee | Remaining Fees | NumberString |
paid_fee | Used Fees | NumberString |
locked | Ratio being used in Transactions | NumberString |
executed_volume | The amount of the orders made | NumberString |
trades_count | The number of Transactions in the order | Integer |
time_in_force | ioc, fok settings | String |