near.price Table: dim_asset_metadata Type: View
Description
This table contains comprehensive metadata for all assets tracked for pricing on the NEAR Protocol blockchain, including token addresses, symbols, names, and blockchain platform information. The data covers both native NEAR tokens and cross-chain bridged assets, providing essential context for price identification, asset categorization, and multi-chain price correlation. This dimension table supports all price-related analytics by providing standardized asset information and enabling proper price data organization and analysis.Key Use Cases
- Asset identification and price data correlation
- Cross-chain asset mapping and price comparison
- Multi-provider price data integration and validation
- Asset categorization and platform-specific analysis
- Price data quality assessment and metadata validation
- Cross-asset price correlation and market analysis
- Asset discovery and price coverage analysis
Important Relationships
- Enriches
price.fact_prices_ohlc_hourlywith asset metadata and identification - Supports
price.ez_prices_hourlywith enhanced asset context - Provides metadata for
price.ez_asset_metadatawith comprehensive asset information - Enables analysis in
stats.ez_core_metrics_hourlyfor price metrics - Supports cross-asset analysis and multi-chain price correlation
Commonly-used Fields
token_address: Essential for joining with price data and asset identificationsymbolandname: Critical for human-readable asset identificationplatformandplatform_id: Important for blockchain-specific analysisprovider: Useful for price data source identification and reliability assessmentasset_id: Important for unique asset identification across systemsinserted_timestamp: Useful for asset discovery timeline analysis
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. |
| BLOCKCHAIN | TEXT | The Blockchain, Network, or Platform for this asset. |
| BLOCKCHAIN_ID | TEXT | The unique identifier of the Blockchain, Network, or Platform for this asset. |
| PROVIDER | TEXT | The provider or source of the data. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | |
| DIM_ASSET_METADATA_ID | TEXT | A unique identifier for the record. |