POST
/
getAllCommonERC20PaymasterAddress
curl --request POST \
  --url https://rpc.etherspot.io/paymaster/getAllCommonERC20PaymasterAddress \
  --header 'Content-Type: application/json' \
  --data '{
  "params": [
    "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"
  ]
}'

Example values you can use to demo the API:

{
  "params": ["0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789"]
}

Example response:

{
  "message": "[{"paymasterAddress":"0x33fA8047AaeE6b0571002F076a1bce3f00DA7301","gasToken":"0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97","chainId":137,"decimals":18},...]"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json
Check ERC20 Paymaster address
params
string[]

Response

200

Successful operation