logsSubscribe
All the specifications for logsSubscribe Websocket Method on Solana
Parameters required for this RPC call
{
"jsonrpc": "2.0",
"id": 1,
"method": "logsSubscribe",
"params": [
{
"mentions": ["11111111111111111111111111111111"]
},
{
"commitment": "finalized"
}
]
}{
"jsonrpc": "2.0",
"result": 24040, //will be required to unsubscribe
"id": 1
}Last updated