Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?