POST
/
checkWhitelist
/
v2
/checkWhitelist/v2
curl --request POST \
  --url https://rpc.etherspot.io/paymaster/checkWhitelist/v2 \
  --header 'Content-Type: application/json' \
  --data '{
  "params": [
    "<string>"
  ]
}'
Example values you can use to demo the API:
{
  "params": [
    "0x725404c8Eead111d9E6DFE118c535F43402a9511",
  ]}
Example response:
{
  "message": "Already added"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json

Check an address is whitelisted v2

The body is of type object.

Response

200

Successful operation