Skip to main content
The solana.predictions.trades_enriched table provides prediction market trades enriched with comprehensive market metadata. This table provides full market context including event details, settlement information, and market status alongside trade data.

Table Columns

Column NameData TypeDescription
projectVARCHARProject identifier (ex. jupiter).
protocolVARCHARProtocol identifier (kalshi).
trade_dateDATEDate of the trade execution.
timestampTIMESTAMP_NTZ(9)Timestamp when the trade was executed on-chain.
trade_idVARCHARUnique identifier for the trade.
tickerVARCHARKalshi market ticker identifier.
num_contractsINTEGERNumber of contracts filled in this trade.
user_addressVARCHARSolana wallet address of the trader.
actionVARCHARTrade action (buy or sell) - buy increases position, sell decreases position.
taker_sideVARCHARSide taken by the taker (yes or no).
maker_sideVARCHARSide taken by the maker (opposite of taker_side).
yes_priceFLOATYES price at execution (0-1 scale).
no_priceFLOATNO price at execution (0-1 scale).
taker_priceFLOATActual execution price paid by the taker.
usdc_priceFLOATUSDC/USD exchange rate at trade time.
venue_fee_usdFLOATKalshi venue fee paid in USD.
market_event_idVARCHAREvent identifier for the market.
market_nameVARCHARMarket name.
market_questionVARCHARMarket question text.
market_descriptionVARCHARMarket description.
market_categoryVARCHARMarket category classification.
market_statusVARCHARCurrent status of the market.
market_start_dateTIMESTAMP_NTZ(9)Timestamp when the market opened for trading.
market_end_dateTIMESTAMP_NTZ(9)Timestamp when the market closes for trading.
market_expected_expiration_timeTIMESTAMP_NTZ(9)Expected timestamp for market expiration.
market_expiration_timeTIMESTAMP_NTZ(9)Actual expiration timestamp of the market.
market_outcomeVARCHARMarket outcome resolution.
market_resolved_atTIMESTAMP_NTZ(9)Timestamp when the market was resolved.
order_created_timeTIMESTAMP_NTZ(9)Timestamp when the order was created on-chain.
order_txn_idVARCHARTransaction signature of the order creation.
fill_txn_idVARCHARTransaction signature of the trade execution.
extrasVARIANTJSON object containing additional technical fields.
_created_atTIMESTAMP_NTZ(9)Timestamp when the record was created in Allium’s database.
_updated_atTIMESTAMP_NTZ(9)Timestamp when the record was last updated in Allium’s database.