Skip to main content
POST
/
addStake
addStake
curl --request POST \
  --url https://rpc.etherspot.io/paymaster/addStake \
  --header 'Content-Type: application/json' \
  --data '
{
  "params": [
    "EPV_07",
    "0.01"
  ]
}
'
{
  "message": "<string>"
}
Example values you can use to demo the API:
{
  "apiKey": "etherspot_public_key",
  "chainId": "11155111",
  "params": ["EPV_07", "0.01"]
}
Example response:
{
  "message": "Successfully staked with transaction Hash 0x..."
}

Query Parameters

apiKey
string

Arka API key

chainId
string

Chain ID

Body

application/json

Add Stake

params
string[]

Response

200 - application/json

Successful operation

message
string