Skip to main content

Table Description

Contains arbitrary metadata attached to Cardano transactions. Cardano allows transactions to include structured metadata indexed by integer keys (metadata labels). Common uses include NFT metadata (label 721), message signing, and protocol-specific data. Each row represents a single metadata key-value pair within a transaction.

Column Descriptions

ColumnDescriptionType
slotThe absolute slot number of the block containing this transaction.bigint
block_numberThe sequential number of the block containing this transaction.bigint
block_timeThe timestamp of the block containing this transaction.timestamp
tx_hashThe hash of the transaction containing this metadata.varchar
metadata_keyThe integer label identifying the metadata entry (e.g., 721 for NFT metadata).varchar
metadata_jsonThe JSON-encoded metadata value associated with the key.varchar
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample