⚡ We welcome businesses to test our enterprise-grade service

Method: POST getpeerinfo

dropdown

Method RPC getpeerinfo example for Dash

POST getpeerinfo

Method not allowed

Returns data about each connected network node.

Parameters

-

Request

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


Response

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