Get Order Trade History
This API retrieves the trade details of orders on the platform.
Last updated
This API retrieves the trade details of orders on the platform.
Last updated
{
"status": "ok",
"data": [
{
"_id": "6790d15914c0436561b54463",
"symbol": "NAMIVNST",
"side": "SELL",
"takerSide": "SELL",
"displayingId": "8415",
"orderId": 453017,
"feeMetadata": {
"feeValue": 0.30000000000000004,
"feeAssetId": 1,
"feeAsset": "NAMI",
"feeRatio": 0.0003,
"quoteQty": 200000
},
"createdAt": "2025-01-22T11:07:05.042Z",
"flag": "BUY_ORDER_FILL",
"baseQty": 1000,
"quoteQty": 200000,
"price": 200,
"baseAssetId": 1,
"quoteAssetId": 39
}
]
}{
"status": "BROKER_ERROR",
"code": 6104,
"data": {
"requestId": "6ff66697-2742-4caf-acad-f97e9cc3596d"
},
"message": null
}