Subscribe to receive notifications on the latest block SolanaStreaming has processed.
This is useful for determining how up to date our node is and for basic connection checking.
All plans can receive an unlimited number of messages from this subscription.
Subscriptions are limited to 1 per connection.
unsigned integer
{ "jsonrpc": "2.0", "id": 1, "method": "latestBlockSubscribe" }
{ "jsonrpc": "2.0", "id": 1, "result": { "subscription_id": 1 } }
These are the notifications you will receive when latestBlockSubscribe is called successfully. Notifications do not typically conform to jsonrpc.
unsigned integer
string
latestBlockObject
unsigned integer
unsigned integer
{ "block": 323424580, "blockTime": 1740655743 }