POST
/
removeWhitelist
curl --request POST \
  --url https://rpc.etherspot.io/paymaster/removeWhitelist \
  --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:

{
  "message": "Successfully removed whitelisted addresses with transaction Hash 0x0f87967a28230efd3624ddbd9b33887d1324887364576b90d9d6c0fe78fc0a67"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json
Remove address from whitelist
params
array