This method allows you to get the list of MirrorX-linked Binance 3rd-Party Custodian UIDs (3PCUIDs). The Binance 3PCUIDs must be applied through the Ceffu Web by a creator role.
API Key permission group : Enable Enquiry
Designated Wallet : Not Impacted
curl --location --request GET '/open-api/v1/mirrorX/mirrorXLinkId/list?timestamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"mirrorXLinkId": "3289",
"binanceUID": "111111111",
"walletIdStr": "123456789012345678",
"label": "",
"status": 1,
"createDate": "1715090402000"
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}