Skip to main content
Schema: hypercore.core Table: ez_spot_asset_snapshots Type: View

What

Periodic snapshots of spot token market state, enriched with token metadata from dim_spot_markets. Includes volume, pricing, and supply data for HIP-1 tokens.

Key Use Cases

  • Tracking spot token price trends
  • Monitoring token supply changes
  • Analyzing daily trading volume by token
  • Comparing mark vs mid price for tokens

Important Relationships

  • Derived from silver__spot_asset_contexts via Streamline API
  • Enriched with core__dim_spot_markets via token_index
  • Complements core__ez_spot_trades for spot market analysis

Commonly-used Fields

  • token_index / token_name: Token identifier and name
  • mark_price / mid_price / prev_day_price: Price metrics
  • day_notional_volume: 24-hour notional volume
  • circulating_supply / total_supply: Supply metrics
  • snapshot_timestamp: When this snapshot was taken

Columns

Column NameData TypeDescription
TOKEN_INDEXNUMBERNumeric index for the spot token on the exchange.
TOKEN_IDTEXTUnique identifier (hex address) for the spot token.
TOKEN_NAMETEXTTicker symbol for the spot token.
FULL_NAMETEXTFull descriptive name of the spot token.
IS_CANONICALBOOLEANBoolean indicating whether this is the canonical version of the token.
DAY_NOTIONAL_VOLUMEFLOAT24-hour notional trading volume for the market.
MARK_PRICEFLOATMark price used for margining and liquidation calculations.
MID_PRICEFLOATMid-market price, calculated as the average of the best bid and ask.
PREV_DAY_PRICEFLOATPrevious day’s closing price.
CIRCULATING_SUPPLYFLOATCirculating supply of the token.
TOTAL_SUPPLYFLOATTotal supply of the token.
SNAPSHOT_TIMESTAMPTIMESTAMP_LTZTimestamp when the market data snapshot was taken via Streamline API.
INSERTED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was inserted into this table (Snowflake SYSDATE).
MODIFIED_TIMESTAMPTIMESTAMP_NTZTimestamp when the record was last modified in this table (Snowflake SYSDATE).
EZ_SPOT_ASSET_SNAPSHOTS_IDTEXTSurrogate key for spot asset snapshot records
_INVOCATION_IDTEXTdbt invocation identifier for tracking which run produced this record.