Unsubscribe from all events via WebSocket
empty answer
0
"2.0"
const response = await fetch('https://thor-tendermint.nownodes.io/unsubscribe_all', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": 0, "jsonrpc": "2.0" }