getBlockProduction

Returns recent block production information from the current or previous epoch.

POST Category: block

Example Request

curl "https://eu.fluxrpc.com?key=<your-API-key>" -s -X POST -H "Content-Type: application/json" -d '
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "getBlockProduction"
}'

Example Response

{
  "jsonrpc": "2.0",
  "result": {
    "context": { "slot": 9887 },
    "value": {
      "byIdentity": { "85iYT5RuzRTDgjyRa3cP8SYhM2j21fj7NhfJ3peu1DPr": [9888, 9886] },
      "range": { "firstSlot": 0, "lastSlot": 9887 }
    }
  },
  "id": 1
}

← Back to all methods