Export whitelisted addressesget https://your-protect-instance.example.com/api/rest/v1/whitelists/addresses/exportThis endpoint exports a list of whitelisted addressesQuery Paramsformatstringdefaults to json; can be csv or jsonexchangeAccountIdstringDeprecated: Use exchangeAccountIds insteadaddressTypestringCan be one of the following: individual, exchange, baker, stakepool, contract, validator, node, fiatproviderquerystringWill find a match in any part of the value. Filter applies to the following fields: customerid, address, blockchain, label, memo, addresstypecurrencystringDeprecated: Use blockchain insteadscoreProviderstringDeprecated: Use scoreFilter instead. Can be either of the following: scorechain, coinfirm, chainalysis, elliptic, trmlabsscoreInBelowstringnumeric; Deprecated: Use scoreFilter insteadscoreOutBelowstringnumeric; Deprecated: Use scoreFilter insteadscoreExclusivebooleanDeprecated: Use scoreFilter insteadtruefalseexchangeAccountIdsarray of stringsuint64; Array containing the list of IDs for exchange accountsexchangeAccountIdsADD stringcoinfirmScoreGreaterstringuint64; Deprecated: Use scoreFilter insteadtagsarray of stringsList of tags applied returned whitelisted addressestagsADD stringchainalysisScoreGreaterstringuint64; Deprecated: Use scoreFilter insteadblockchainstringFilter on the blockchain of the WLA.addressesarray of stringsFilter on the specific addresses to return. This field is using the blockchain's native address syntaxaddressesADD stringnetworkstringName of the blockchain network, eg. mainnet, testnet, or sepoliascoreFilter.scoreProviderstringSpecify the score provider to filter on, or empty.Each provider has associated filter parameters that can be set.Supported values: scorechain, coinfirm, chainalysis, elliptic, trmlabsscoreFilter.scorechainFilters.scoreInBelowstringFilter addresses under a Scorechain incoming score threshold.scoreFilter.scorechainFilters.scoreOutBelowstringFilter addresses under a Scorechain outgoing score threshold.scoreFilter.scorechainFilters.scoreExclusivebooleanBy default when both Scorechain scores scoreInBelow and scoreOutBelow are provided, it returns the addresses matching (scoreInBelow AND scoreOutBelow). When scoreExclusive is set to true, it will return the addresses matching (scoreInBelow OR scoreOutBelow).truefalsescoreFilter.coinfirmFilters.scoreGreaterstringFilter addresses with a Coinfirm C-score above threshold.scoreFilter.chainalysisFilters.scoreGreaterstringFilter addresses with a Chainalysis risk score above threshold.scoreFilter.ellipticFilters.scoreGreaterstringFilter addresses with an Elliptic risk score above threshold.scoreFilter.trmlabsFilters.scoreGreaterstringFilter addresses with an TRM Labs risk score above threshold.Responses 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 Delete an attributeGet a whitelisted addressDid this page help you?YesNo