get deprecatedhttps://EXCHANGE-REGION-ENDPOINT-URL.com/v1/orders
GET
v1/orders
will be deprecated. The specific removal date will be announced through an announcement, so please usev1/orders/uuids
,v1/orders/open
, orv1/orders/closed
based on your needs.
Request Parameters
Field Name | Description | Type |
---|---|---|
market | Market ID | String |
uuids | Order UUID list | Array |
identifiers | Order Identifier List | Array |
state | The state of order - wait: waiting for orders to be completed (default) - watch: wait for stop-limit orders - done: completed all orders - cancel: Cancel orders - 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 cancel or done after being executed.- If an order balance occurs after the execution at market price, the remaining balance will be returned and processed as cancel . In most cases, an insignificant amount that is not divisible to 8 decimal places will accrue as the order backlog.- If there is no order remaining and all orders are completed, the order status will turn into done . | String |
page | Number of Pages, default: 1 | Number |
order_by | Sorting Method - asc : Ascending- desc : Descending (default) | 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 |