| description | Subscribe establishes a bidirectional streaming connection with the Geyser service to receive real-time updates about Solana blockchain events. |
|---|
blockhash - bytes - The blockhash you want to validate
result - object - The result representing the return value of a bidirectional stream method call with a Geyser gRPC subscription request and subscription update
{% code overflow="wrap" %}
grpcurl -proto geyser.proto
-d '{"slots": {}, "accounts": { }, "transactions": {}, "blocks": { "blocks": {"include_transactions": false, "include_accounts": true} }, "blocks_meta": {}, "accounts_data_slice": []}'
-H "x-token: <your-token>"
solana.blockpi.network
geyser.Geyser/Subscribe{% endcode %}