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

Use cases

  • Identify the maximum retransmit slot for Solana
  • Determine the highest slot used for retransmissions
  • Monitor retransmit activity for network stability
Constraints

Constraints

  • Limited to the latest retransmit slot data
  • Dependent on real-time network information
  • API rate limits may affect data access
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://solana.drpc.org \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","id":1, "method":"getMaxRetransmitSlot"}'
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