For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Supported Chains

Returns a list of all enabled chains/networks with their IDs and names. Use this to discover supported chains for the routing engine.

Endpoint: GET /api/v1/chains Auth: Required (Authorization: Bearer YOUR_API_KEY). For an unauthenticated health check, see Health Check.

Example

curl -X GET 'https://api.gateway.zert.com/api/v1/chains' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Responses

Code
Description

200

List of available chains

401

Unauthorized (missing or invalid API key)

Zert API — Chains

Last updated