⚡ We welcome businesses to test our enterprise-grade service

sol
Solana (SOL)

Method: POST slotsUpdatesSubscribe

dropdown

方法 RPC slotsUpdatesSubscribe 例如 Solana (SOL)

POST slotsUpdatesSubscribe

Method not allowed

不稳定

此订阅是不稳定的; 此订阅的格式将来可能会改变,并且可能并不总是支持

订阅以在每个插槽上的各种更新中从验证器接收通知

Parameters

-

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


Response

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