Skip to main content
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

Track changes in the authorized signer set over time for consensus monitoring.
Check which validators are currently authorized to produce blocks.
Review recent block production activity by each signer.

fenine_getSigners

Get just the list of signers

fenine_getSnapshotAtHash

Get snapshot by block hash