cURL
curl --request GET \ --url https://demo-api.mobula.io/api/2/market/ohlcv-history
{ "data": [ { "v": 123, "o": 123, "h": 123, "l": 123, "c": 123, "t": 123 } ] }
Retrieve OHLCV (Open, High, Low, Close, Volume) candlestick data for one or multiple pools/markets.
Market OHLCV history response
Show child attributes