React SDK · Candles

Candles

Historical and live OHLCV bars from a pluggable CandleSource. Binance USD-M futures backs the majors here; the SDK returns plain bars, so any charting library can render them — this page uses lightweight-charts. Lowcaps have no such listing, so they chart from their liquidity pool instead.

useCandles + useCandleStream
read
Load historical bars from a CandleSource and merge live updates onto them. The source here is Binance USD-M futures; the chart is lightweight-charts, which the SDK knows nothing about.
Idle0 bars

Loading bars…

Prices are Binance's perp mark (priceBasis: "reference-exchange"), not the SYMMIO solver mark a trade settles against.
useEnigmaPriceServiceMetadata → DexScreener
read
Chart a lowcap market from its liquidity pool. The price service resolves the market's chain and pair address; DexScreener renders that pool in an embedded frame. The pool sits on whatever chain the token trades on — the position itself is still USDC-margined on this deployment.
Select a market to chart.
The frame draws the pool’s own spot price — a dex-pool basis, in the SDK’s vocabulary — not the SYMMIO solver mark a trade settles against. It is display-only: read prices from the price service, never from the chart.