On ThorNode
Send over the completewss:// URL copied from the dashboard. Unsubscribing releases the subscription’s slot in the per-token cap.
Parameters
array
required
Response
boolean
Unsubscribe success message.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"jsonrpc": "2.0",
"id": 2,
"method": "slotsUpdatesUnsubscribe",
"params": [
3084
]
}
{
"jsonrpc": "2.0",
"result": true,
"id": 2
}
Unsubscribe from slot-update notifications.
wss:// URL copied from the dashboard. Unsubscribing releases the subscription’s slot in the per-token cap.
{
"jsonrpc": "2.0",
"id": 2,
"method": "slotsUpdatesUnsubscribe",
"params": [
3084
]
}
{
"jsonrpc": "2.0",
"result": true,
"id": 2
}