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

dcr
Decred (DCR)

Method: POST setnetworkactive

dropdown

Method RPC setnetworkactive example for Decred (DCR)

POST setnetworkactive

Method not allowed

Disable/enable all p2p network activity.

Parameters

state - boolean, required

true to enable networking, false to disable

Request

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


Response

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