POST
/
deposit

Example values you can use to demo the API:

{
  "apiKey": "arka_public_key",
  "chainId": "11155111",
  "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
params
string[]