⚡ We welcome businesses to test our enterprise-grade service

bch
Bitcoin Cash (BCH)

Method: POST getnettotals

dropdown

Method RPC getnettotals example for Bitcoin Cash (BCH)

POST getnettotals

Method not allowed

Returns information about network traffic, including bytes in, bytes out, and current time.

Parameters

-

Request

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


Response

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