Body
application/json
Response
200
curl --request POST \
--url https://rpc.etherspot.io/paymaster/removeWhitelist \
--header 'Content-Type: application/json' \
--data '{
"params": [
[
"<string>"
]
]
}'Remove address from whitelist
curl --request POST \
--url https://rpc.etherspot.io/paymaster/removeWhitelist \
--header 'Content-Type: application/json' \
--data '{
"params": [
[
"<string>"
]
]
}'{
"apiKey": "etherspot_public_key",
"chainId": "11155111",
"params": ["0x725404c8Eead111d9E6DFE118c535F43402a9511"]
}
{
"message": "Successfully removed whitelisted addresses with transaction Hash 0x0f87967a28230efd3624ddbd9b33887d1324887364576b90d9d6c0fe78fc0a67"
}