AGG is currently in alpha. APIs, components, and docs may change.
cURL
curl --request GET \ --url https://api.agg.market/charts/bars \ --header 'x-app-id: <api-key>'
{ "venueMarketOutcomeId": "<string>", "venue": "<string>", "resolution": "5s", "data": [ { "t": 123, "o": 123, "h": 123, "l": 123, "c": 123, "v": 123 } ] }
Returns OHLCV bars for a single venue market.
Your application ID. Required for all app-tier and user-tier routes.
5S
1
5
60
1D
Start timestamp in milliseconds
End timestamp in milliseconds
1 <= x <= 5000
200
5s
1m
5m
1h
1d
Show child attributes