Skip to Content

Networks

Atlas indexes Soroban events per Stellar network. Pass the network query parameter on all read API calls.

Supported networks

NetworkQuery valueStatus
TestnettestnetSupported
MainnetmainnetSupported
FuturenetfuturenetPlanned

Default network

The web app uses NEXT_PUBLIC_STELLAR_NETWORK (default: testnet) for SSR and client requests.

Example API call:

curl "http://localhost:8080/v1/stats?network=testnet"

Network stats

The /v1/stats endpoint returns per-network metrics:

  • Total indexed events
  • Contracts tracked
  • Events in the last 24 hours
  • Last ingested ledger and timestamp

These stats appear on the homepage and list pages (/events, /contracts).

Last updated on