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

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

Constraints

  • Limited to the latest shred insert slot data
  • Dependent on current network synchronization
  • API rate limits may restrict access frequency
Get started
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"}'
Copy
Response
200
{
  "jsonrpc": "2.0",
  "result": 120000,
  "id": 1
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
ParametersThis method does not accept any parameters.

Response

200
The slot number represented as a 64-bit unsigned integer (u64).

Response params

object
idinteger
jsonrpcstring
resultuint64