cURL
curl --request GET \ --url https://api-v2.swaps.xyz/api/workflows/polymarket/getPriceHistory \ --header 'x-api-key: <api-key>'
{ "history": [ { "t": 1735689600, "p": 0.52 } ] }
Retrieve historical price data for a specific token over a given time interval.
API key for authentication. Contact Swaps.xyz to obtain an API key.
CLOB token ID
Time interval for price history
1hr
1d
1w
1m
max
Price history data
Show child attributes