Get Order History
This API allows you to retrieve the history of orders placed on the platform.
Last updated
This API allows you to retrieve the history of orders placed on the platform.
Last updated
{
"status": "ok",
"data": [
{
"price": 200,
"stopPrice": null,
"executedPrice": 0,
"quantity": 1000,
"executedQty": 1000,
"quoteQty": 200000,
"executedQuoteQty": 200000,
"useQuoteQty": null,
"liquidityStatus": 0,
"liquiditySymbol": null,
"liquidityUsdtPrice": 0,
"liquidityTransferPrice": 0,
"liquidityOrderId": null,
"liquidityTransferFee": 0,
"limitPrice": null,
"internalError": false,
"_id": "678e12e7a679c0c007d3b315",
"displayingId": 453079,
"baseAsset": "NAMI",
"baseAssetId": 1,
"createdAt": "2025-01-20T09:09:59.066Z",
"executedType": null,
"feeMetadata": {
"feeMode": 0,
"originBaseQty": 1000,
"assetId": 39,
"value": 80,
"feeRatio": 0.0004
},
"limitOrderId": null,
"ocoOrderId": null,
"priceToCalLockAndFee": null,
"quoteAsset": "VNST",
"quoteAssetId": 39,
"side": "BUY",
"status": "FILLED",
"stopLimitOrderId": null,
"symbol": "NAMIVNST",
"type": "LIMIT",
"updatedAt": "2025-01-20T09:09:59.066Z",
"userId": 583344
}
]
}{
"status": "BROKER_ERROR",
"code": 6104,
"data": {
"requestId": "6ff66697-2742-4caf-acad-f97e9cc3596d"
},
"message": null
}