Skip to main content

Services documentation

Use high performance APIs provided by Infura to scale your dapp or Snap.

getMaxShredInsertSlot

Get the maximum slot visible from after the shred insert.

Parameters

None

Returns

result - The slot number as a 64-bit unsigned integer.

Request

curl https://solana-mainnet.infura.io/v3/<YOUR-API-KEY> \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1, "method":"getMaxShredInsertSlot"}'

Response

{
"jsonrpc": "2.0",
"result":372942171,
"id": 1
}