near.price Table: ez_asset_metadata Type: View
Description
This table provides a comprehensive view of asset metadata for all tracked assets on the NEAR Protocol blockchain, combining both native NEAR token metadata and cross-chain bridged asset metadata. The table includes token addresses, symbols, names, decimal precision, and blockchain platform information, making it the primary table for asset identification and categorization. This easy view eliminates the need for complex joins and calculations, providing ready-to-use data for asset analysis and metadata enrichment across the NEAR ecosystem.Key Use Cases
- Asset identification and metadata enrichment for analytics
- Cross-chain asset mapping and correlation analysis
- Token categorization and platform-specific analysis
- Asset discovery and coverage analysis
- Multi-provider metadata validation and quality assessment
- Cross-asset comparison and ecosystem mapping
- Asset standardization and metadata quality improvement
Important Relationships
- Combines data from
price.dim_asset_metadatawith enhanced categorization - Provides metadata for
price.ez_prices_hourlywith comprehensive asset context - Supports
core.ez_token_transferswith enhanced token identification - Enables
defi.ez_dex_swapswith token pair analysis - Powers
defi.ez_bridge_activitywith cross-chain asset mapping - Supports
stats.ez_core_metrics_hourlywith asset-based metrics - Provides foundation for all asset-related analytics and reporting
Commonly-used Fields
token_address: Essential for joining with transaction and price datasymbolandname: Critical for human-readable asset identificationblockchain: Important for cross-chain analysis and platform comparisonis_native: Essential for distinguishing native vs bridged assetsdecimals: Important for accurate value calculations and decimal adjustmentasset_id: Useful for unique asset identification across systemsis_deprecated: Important for data quality assessment and asset lifecycle tracking
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. |
| TOKEN_IS_VERIFIED | BOOLEAN | Boolean flag indicating whether the token or price record is verified by Flipside’s crosschain curation process. Verified tokens are prioritized for analytics and are considered reliable for most use cases. Unverified tokens may be incomplete, deprecated, or experimental. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which this record was last modified by an internal process. |
| EZ_ASSET_METADATA_ID | TEXT | A unique identifier for the record. |