cURL
curl --request POST \ --url https://devnet.helius-rpc.com/getIndexerSlot \ --header 'Content-Type: application/json' \ --data ' { "id": "test-account", "jsonrpc": "2.0", "method": "getIndexerSlot" } '
{ "error": { "code": 123, "message": "<string>" }, "id": "test-account", "jsonrpc": "2.0", "result": 100 }
Retrieve the slot of the last block indexed by the indexer. Overview with RPC method guide.
An ID to identify the request.
test-account
The version of the JSON-RPC protocol.
2.0
The name of the method to invoke.
getIndexerSlot
An ID to identify the response.
Show child attributes
100
Was this page helpful?