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": "programUnsubscribe",
"params": [
3086
]
}
{
"jsonrpc": "2.0",
"result": true,
"id": 2
}
Unsubscribe from program-owned account change notifications.
wss:// URL copied from the dashboard. Unsubscribing releases the subscription’s slot in the per-token cap.
{
"jsonrpc": "2.0",
"id": 2,
"method": "programUnsubscribe",
"params": [
3086
]
}
{
"jsonrpc": "2.0",
"result": true,
"id": 2
}