String!
The ID of the prediction event.
PredictionEventResolutionBarData!
The bar data.
See PredictionEventResolutionBarData
Show Properties
Show Properties
PredictionEventBar
Data for the 1-minute resolution.
See PredictionEventBar
Show Properties
Show Properties
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
PredictionEventBar
Data for the 5-minute resolution.
See PredictionEventBar
PredictionEventBar
Data for the 15-minute resolution.
See PredictionEventBar
PredictionEventBar
Data for the 30-minute resolution.
See PredictionEventBar
PredictionEventBar
Data for the 1-hour resolution.
See PredictionEventBar
PredictionEventBar
Data for the 4-hour resolution.
See PredictionEventBar
PredictionEventBar
Data for the 12-hour resolution.
See PredictionEventBar
PredictionEventBar
Data for the 1-day resolution.
See PredictionEventBar
PredictionEventBar
Data for the 1-week resolution.
See PredictionEventBar
Used By
Returned by- onPredictionEventBarsUpdated: Live-streamed bar chart data to track price changes over time for a prediction event.