This method allows you to get mirrorX asset position.
Please note that this API is applicable only to Binance-bound MirrorX linkage.
API Key permission group : Enable Enquiry
Designated Wallet : Not Impacted
curl --location --request GET '/open-api/v1/mirrorX/positions/list?timestamp=1640995200000&mirrorXLinkId=3289' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"mirrorXLinkId": "7127",
"binanceUID": "854038747",
"walletIdStr": "306718327844294656",
"coinSymbol": "BTC",
"mirrorXBalance": "0"
},
{
"mirrorXLinkId": "7127",
"binanceUID": "854038747",
"walletIdStr": "306718327844294656",
"coinSymbol": "USDT",
"mirrorXBalance": "0"
}
],
"totalPage": 2,
"pageNo": 1,
"pageLimit": 25,
"exchangeBalance": "0"
},
"code": "000000",
"message": "Success"
}