The unique identifier.
The unix timestamp.
The ID of the prediction trader.
The ID of the prediction market.
The ID of the prediction event.
Minimal trader info embedded in the result
See FilterTrader
Minimal market info embedded in the result
See FilterTraderMarket
Full trader entity (loaded via DataLoader)
See PredictionTrader
Full market entity (loaded via DataLoader)
See PredictionMarket
Whether the trader has an open position. Means they have actual shares held in the market (either outcome).
The ID of the winning outcome.
The total realized pnl usd.
The total realized pnl ct.
The total volume usd.
The total volume ct.
The total volume shares.
The total buys.
The total sells.
The total trades.
The total cost basis usd.
The total cost basis ct.
The total shares held.
The total current position value in USD. Returns 0 when there are no open held positions; null when any open held position is missing latest price data.
The total current position value in collateral token units. Returns 0 when there are no open held positions; null when any open held position is missing latest price data.
The total unrealized pnl in USD. Returns 0 when there are no open held positions; null when any open held position is missing latest price data.
The total unrealized pnl in collateral token units. Returns 0 when there are no open held positions; null when any open held position is missing latest price data.
The pnl per volume market.
The profit per trade usd.
The timestamp of the first trade.
The timestamp of the last trade.
Outcome 0 data.
See PredictionTraderOutcomeFilterResult
Outcome 1 data.
See PredictionTraderOutcomeFilterResult
Used By
Returned by- filterPredictionTraderMarkets: Filters trader-market records using trader, market, event, and ranking criteria.