List whitelisted addresses for approvalget https://your-protect-instance.example.com/api/rest/v1/whitelists/addresses/for-approvalThis endpoint returns a list of whitelisted addresses for approvalQuery Paramslimitstringuint64; The amount of unapproved whitelisted address returned per request. Max 100.offsetstringuint64; The offset from which to begin selection of unapproved whitelisted addresses.idsarray of stringsuint64 Array; The ids to filter your requests selection by.idsADD stringblockchainstringThe blockchain associated with the unapproved whitelisted addresses. (ex. eth, btc)addressTypestringThe type of unapproved whitelisted address (ex. individual, exchange, baker, contract, stakepool, validator, node, fiatprovider).querystringA search query to filter your request with. Will search the label or address fields.networkstringThe network of the associated blockchain the address is in. (ex. mainnet, sepolia)includeAlreadySignedByUserbooleanSet to true to include the pending approval whitelisted addresses already signed by the user. Default: falsetruefalseResponses 200A successful response. 400Bad Request: indicates that the server cannot or will not process the request due to something that is perceived to be a client error (for example, malformed request syntax, invalid request message framing, or deceptive request routing) 401Unauthorized: indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource 403Forbidden: indicates that the server understands the request but refuses to authorize it 404Not Found: indicates that the server cannot find the requested resource 500Internal Server Error: indicates that the server encountered an unexpected condition that prevented it from fulfilling the request 503Service Unavailable: indicates that the server is not ready to handle the request. defaultAn unexpected error response.Updated about 2 months ago List whitelisted addressesReject a whitelisted addressDid this page help you?YesNo