Arka (Paymaster) API calls
/removeWhitelist
Arka (Paymaster) API calls
- POSTpm_getERC20TokenQuotes
- POSTpm_sponsorUserOperation
- POST/checkWhitelist
- POST/checkWhitelist/v2
- POST/whitelist
- POST/whitelist/v2
- POST/removeWhitelist
- POST/removeWhitelist/v2
- POST/deposit
- POST/deposit/v2
- POST/tokenPaymasterAddress
- POST/getAllWhitelist/v2
- GET/metadata
- GET/metadata/v2
- POST/addPolicy
- DEL/deletePolicy/{id}
- PUT/updatePolicy
- PUT/enablePolicy/{id}
- PUT/disablePolicy/{id}
- GET/policy
- GET/policy/{id}
- GET/policy/walletAddress/{walletAddress}
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}
- GET/policy/walletAddress/{walletAddress}/latest
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}/latest
- GET/policy/walletAddress/{walletAddress}/chainId/{chainId}/latest
- GET/policy/walletAddress/{walletAddress}/epVersion/{epVersion}/chainId/{chainId}/latest
Arka (Paymaster) API calls
/removeWhitelist
Remove address from whitelist
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"
}
Body
application/json
Remove address from whitelist
Response
200
Successful operation
curl --request POST \
--url https://rpc.etherspot.io/paymaster/removeWhitelist \
--header 'Content-Type: application/json' \
--data '{
"params": [
[
"<string>"
]
]
}'