OpenInfra.sh is now live - Solana infrastructure, included with every server. LEARN MORE HERE >

OpenInfra.shopeninfra.sh

getMaxShredInsertSlot

Returns the highest slot for which this node has inserted shreds into blockstore.

Request

{  "jsonrpc": "2.0",  "id": 1,  "method": "getMaxShredInsertSlot"}

Response

{  "jsonrpc": "2.0",  "result": 1234,  "id": 1}
FieldTypeDescription
resultu64Highest slot for which the node has completed shred insertion.

Notes