⚡ We welcome businesses to test our enterprise-grade service

arbitrum
Arbitrum

Method: POST shh_addToGroup

dropdown

Method RPC shh_addToGroup example for Arbitrum

POST shh_addToGroup

Method not allowed

Adds given address to a group

Parameters

address - data

The identity address to add to a group

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


Response

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