Request Parameters
Request Closed(done, cancel) Orders
- To request an Order List using uuid or identifiers use
v1/orders/uuids
- For Open(wait) Orders use
v1/orders/open
Name | Description | Type |
---|---|---|
market | Market ID | String |
state | Order State
| String |
states[] | Order State List, default:['done', 'cancel'] *done , cancel are included in default | Array[String] |
start_time | Request start time (based on order creation time)
| String |
end_time | Request end time (based on order creation time) | String |
limit | Item per page, default: 100, max: 1000
| Number |
order_by | Sorting method
| String |
*By default, if no parameters are specified, the response will include the most recent 100 closed orders within the last 7 days.
Response
Name | Description | Type |
---|---|---|
uuid | Order unique uuid | 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 ID | String |
created_at | Order Generation Time | DateString |
volume | User Input Order Volume | NumberString |
remaining_volume | Remaining Order Volume after Trade | NumberString |
reserved_fee | Ratio Reserved as Fees | NumberString |
remaining_fee | Remaining Fees | NumberString |
paid_fee | Used Fees | NumberString |
locked | Ratio being used in Transactions | NumberString |
executed_volume | Traded Volume | NumberString |
executed_funds | Executed Volume | NumberString |
trades_count | The number of Transactions in the order | Integer |
time_in_force |
| String |
identifier | User custom value for query *Provided only for orders created after October 18, 2024 | String |
*Null value Fields are excluded from the response. (e.g., in the case of an order without IOC or FOK settings, the time_in_force field will not be included in the response.)