cURL
curl --request GET \ --url https://demo-api.mobula.io/api/2/token/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 tokens.
Token OHLCV history response
Show child attributes