Skip to main content
GET
/
chains
List all chains
curl --request GET \
  --url https://api.wavynode.com/v1/chains \
  --header 'x-api-header: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "rpc_url": "<string>",
      "explorer_url": "<string>",
      "currency_symbol": "<string>",
      "currency_decimals": 123
    }
  ]
}

Authorizations

x-api-header
string
header
required

API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}

Response

List of supported chains

success
boolean
data
object[]