Configuration and status
| Method | Path | Description |
|---|---|---|
| GET | /network/config | Chain parameters (chainID, gas price, shard count, etc.) |
| GET | /network/status/{shard} | Per-shard network status |
| GET | /network/economics | Economics metrics (staked, supply, APR), cached |
| GET | /network/gas-configs | Gas cost configuration for all operations |
- cURL
- TypeScript
- Python
- Rust
ESDT token registries
| Method | Path | Description |
|---|---|---|
| GET | /network/esdts | All registered ESDT tokens |
| GET | /network/esdt/fungible-tokens | Fungible tokens only |
| GET | /network/esdt/semi-fungible-tokens | Semi-fungible tokens only |
| GET | /network/esdt/non-fungible-tokens | Non-fungible tokens only |
| GET | /network/esdt/supply/{token} | Total supply for a token (aggregated across all shards) |
initialMinted from the ESDT system contract.
Epoch and protocol data
| Method | Path | Description |
|---|---|---|
| GET | /network/enable-epochs | Protocol feature activation epochs |
| GET | /network/enable-epochs-v2 | Extended epoch activation data |
| GET | /network/enable-rounds | Round-based feature activation |
| GET | /network/epoch-start/{shard}/by-epoch/{epoch} | Epoch start data for a specific shard |
Staking and validation
| Method | Path | Description |
|---|---|---|
| GET | /network/direct-staked-info | Direct staking information |
| GET | /network/delegated-info | Delegation information |
| GET | /network/ratings | Validator ratings |
| GET | /network/genesis-nodes | Genesis validator node list |
| GET | /network/trie-statistics/{shard} | Account trie statistics per shard |

