Get volume time series data
cURL
curl --request GET \ --url https://api.predexon.com/v1/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 } ] }
API key for authentication. Get yours at https://dashboard.predexon.com
Token ID for the market
Time granularity
day
week
month
year
all
Unix timestamp (seconds) for start
Unix timestamp (seconds) for end
Successful Response
Market volume time series endpoint response.
PnL granularity enum.
Show child attributes