Get historical cumulative volume data for a market
cURL
curl --request GET \ --url https://api.predexon.com/v2/polymarket/markets/{token_id}/volume \ --header 'x-api-key: <api-key>'
{ "token_id": "<string>", "granularity": "day", "start_time": 123, "end_time": 123, "volume_over_time": [ { "timestamp": 123, "volume": 123, "buy_volume": 123, "sell_volume": 123 } ] }
Token ID for the market
Time granularity
day
week
month
year
all
Unix timestamp (seconds) for start
x >= 0
Unix timestamp (seconds) for end
Successful Response
Market volume time series endpoint response.
PnL granularity enum.
Show child attributes