OHLCV chart
A small, framework free demo that streams live 1 second candles over subscribe_ohlcv (seeded with ohlcv_history) and renders them with KLineChart. Both the live candle stream and the ohlcv_history seed need a free data key, which you get in the Telegram group; everything else on the API is keyless. It also includes a "pick a live token" button that grabs a freshly launched pool from the free subscribe_new_tokens stream.
The chart below is the same app running in demo mode: the candles are generated in your browser, with no API call and no key. Switch timeframes and use the drawing toolbar to get a feel for it.
To chart a real token, run the app yourself:
- Repo: shrine-ohlcv-chart
Live candles and the ohlcv_history seed use the same free data key. The demo mode above needs no key and is entirely client side.