Get Orders
GET
https://api.onetrading.com/fast/v1/account/orders
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onetrading.com/fast/v1/account/orders?from=2024-11-13T16:00:00.000Z&to=2024-11-14T10:00:00.000Z&instrument_code=BTC_EUR&with_cancelled_and_rejected=false&with_just_filled_inactive=false&with_just_orders=true&max_page_size=5&cursor=1731488541876570'
Response Response Example
{
"order_history": [
{
"order": {
"account_id": "726288e6-a463-4f88-9068-024ae8f97a34",
"order_id": "74eaf796-869b-4d49-ab39-2bc4fe10daeb",
"client_id": "b8854ae6-4077-404b-ae0c-52a1fe318440",
"amount": "1",
"side": "SELL",
"instrument_code": "SOL_EUR",
"price": "140",
"time": "2024-11-13T17:34:55.514Z",
"sequence": "58894260661",
"total_fee": "0.29",
"fee_currency": "EUR",
"time_last_updated": "2024-11-13T17:34:55.514Z",
"order_book_sequence": "58894260661",
"filled_amount": "1",
"status": "FILLED_FULLY",
"average_price": "145.00"
},
"trades": [
{
"fee": {
"fee_amount": "0.29",
"fee_currency": "EUR"
},
"trade": {
"trade_id": "f99a7e64-5478-44f3-b404-19aac53f2062",
"order_id": "74eaf796-869b-4d49-ab39-2bc4fe10daeb",
"account_id": "726288e6-a463-4f88-9068-024ae8f97a34",
"amount": "1",
"side": "SELL",
"instrument_code": "SOL_EUR",
"price": "145",
"time": "2024-11-13T17:34:55.514Z",
"sequence": "58894260661",
"matched_as": "MAKER"
}
}
]
},
{
"order": {
"account_id": "726288e6-a463-4f88-9068-024ae8f97a34",
"order_id": "d8e8e090-a142-4574-a875-36ef769eafe3",
"client_id": "89e6b540-2497-4d08-b777-9cf363940cab",
"amount": "3.3333",
"side": "BUY",
"instrument_code": "SOL_EUR",
"price": "150",
"time": "2024-11-13T15:40:04.430Z",
"sequence": "58894259835",
"total_fee": "0.0067",
"fee_currency": "SOL",
"time_last_updated": "2024-11-13T15:40:04.430Z",
"order_book_sequence": "58894259835",
"filled_amount": "0",
"status": "BOOKED"
},
"trades": []
}
],
"max_page_size": 2
}
Request
Query Params
from
string <date-time>
optional
Example:
2024-11-13T16:00:00.000Z
to
string <date-time>
optional
Example:
2024-11-14T10:00:00.000Z
instrument_code
string
optional
Example:
BTC_EUR
with_cancelled_and_rejected
boolean
optional
Example:
false
with_just_filled_inactive
boolean
optional
Example:
false
with_just_orders
boolean
optional
Example:
true
max_page_size
string
optional
Example:
5
cursor
string
optional
Example:
1731488541876570