POST
/
smartwallet
curl --request POST \
  --url https://api.staging.gelato.digital/smartwallet \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 1,
  "jsonrpc": "2.0",
  "method": "wallet_getCapabilities",
  "params": [
    {
      "chainIds": [
        123
      ]
    }
  ]
}'
{
  "id": 1,
  "jsonrpc": "2.0",
  "result": {}
}

Query Parameters

apiKey
string

API key for authentication.

Body

application/json

Response

200
application/json

Successful response

The response is of type object.