Skip to main content

Table Description

Contains metadata for native assets on the Cardano blockchain. Each row represents a unique asset identified by its policy ID and token name, and includes off-chain metadata such as display name, ticker, decimals, URL, categories, and latest price information.

Column Descriptions

ColumnDescriptionType
policy_idThe hash of the minting policy script governing this asset.varchar
token_nameThe on-chain token name (hex-encoded).varchar
nameThe human-readable display name of the asset.varchar
urlThe URL associated with the asset (e.g., project website).varchar
tickerThe ticker symbol of the asset (e.g., SUNDAE, DJED).varchar
decimalsThe number of decimal places used to display the asset’s quantity.bigint
created_atThe timestamp when the asset was first minted.timestamp
categoriesAn array of categories the asset belongs to (e.g., DeFi, NFT).array(varchar)
priceThe latest known price of the asset in USD.double
fetched_atThe timestamp when the metadata was last fetched from external sources.timestamp
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample