cURL
curl --request GET \ --url https://api.example.com/fenine_getSnapshot
{ "Number": {}, "Hash": "<string>", "Signers": [ {} ], "Recents": {} }
Retrieve consensus snapshot state at a given block
curl -X POST https://rpc.fene.app \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "fenine_getSnapshot", "params": ["latest"], "id": 1 }'
{ "jsonrpc": "2.0", "id": 1, "result": { "Number": 12345, "Hash": "0x1234567890abcdef...", "Signers": [ "0x1111111111111111111111111111111111111111", "0x2222222222222222222222222222222222222222", "0x3333333333333333333333333333333333333333" ], "Recents": { "12340": "0x1111111111111111111111111111111111111111", "12342": "0x2222222222222222222222222222222222222222", "12344": "0x3333333333333333333333333333333333333333" } } }
Monitor Signer Changes
Verify Block Producers
Audit Recent Activity