cURL
curl --request GET \ --url https://api.example.com/orderbook/{marketId}/history
{ "marketId": "<string>", "points": [ { "timestamp": 123, "midpoint": 123, "bestBid": 123, "bestAsk": 123, "spread": 123, "volume": 123 } ] }
Returns aggregated price history bucketed by interval (minutes, default 5). Includes midpoint, spread, best bid/ask per bucket.
x >= 1
200
Show child attributes