⚡ We welcome businesses to test our enterprise-grade service

sol
Solana (SOL)

Method: POST programUnsubscribe

dropdown

方法 RPC programUnsubscribe 例如 Solana (SOL)

POST programUnsubscribe

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": "programUnsubscribe",
"params": [null],
"id": "getblock.io"}'


Response

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