getMaxRetransmitSlot – Solana
The getMaxRetransmitSlot JSON-RPC method retrieves the maximum slot observed from the retransmit stage in the Solana network.
Supported Networks
Parameters
Result
Request Example
API Endpoints
https://go.getblock.io/<ACCESS-TOKEN>/cURL Example
curl --location "https://go.getblock.io/<ACCESS-TOKEN>/" -XPOST \
--header "Content-Type: application/json" \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "getMaxRetransmitSlot"
}'Response
Example Response
Error Handling
Example Error Response
Use Cases
Code getMaxRetransmitSlot Example – Web3 Integration
Integration with Web3
Last updated
Was this helpful?