slotsUpdatesUnsubscribe – Solana
The slotsUpdatesUnsubscribe RPC Solana method allows clients to unsubscribe from slot-update notifications.
Supported Networks
Parameters
Result
Request Example
wss://go.getblock.io/<ACCESS-TOKEN>/wscat -c "wss://go.getblock.io/<ACCESS-TOKEN>/" --exec '{
"jsonrpc": "2.0",
"id": 1,
"method": "slotsUpdatesUnsubscribe",
"params": [0]
}'Response
Error Handling
Use Cases
Code slotsUpdatesUnsubscribe Example – Web3 Integration
Integration with Web3
Last updated
Was this helpful?