Skip to main content

Table Description

Contains staking reward distribution data for the Cardano blockchain. Each row represents a reward earned by a stake address for a specific epoch, including the reward type (leader, member, treasury, reserves), the pool that generated the reward, and the epoch in which the reward becomes spendable.

Column Descriptions

ColumnDescriptionType
stake_addressThe stake (reward) address that earned the reward.varchar
earned_epochThe epoch in which the reward was earned.integer
spendable_epochThe epoch in which the reward becomes spendable.integer
reward_typeThe type of reward (e.g., leader, member, treasury, reserves).varchar
pool_hashThe hash of the stake pool that generated the reward.varchar
amount_lovelaceThe reward amount, in lovelace.decimal(38,0)
slotThe slot number associated with the reward record.bigint
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample