Network

Fetch current penalized slots information

Fetches information about the currently penalized slots from the Nimiq RPC. This includes slots that lost rewards and that were disabled.

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

Penalized slots data successfully retrieved

{
  "data": {
    "blockNumber": 4242485,
    "disabled": []
  },
  "metadata": {
    "blockNumber": 4242485,
    "blockHash": "0787d36eddbbb6ee26d3369e8bbc5cf97d0252aa47d0a3225c4ddec11d4842cc"
  }
}