Skip to main content

Table Description

Contains off-chain metadata for Cardano stake pools. Each row represents a stake pool’s self-reported metadata — including its ticker symbol, name, description, and homepage — as fetched from the metadata URL registered on-chain. This table is useful for enriching on-chain staking data with human-readable pool identifiers.

Column Descriptions

ColumnDescriptionType
pool_hashThe hash identifier of the stake pool.varchar
pool_idThe bech32-encoded pool ID.varchar
tickerThe pool’s ticker symbol (e.g., BLOCK, ADAOZ).varchar
nameThe human-readable name of the pool.varchar
descriptionA description of the pool provided by the operator.varchar
homepageThe URL of the pool operator’s homepage.varchar
metadata_urlThe URL from which the pool metadata was fetched.varchar
metadata_hashThe hash of the metadata content, for integrity verification.varchar
fetched_atThe timestamp when the metadata was last fetched.timestamp
versionThe version number of the metadata record.integer
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample