subscribe
Subscribe establishes a bidirectional streaming connection with the Geyser service to receive real-time updates about Solana blockchain events.
Parameters:
Returns:
Example:
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/SubscribeLast updated
Was this helpful?