getIndexerSlot
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the slot of the last block indexed by the indexer.
An ID to identify the request.
The version of the JSON-RPC protocol.
The name of the method to invoke.
100
Example: 100
POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 63
{
"id": "test-account",
"jsonrpc": "2.0",
"method": "getIndexerSlot"
}
100