accountUnsubscribe - Solana

accountUnsubscribe. Retrieves detailed information about a specific account on the Solana blockchain

accountUnsubscribe - solana [Value: 0CU]
Retrieves detailed information about a specific account on the Solana blockchain.
Use cases

Use cases

  • Unsubscribe from specific log events
  • Stop receiving logs for an unneeded subscription
  • Efficiently manage active subscriptions
Constraints

Constraints

  • Requires active subscription ID
  • Immediate disconnection may lead to missed logs
  • Only valid for WebSocket connections
Get started
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key

Language

Request
Examples
wscat -c wss://solana.drpc.org \
# wait for connection
{"id":1,"jsonrpc":"2.0","method":"logsUnsubscribe","params":[0]}
Copy
Response
200
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": true
}
Copy

Request params

idinteger
jsonrpcstring
methodstring
Parametersobject
object
numberinteger
The subscription ID that was originally provided by the server when the account subscription was created.

Response

200
A boolean value indicating whether the unsubscription was successful

Response params

object
idinteger
jsonrpcstring
resultboolean