Overview
Every record BlockDB delivers comes with a mathematical receipt you can independently verify. You can always ask: where did this come from, and was it computed correctly? Lineage is the answer β a traceable path from any derived row (a price, a pool snapshot, a transfer) back to the raw on-chain log that produced it, anchored by cryptographically stable coordinates and verifiable against the Merkle trie that secures the chain itself.
What Lineage Gives You
Stable row handles
_tracing_id repeats across API responses and warehouse exports for the same logical row β safe to store, join, and use in support tickets.Explicit on-chain coordinates
block_height, transaction_hash, log_index, and related fields anchor every row to chain execution, where the DDL defines them.Cross-dataset joins
Shared coordinates and dataset IDs let you join OHLC, reserves, transfers, and primitives in SQL or notebooks.
Tracing Fields
Not every aggregate table includes
_tracing_id or tracking_ids_view[]. Use the data catalog for the exact column list per table.Lineage API
For programmatic provenance expansion, use the Historic API Lineage suite:Record
POST /evm/lineage/record β retrieve lineage metadata for a specific row.Parents
POST /evm/lineage/parents β walk the provenance graph up to parent records.