Arka (Paymaster) API calls
/deposit
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
/deposit
Deposit to paymaster
POST
/
deposit
curl --request POST \
--url https://rpc.etherspot.io/paymaster/deposit \
--header 'Content-Type: application/json' \
--data '{
"params": [
"<string>"
]
}'
Example values you can use to demo the API:
{
"params": ["0.000001"]
}
Example response:
Value returned: {
"message": "Successfully deposited with transaction Hash 0x79137319a6c9c67827b67dbbc16c0729465305516da4788bce578d5fdf59a52e"
}
Body
application/json
Deposit to paymaster
curl --request POST \
--url https://rpc.etherspot.io/paymaster/deposit \
--header 'Content-Type: application/json' \
--data '{
"params": [
"<string>"
]
}'