The listbanned
method retrieves a list of all IP addresses and subnets that have been banned from connecting to the node. This can be useful for monitoring and managing network security.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
result
— an array of objects, each representing a banned IP address or subnet, along with details such as when the ban was created, when it will be lifted, and the reason for the ban.error
— an object containing an error message if an error occurred, otherwise null
.id
— an integer representing the ID of the request.The listbanned
method is particularly useful for node operators looking to review and manage the list of banned IP addresses or subnets, ensuring the security and integrity of their node’s connections.
A list of all banned IP addresses and subnets.
The response is of type object
.
The listbanned
method retrieves a list of all IP addresses and subnets that have been banned from connecting to the node. This can be useful for monitoring and managing network security.
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
result
— an array of objects, each representing a banned IP address or subnet, along with details such as when the ban was created, when it will be lifted, and the reason for the ban.error
— an object containing an error message if an error occurred, otherwise null
.id
— an integer representing the ID of the request.The listbanned
method is particularly useful for node operators looking to review and manage the list of banned IP addresses or subnets, ensuring the security and integrity of their node’s connections.
A list of all banned IP addresses and subnets.
The response is of type object
.