Embeddable widget

Drop a fully configured trading chart into any page via a single <iframe> URL. No npm install, no build step.

Basic iframe

<iframe
  src="https://your-site/tradecanvas/embed/?symbol=BTCUSDT&timeframe=5m&theme=dark"
  width="800"
  height="500"
  style="border: 0; border-radius: 12px;"
></iframe>

URL parameters

ParamDefaultNotes
symbolBTCUSDTBinance symbol.
timeframe5m1m, 5m, 15m, 1h, 4h, 1d.
themedarkdark, light, darkTerminal.
chartTypecandlestickAny of the 17 types.
indicatorsnoneComma-separated ids, e.g. indicators=sma,rsi.
tradingfalseShow the trading panel.

Live page

Visit the embed route directly to preview without the docs chrome.