Skip to main content
POST
/
deployVerifyingPaymaster
deployVerifyingPaymaster
curl --request POST \
  --url https://rpc.etherspot.io/paymaster/deployVerifyingPaymaster \
  --header 'Content-Type: application/json' \
  --data '
{
  "params": [
    "EPV_07"
  ]
}
'
{
  "verifyingPaymaster": "<string>",
  "txHash": "<string>"
}
Example values you can use to demo the API:
{
  "apiKey": "etherspot_public_key",
  "chainId": "11155111",
  "params": ["EPV_07"]
}
Example response:
{
    "verifyingPaymaster": "0xfe08B548Bd73F2559B1c759A6F41914a09456461",
    "txHash": "0x28ed5b8fce76b310d255953ba5ac3032730825da2389e7bfb11c7fb047d72e61"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json

Deploy Verifying Paymaster

params
string[]

Response

200 - application/json

Successful operation

verifyingPaymaster
string
txHash
string