Polymarket Candlesticks
Polymarket·API catalog
Retrieves past candlestick data for a token associated with a market given `token_id` across a specified time interval.
Request (agent_id 568)
token_id(string)Blockchain token identifier for the specific market outcome
interval(string)Interval of the candlestick. Possible values are `1m` `5m` `15m` `1h` `4h` `1d` `1w` . <br> <br>There are range limits for interval and the end_time will be capped: <br> <br>`1m`: max range 7 days <br>`5m`: max range 15 days <br>`15m`: max range 30 days <br>`1h`: max range 90 days <br>`4h`: max range 180 days <br>`1d`: max range 360 days <br>`1w`: max range 360 days
start_time(string)Date/time is sent as Unix seconds (string).Filter after this timestamp
end_time(string)Date/time is sent as Unix seconds (string).Filter before this timestamp
Result