Get Volume Metrics
Get Volume Metrics
POSThttps://api.gemini.com/v1/prediction-markets/metrics/volume
Returns per-contract share volume metrics for an event, including total taker volume across all participants (totalQty) and the authenticated user's taker (userAggressorQty) and maker (userRestingQty) volumes. All volumes are in shares (number of contracts traded), not dollar amounts. An optional time range can filter trades within a specific window.
POST
curl --request POST \
--url https://api.gemini.com/v1/prediction-markets/metrics/volume \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"eventTicker": "FED260318",
"startTime": 1772412364000,
"endTime": 1772671564000
}
'Roles
The API key you use to access this endpoint must have the Trader role assigned. See Roles for more information.
Headers
Request Body
Responses
Successful response
Last modified on