cURL
curl --request POST \ --url https://rpc.etherspot.io/paymaster/deposit \ --header 'Content-Type: application/json' \ --data '{ "params": [ "<string>" ] }'
Deposit to paymaster
{ "apiKey": "etherspot_public_key", "chainId": "11155111", "params": ["0.000001"] }
Value returned: { "message": "Successfully deposited with transaction Hash 0x79137319a6c9c67827b67dbbc16c0729465305516da4788bce578d5fdf59a52e" }
Arka API key
Chain ID
The body is of type object.
object
Successful operation