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": "signatureUnsubscribe",
"params": [
3081
]
}
{
"jsonrpc": "2.0",
"error": {
"code": -32602,
"message": "Invalid subscription id."
},
"id": 2
}
Unsubscribe from signature confirmation notification.
wss:// URL copied from the dashboard. Unsubscribing releases the subscription’s slot in the per-token cap.
{
"jsonrpc": "2.0",
"id": 2,
"method": "signatureUnsubscribe",
"params": [
3081
]
}
{
"jsonrpc": "2.0",
"error": {
"code": -32602,
"message": "Invalid subscription id."
},
"id": 2
}