Arka (Paymaster) API calls
/pimlicoAddress
Arka (Paymaster) API calls
- POSTpm_sponsorUserOperation
- POST/checkWhitelist
- POST/checkWhitelist/v2
- POST/whitelist
- POST/whitelist/v2
- POST/removeWhitelist
- POST/removeWhitelist/v2
- POST/deposit
- POST/deposit/v2
- POST/pimlicoAddress
- POST/getAllWhitelist/v2
- GET/metadata
- POST/add-policy
- DEL/delete-policy/{id}
- PUT/update-policy
- PUT/enable-policy/{id}
- PUT/disable-policy/{id}
- GET/policy
- GET/policy/{id}
- GET/policy/wallet-address/{walletAddress}
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}/chain-id/{chainId}
- GET/policy/wallet-address/{walletAddress}/latest
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}/latest
- GET/policy/wallet-address/{walletAddress}/chain-id/{chainId}/latest
- GET/policy/wallet-address/{walletAddress}/ep-version/{epVersion}/chain-id/{chainId}/latest
Arka (Paymaster) API calls
/pimlicoAddress
Check ERC20 Paymaster address
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"
}
Body
application/json
Check ERC20 Paymaster address
curl --request POST \
--url https://rpc.etherspot.io/paymaster/pimlicoAddress \
--header 'Content-Type: application/json' \
--data '{
"params": [
"<string>"
]
}'