Cardano · Example Payload

Epoch Content Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Epoch Content Example is an example object payload from Cardano, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

epochstart_timeend_timefirst_block_timelast_block_timeblock_counttx_countoutputfeesactive_stake

Example Payload

Raw ↑
{
  "epoch": 225,
  "start_time": 1603403091,
  "end_time": 1603835086,
  "first_block_time": 1603403092,
  "last_block_time": 1603835084,
  "block_count": 21298,
  "tx_count": 17856,
  "output": "7849943934049314",
  "fees": "4203312194",
  "active_stake": "784953934049314"
}