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"
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json
Deposit to paymaster
params
string[]