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

What

Predicted next funding rates from multiple venues, enriched with market metadata. Provides forward-looking funding rate estimates useful for trading decisions.

Key Use Cases

  • Forecasting upcoming funding costs
  • Comparing predicted rates across venues
  • Identifying funding rate convergence/divergence
  • Planning position entry/exit around funding events

Important Relationships

  • Derived from silver__predicted_fundings via Streamline API
  • Enriched with core__dim_perp_markets via coin
  • Forward-looking complement to core__ez_perp_funding_rates

Commonly-used Fields

  • coin: Perp asset identifier
  • venue: Venue providing the prediction
  • predicted_funding_rate: Predicted next funding rate
  • next_funding_time: When the next funding will be applied
  • snapshot_timestamp: When this prediction was recorded

Columns

Column NameData TypeDescription
COINTEXTRaw asset identifier. Perps use plain ticker (e.g. BTC), spot uses @token_index format (e.g. @2), prelaunch uses xyz:name prefix.
ASSET_INDEXNUMBERNumeric index for the asset on the Hyperliquid exchange.
SIZE_DECIMALSNUMBERDecimal precision for order sizes on this market.
MAX_LEVERAGENUMBERMaximum allowed leverage for this perpetual market.
VENUETEXTVenue or exchange providing the predicted funding rate.
PREDICTED_FUNDING_RATEFLOATPredicted funding rate for the next funding period.
NEXT_FUNDING_TIMETIMESTAMP_NTZTimestamp when the next funding rate will be applied.
FUNDING_INTERVAL_HOURSNUMBERNumber of hours between funding periods.
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_PERP_PREDICTED_FUNDINGS_IDTEXTSurrogate key for predicted funding records
_INVOCATION_IDTEXTdbt invocation identifier for tracking which run produced this record.