Skip to main content
GET
/
api
/
stratus
/
networks
Get available networks
curl --request GET \
  --url https://admin.snagsolutions.io/api/stratus/networks \
  --header 'X-API-KEY: <api-key>'
[
  {
    "chainId": 123,
    "analyticsEnabled": true
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.snagsolutions.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json

200

chainId
number
required
analyticsEnabled
boolean
required