This method allows you to get mirrorX orders of the requested mirrorXLinkId, coinSymbol, orderType and timeframe.
Notes:
API Key permission group : Enable Enquiry
Designated Wallet : Not Impacted
curl --location --request GET '/open-api/v1/mirrorX/order/list?timestamp=1640995200000&pageLimit=25&pageNo=1&mirrorXLinkId=3289&coinSymbol=ETH&orderType=10&startTime=1640995200000&endTime=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"mirrorXLinkId": "3289",
"binanceUID": "1000197639537",
"walletIdStr": "374670159018962944",
"orderType": 10,
"amount": "100",
"coinSymbol": "BNB",
"status": 30,
"orderTime": "1715090766000",
"orderViewId": "24073666709051072428160003"
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}