fenine_getSnapshot
fenine_* Methods
fenine_getSnapshot
Retrieve consensus snapshot state at a given block
GET
fenine_getSnapshot
Overview
Retrieves the state snapshot at a given block number. The snapshot contains information about authorized signers and recent signer activity.Parameters
string
default:"latest"
Block number in hex (e.g., “0x1a4”) or “latest”
Response
uint64
Block number of the snapshot
string
Block hash (0x-prefixed hex string)
array
List of authorized signer addresses
object
Map of recent signer activity (block number → address)
Examples
Response Example
Use Cases
Monitor Signer Changes
Monitor Signer Changes
Track changes in the authorized signer set over time for consensus monitoring.
Verify Block Producers
Verify Block Producers
Check which validators are currently authorized to produce blocks.
Audit Recent Activity
Audit Recent Activity
Review recent block production activity by each signer.
Related Methods
fenine_getSigners
Get just the list of signers
fenine_getSnapshotAtHash
Get snapshot by block hash