Network

Fetch information about the previous penalized slots

Retrieves details of the penalized slots in the previous batch from the Nimiq RPC, including slots that lost rewards or were disabled.

GET
/getPreviousPenalizedSlots
/getPreviousPenalizedSlots
curl -X GET "https://api.nimiqhub.com/getPreviousPenalizedSlots"

Penalized slots retrieved successfully

{
  "data": {
    "blockNumber": 4242770,
    "disabled": []
  },
  "metadata": {
    "blockNumber": 4242770,
    "blockHash": "7dbc1d32e1dc4ca4569dd01edd284940fefa2065b05adbc87879aa3cb4a614ce"
  }
}