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?pageLimit=25&pageNo=1×tamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"mirrorXLinkId": "3289",
"binanceUID": "1000197639537",
"walletIdStr": "374670159018962944",
"label": "",
"status": 1,
"createDate": "1715090402000"
},
{
"mirrorXLinkId": "3288",
"binanceUID": "1000197635609",
"walletIdStr": "370387818289426432",
"label": "",
"status": 1,
"createDate": "1715069632000"
},
{
"mirrorXLinkId": "3287",
"binanceUID": "1000197630853",
"walletIdStr": "374668557117796352",
"label": "",
"status": 1,
"createDate": "1715064362000"
},
{
"mirrorXLinkId": "3282",
"binanceUID": "1000197630852",
"walletIdStr": "374666363953983488",
"label": "",
"status": 1,
"createDate": "1715055850000"
},
{
"mirrorXLinkId": "3281",
"binanceUID": "1000197630850",
"walletIdStr": "374666954746867712",
"label": "",
"status": 2,
"createDate": "1715055817000"
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}