cURL
curl --request GET \ --url https://api.agg.market/charts/{marketId}/aggregate \ --header 'x-app-id: <api-key>'
{ "marketId": "<string>", "candles": [ { "t": 123, "o": 123, "h": 123, "l": 123, "c": 123, "v": 123 } ], "matchedMarkets": [ { "venue": "<string>", "marketId": "<string>" } ] }
Returns a single merged OHLCV chart combining all matched venues. Pre-computed from the AggregateCandle table with on-the-fly fallback.
Your application ID. Required for all app-tier and user-tier routes.
1m
5m
1h
1d
1 <= x <= 2000
200
Show child attributes