bitcoin.price Table: ez_asset_metadata Type: View
Description
This table contains curated and prioritized asset metadata for Bitcoin and other assets, providing a simplified view of asset information with one unique asset per blockchain. Each row represents a single asset with its associated metadata including name, symbol, token address, and blockchain information. This easy view aggregates data from multiple price providers and applies curation logic to ensure data quality and consistency, making it the preferred table for asset identification and metadata lookup in most analytical scenarios.Key Use Cases
- Simplified asset identification and metadata lookup
- Cross-blockchain asset analysis and comparison
- Token address mapping and asset verification
- Asset discovery and categorization for analytics
- Price data integration with blockchain transaction analysis
- Multi-chain asset tracking and relationship mapping
- Curated asset information for reporting and dashboards
Important Relationships
- Curated view of
price.dim_asset_metadatawith provider prioritization - Referenced by
price.ez_prices_hourlyfor asset-specific price analysis - Supports
core.fact_transactionsfor asset-specific transaction analysis - Used by
core.fact_clustered_transfersfor asset-based transfer categorization - Enables integration with
stats.ez_core_metrics_hourlyfor asset-specific metrics - Provides curated asset context for all price-related analytics
Commonly-used Fields
symbol: Essential for asset recognition and market analysistoken_address: Critical for blockchain-specific asset identificationblockchain: Important for multi-chain asset categorizationname: Essential for human-readable asset identificationasset_id: Key for unique asset identification and relationship mapping- Curated fields ensure data quality and consistency across analyses
Columns
| Column Name | Data Type | Description |
|---|---|---|
| TOKEN_ADDRESS | TEXT | The specific address representing the asset on a specific platform. This will be NULL if referring to a native asset. |
| ASSET_ID | TEXT | The unique identifier representing the asset. |
| SYMBOL | TEXT | The symbol of asset. |
| NAME | TEXT | The name of asset. |
| DECIMALS | NUMBER | The number of decimals for the asset. May be NULL. |
| BLOCKCHAIN | TEXT | The Blockchain, Network, or Platform for this asset. |
| IS_NATIVE | BOOLEAN | A flag indicating assets native to the respective blockchain. |
| IS_DEPRECATED | BOOLEAN | A flag indicating if the asset is deprecated or no longer supported by the provider. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp (TIMESTAMP_NTZ, UTC) when this record was initially created and inserted into the table. |