More predictions API news.
@Gemini just shipped a public predictions market volume endpoint. You can now retrieve our predictions trade volume for a completed UTC day or hour, broken down by category, without aggregating individual trades.
Retrieve category volume for a single UTC day with:
GET /v1/prediction-markets/volume/{date}
or append /hourly for hourly data:
GET /v1/prediction-markets/volume/{date}/hourly
Onward!