Whitelist
Checks if an address is whitelisted
get/v1/whitelist
Query parameters
addressstring hex required
Example:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Address of account
Response
Example response
{
"isWhitelisted": true
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the non-success response with the status
413response-non-success-status-added
- ○