⚡ We welcome businesses to test our enterprise-grade service

arbitrum
Arbitrum

Method: POST shh_post

dropdown

方法 RPC shh_post 例如 Arbitrum

POST shh_post

Method not allowed

发送耳语消息。

注意:此方法已弃用。

Parameters

wisper - 雄鹿的对象

笨拙的帖子对象

Request

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


Response

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