cURL
curl --request GET \ --url https://api.agg.market/charts \ --header 'x-app-id: <api-key>'
{ "data": [ { "marketId": "<string>", "venues": [ { "venue": "<string>", "candles": [ { "t": 123, "o": 123, "h": 123, "l": 123, "c": 123, "v": 123 } ] } ], "matchedMarkets": [ { "venue": "<string>", "marketId": "<string>" } ] } ] }
Returns per-venue OHLCV candlestick data for up to 20 canonical markets. Each result includes matched market IDs.
Your application ID. Required for all app-tier and user-tier routes.
1m
5m
1h
1d
1 <= x <= 2000
200
Show child attributes