POST
/
whitelist
curl --request POST \
  --url https://rpc.etherspot.io/paymaster/whitelist \
  --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 with transaction Hash 0x91575dc46283aee04bab45763b5ea77250ac84232d6a38095f8ed08d1feef5d3"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json
Check an address is whitelisted
params
array