Skip to main content
The network endpoints return chain-wide configuration, real-time economics, token registries, and staking data. Most target the metachain or any available observer.

Configuration and status

MethodPathDescription
GET/network/configChain parameters (chainID, gas price, shard count, etc.)
GET/network/status/{shard}Per-shard network status
GET/network/economicsEconomics metrics (staked, supply, APR), cached
GET/network/gas-configsGas cost configuration for all operations
curl "https://rust-gateway.xoxno.com/network/config"

ESDT token registries

MethodPathDescription
GET/network/esdtsAll registered ESDT tokens
GET/network/esdt/fungible-tokensFungible tokens only
GET/network/esdt/semi-fungible-tokensSemi-fungible tokens only
GET/network/esdt/non-fungible-tokensNon-fungible tokens only
GET/network/esdt/supply/{token}Total supply for a token (aggregated across all shards)
Token supply aggregation queries all shards plus the metachain in parallel and performs big-integer arithmetic to compute the total. For fungible tokens, the response also contains initialMinted from the ESDT system contract.

Epoch and protocol data

MethodPathDescription
GET/network/enable-epochsProtocol feature activation epochs
GET/network/enable-epochs-v2Extended epoch activation data
GET/network/enable-roundsRound-based feature activation
GET/network/epoch-start/{shard}/by-epoch/{epoch}Epoch start data for a specific shard

Staking and validation

MethodPathDescription
GET/network/direct-staked-infoDirect staking information
GET/network/delegated-infoDelegation information
GET/network/ratingsValidator ratings
GET/network/genesis-nodesGenesis validator node list
GET/network/trie-statistics/{shard}Account trie statistics per shard