This method allows you to check MirrorX available amount for delegation/undelegation order.
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/order/check?mirrorXLinkId=3289&coinSymbol=BNB&orderType=10' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"coinSymbol": "USDT",
"maxAvailableAmount": "0"
},
"code": "000000",
"message": "Success"
}