Whitelist an address v2
curl --request POST \ --url https://rpc.etherspot.io/paymaster/whitelist/v2 \ --header 'Content-Type: application/json' \ --data '{ "params": [ [ "<string>" ] ] }'
Example values you can use to demo the API:
{ "apiKey": "etherspot_public_key", "chainId": "11155111", "params": [ ["0x725404c8Eead111d9E6DFE118c535F43402a9511"] ] }
Example response:
Value returned: { "message": "Successfully whitelisted" }
Arka API key
Chain ID
Check an address is whitelisted
The body is of type object.
object
Successful operation