List sending-to addresses.Copy Pageget https://www.bankingcircleconnect.com/api/v1/digital-assets/blockchain-whitelisting/sending-to-addressesQuery ParamscompanyNumbersarray of stringsCompany numbers used to scope whitelist entries. Omit (or pass an empty list) to use every company the caller has access to.companyNumbersADD stringprofileIdsarray of objectsOptional profile id filter. Omit to include all profiles.profileIdsADD stringaddressesarray of objectsOptional on-chain address filter. Omit to include all addresses.addressesADD stringstatusesarray of objectsOptional whitelist status filter. Omit to include all statuses.statusesAllowed:SubmittedAcceptedWhitelistedBlockedADD limitint32 | int321 to 5000^-?(?:0|[1-9]\d*)$Max number of records to return on the initial page. Must be bigger than 0 and less than or equal to 5000. Default is 100. Cannot be used together with cursor.orderenumOrder of records on the initial page. Cannot be used together with cursor.ASCDESCnullAllowed:ASCDESCnullcursorstringlength between 1 and 512^[A-Za-z0-9_=\-]+$Cursor from a previous response used to fetch the next or previous page. Cannot be used with any other parameters except direction.directionenumTraversal direction when using cursor. Required when using cursor.NEXTPREVnullAllowed:NEXTPREVnullResponses 200OK - blockchain whitelist address page was returned. 400Bad Request - blockchain whitelist list query validation failed. 401Unauthorized - blockchain whitelist list credentials were missing or invalid. 403Forbidden - caller lacks permission to list blockchain whitelist entries. 429Too Many Requests - blockchain whitelist list rate limit was exceeded. 500Internal Server Error - blockchain whitelist listing failed unexpectedly.Updated 2 days ago Did this page help you?YesNo