sui_get_epoch
Retrieve detailed metadata for any Sui epoch, including committee, system state, checkpoints, and reference gas price. Specify 'current' for the live epoch.
Instructions
Fetch metadata for an epoch — committee, system state, first/last checkpoint, reference gas price. Use epoch='current' for the live epoch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epoch | Yes | Epoch number as string, or 'current' for the active epoch. | |
| network | No | Sui network. Defaults to the server's configured default (usually mainnet). |