cURL
curl --request GET \ --url http://localhost:8090/ohlcv
[ { "open": 123, "high": 123, "low": 123, "close": 123, "volume": 123, "timestamp": 123 } ]
Returns recent OHLCV (open, high, low, close, volume) buckets for a pool.
Maximum number of entries to return.
OHLCV data
Was this page helpful?