This method allows you to get a whitelisted address list.
API Key permission group : Enable Enquiry
Designated Wallet : Not allowed to set a designated wallet. All wallets are allowed.
curl --location --request GET '/open-api/v1/wallet/pageWhitelist?timestamp=1640995200000' \
--header 'open-apikey;' \
--header 'signature;'{
"data": {
"data": [
{
"whitelistId": "123456789",
"symbol": "BTC",
"label": "Satoshi",
"address": "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa",
"memo": "",
"network": "BTC",
"protocol": null,
"institutionId": "123456789",
"createTime": 1743436800000,
"updateTime": 1743436800000,
"currentAddressStatus": 30,
"addressStatus": null,
"addressType": 1,
"correspondentDetail": null
}
],
"totalPage": 1,
"pageNo": 1,
"pageLimit": 25
},
"code": "000000",
"message": "Success"
}