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

matic
Polygon (MATIC)

Method: POST shh_version

dropdown

方法 RPC shh_version 例如 Polygon (MATIC)

POST shh_version

Method not allowed

低语协议不支持。

Parameters

-

Request

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


Response

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