get_chain_info
Retrieve current Sui network chain ID, epoch, checkpoint height, timestamp, and reference gas price. Optionally query any specific epoch for its details.
Instructions
Get current Sui network info: chain ID, epoch, checkpoint height, timestamp, and reference gas price. Optionally pass an epoch number to get details for a specific epoch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epoch | No | Epoch number to query. Returns current epoch info if omitted. | |
| network | No | Which Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet). |