Overview
This schema contains 12 tables and views for Stellar data.Tables and Views
Dim Assets
Table reports which assets are used during the batch interval, which can help identify periods
of time of large activity for an asset.
Dim Labels
The labels table is a store of one-to-one address identifiers, or an address name.
Ez Daily Balances
Daily snapshot of token balances with USD valuations for each account/asset combination on the
Stellar network.
Ez Operations
An aggregated convenience table that joins core.fact_operations, core.fact_transactions, and
core.fact_ledgers.
Ez Token Transfers
The token transfers raw table contains the SEP-41 compliant event stream from the token transfer
processor.
Fact Accounts
The accounts table stores detailed information for a given account, including current account
status, preconditions for transaction authorization, …
Fact Contract Events
This table contains all contract events, diagnostic events, and system events.
Fact Daily Balances
Daily snapshot of token balances for each account/asset combination on the Stellar network.
Fact Ledgers
Each ledger stores the state of the network at a given point in time and contains all changes
applied to the network - transactions, operations, etc.
Fact Operations
This table contains the lowest granularity of data avaiable to the network.
Fact Transactions
Transactions are commands that modify the ledger state and consist of one or more operations.
Fact Trust Lines
FACT_TRUST_LINES table captures trust relationship events and balance states at time of
transaction activity on the Stellar network.