Int!
The unix timestamp for this bar.
String!
Volume in USD.
String
Buy volume in USD. Null if protocol doesn’t provide directional data.
String
Sell volume in USD. Null if protocol doesn’t provide directional data.
String!
The total volume usd.
String
The venue volume usd. Null if protocol doesn’t provide venue volume.
String
Volume in collateral token units.
String
Buy volume in collateral token units.
String
Sell volume in collateral token units.
String
Total volume in collateral token (nullable for old aggregates)
String
Venue volume in collateral token (nullable for old aggregates)
Int!
The number of trades.
Int
The number of unique traders. Null if protocol doesn’t track unique traders.
Int!
The last event timestamp.
PredictionEventBarOhlc
Liquidity in USD. Null if protocol doesn’t provide liquidity data.
See PredictionEventBarOhlc
PredictionEventBarOhlc
Liquidity OHLC in collateral token (nullable for old aggregates)
See PredictionEventBarOhlc
PredictionEventBarOhlc
Open interest in USD. Null if protocol doesn’t provide open interest data.
See PredictionEventBarOhlc
PredictionEventBarOhlc
Open interest OHLC in collateral token (nullable for old aggregates)
See PredictionEventBarOhlc
Used By
Returned by- onPredictionEventBarsUpdated: Live-streamed bar chart data to track price changes over time for a prediction event.
- predictionEventBars: Returns bar data for a prediction event.