Skip to main content

listbanned

Overview

The 'listbanned' method List all manually banned IPs/Subnets.

Request

wget --no-check-certificate --quiet \
--method POST \
--timeout=0 \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--header 'X-CoinAPI-Key: 4303fb63-adec-42dc-b571-74bc2f2a5167' \
--body-data '{"jsonrpc":"2.0","id":1,"method":"listbanned","params": [ ]}' \
'https://bitcoin-mainnet.node.coinapi.io'

Request Parameters

Response

{
"result": [],
"error": null,
"id": 1
}