/infos/misbehaviors
Ok
BadRequest
Unauthorized
NotFound
InternalServerError
ServiceUnavailable
curl -L \ --url 'https://alephium.nownodes.io/infos/misbehaviors'
[ { "peer": "1.2.3.4", "status": { "type": "Penalty", "value": 42 } } ]
curl -L \ --request POST \ --url 'https://alephium.nownodes.io/infos/misbehaviors' \ --header 'Content-Type: application/json' \ --data '{"type":"Unban","peers":["1.2.3.4"]}'
No body