getMaxShredInsertSlot
Authorizations
AuthorizationstringOptional
Authorization header for API key authentication.
Example:
Authorization: your-api-key-here
Body
jsonrpcstring Β· enumRequiredExample:
JSON-RPC protocol version
2.0Possible values: idone ofRequiredExample:
Request identifier that will be returned in the response
1stringOptional
numberOptional
methodstring Β· enumRequiredPossible values:
The RPC method name
Responses
200
Successful Response
application/json
RPC response containing the maximum shred insert slot
jsonrpcstring Β· enumRequiredExample:
JSON-RPC protocol version
2.0Possible values: idone ofRequiredExample:
Request identifier matching the original request
1stringOptional
numberOptional
resultinteger Β· int64OptionalExample:
The highest slot number for which at least one shred has been received and inserted into the validator's blockstore.
This value represents the validator's current view of the maximum slot for which it has received network data, regardless of whether the slot is complete or has been fully processed.
Key characteristics:
- Always a non-negative integer representing a slot number
- May be higher than the current processed slot if shreds are received ahead of processing
- May be lower than the network's current slot if the validator is behind
- Does not guarantee that all shreds for this slot have been received
- Indicates the validator's progress in receiving network data
Use cases:
- Monitor validator's data reception status
- Detect network connectivity issues
- Assess validator synchronization with the network
- Debug shred reception and processing pipeline
298765432401
Unauthorized
text/plain
403
Forbidden
text/plain
429
Too Many Requests
text/plain
500
Internal Server Error
text/plain
post
/Last updated