getMaxRetransmitSlot - Solana
getMaxRetransmitSlot. Returns the highest slot that has been retransmitted
getMaxRetransmitSlot - solana [Value: 8CU]
Returns the highest slot that has been retransmitted
Use cases
- Identify the maximum retransmit slot for Solana
- Determine the highest slot used for retransmissions
- Monitor retransmit activity for network stability
Constraints
- Limited to the latest retransmit slot data
- Dependent on real-time network information
- API rate limits may affect data access
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl https://solana.drpc.org \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","id":1, "method":"getMaxRetransmitSlot"}'
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