Solana Tracker
Solana RPC/Methods

getMaxRetransmitSlot RPC Method

Description

Get the max slot seen from retransmit stage.

Parameters

None

Returns

Returns the slot number encoded as u64, 64-bit unsigned integer.

Code Examples

curl "https://rpc-mainnet.solanatracker.io/?api_key=YOUR_API_KEY_HERE" \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","id":1, "method":"getMaxRetransmitSlot"}'

On this page