v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Epochs

Block distribution

Return the blocks minted for the epoch specified.

get/epochs/{number}/blocks

Path parameters

numberinteger required

Number of the epoch

Query parameters

countinteger

The number of results displayed on one page.

pageinteger

The page number for listing the results.

order'asc' | 'desc'

The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Response

Return the data about the epoch

string[] required

Example response

[
  "d0fa315687e99ccdc96b14cc2ea74a767405d64427b648c470731a9b69e4606e",
  "38bc6efb92a830a0ed22a64f979d120d26483fd3c811f6622a8c62175f530878",
  "f3258fcd8b975c061b4fcdcfcbb438807134d6961ec278c200151274893b6b7d"
]