getconnectioncount

Get total peer count for a node

Request

curl 'https://rpc.web3api.io?x-api-key=YOUR-API-KEY' \
    -X POST \
    -H 'x-amberdata-blockchain-id: bitcoin-mainnet' \
    -d '{"jsonrpc":"2.0","id":1,"method":"getconnectioncount","params":[]}'

Response

{
    "result": 8,
    "error": null,
    "id": 1
}