Get Trades
GET
https://api.onetrading.com/fast/v1/account/trades
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onetrading.com/fast/v1/account/trades?from&to&instrument_code&max_page_size&cursor'
Response Response Example
200 - Success
{
"trade_history": [
{
"fee": {
"fee_amount": "0.29",
"fee_currency": "EUR"
},
"trade": {
"trade_id": "a7b6f4f8-0278-40a1-a435-7d02f93bafd0",
"order_id": "ff119f4e-7918-4bec-8816-75d5b57865d1",
"account_id": "726288e6-a463-4f88-9068-024ae8f97a34",
"amount": "1",
"side": "SELL",
"instrument_code": "SOL_EUR",
"price": "145",
"time": "2024-11-14T10:26:57.241Z",
"sequence": "58894265752",
"matched_as": "MAKER"
}
},
{
"fee": {
"fee_amount": "0.0020",
"fee_currency": "SOL"
},
"trade": {
"trade_id": "b1210d42-fc67-44ab-bb23-6e833f15df3f",
"order_id": "024bf0cb-5810-47e5-8c52-2e926aebe537",
"account_id": "726288e6-a463-4f88-9068-024ae8f97a34",
"amount": "1",
"side": "BUY",
"instrument_code": "SOL_EUR",
"price": "140",
"time": "2024-11-14T10:25:22.143Z",
"sequence": "58894265740",
"matched_as": "MAKER"
}
}
],
"max_page_size": 100
}
Request
Query Params
from
string <date-time>
optional
to
string <date-time>
optional
instrument_code
string
optional
max_page_size
string
optional
cursor
string
optional