POST
/
pimlicoAddress
curl --request POST \
  --url https://rpc.etherspot.io/paymaster/pimlicoAddress \
  --header 'Content-Type: application/json' \
  --data '{
  "params": [
    "<string>"
  ]
}'

Example values you can use to demo the API:

{
  "params": ["0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789", {"token": "USDC"}]
}

Example response:

{
  "message": "0x32aCDFeA07a614E52403d2c1feB747aa8079A353"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json
Check ERC20 Paymaster address
params
array