📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

sol
Solana (SOL)

Method: POST signatureUnsubscribe

dropdown

方法 RPC signatureUnsubscribe 例如 Solana (SOL)

POST signatureUnsubscribe

Method not allowed

退订签名确认通知

Parameters

id - 整数

订阅ID取消

Request

curl --location --request POST 'https://sol.getblock.io/mainnet' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "signatureUnsubscribe",
"params": [null],
"id": "getblock.io"}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}