This method allows you to delegete/undelegate MirrorX assets by specified MirrorX linked ID (mirrorXLinkId)
API Key permission group : Enable Mirror Operation
Designated Wallet : Not Impacted
{
"mirrorXLinkId": 85,
"coinSymbol": "non",
"orderType": 10,
"amount": "55",
"timestamp": 275404472892,
"requestId": "59"
}curl --location --request POST '/open-api/v1/mirrorX/order' \
--header 'open-apikey;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mirrorXLinkId": 85,
"coinSymbol": "non",
"orderType": 10,
"amount": "55",
"timestamp": 275404472892,
"requestId": "59"
}'{
"data": {
"orderViewId": "24073676755851542073280001",
"status": 20,
"requestId": "14"
},
"code": "000000",
"message": "Success"
}