⚡ We welcome businesses to test our enterprise-grade service

gno
Gnosis Chain (GNO)

Method: POST shh_addToGroup

dropdown

方法 RPC shh_addToGroup 例如 Gnosis Chain (GNO)

POST shh_addToGroup

方法不允许

shh_addToGroup

Parameters

DATA -

60 字节 - 要添加到组的身份地址

Request

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


Response

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