getMaxShredInsertSlot - Solana
getMaxShredInsertSlot. Provides the highest slot number that has been inserted with shreds
getMaxShredInsertSlot - solana [Value: 10CU]
Provides the highest slot number that has been inserted with shreds, helping track and optimize
Use cases
- Identify the maximum shred insert slot on Solana
- Determine the highest slot for shred insertion
- Monitor shred insert activity for system health
Constraints
- Limited to the latest shred insert slot data
- Dependent on current network synchronization
- API rate limits may restrict access frequency
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl https://docs-demo.solana-mainnet.quiknode.pro/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","id":1, "method":"getMaxShredInsertSlot"}'
Response
200
{
"jsonrpc": "2.0",
"result": 120000,
"id": 1
}
Request params
idinteger
jsonrpcstring
methodstring
Response
200
The slot number represented as a 64-bit unsigned integer (u64).Response params
object
idinteger
jsonrpcstring
resultuint64