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
| Param | Default | Notes |
|---|---|---|
symbol | BTCUSDT | Binance symbol. |
timeframe | 5m | 1m, 5m, 15m, 1h, 4h, 1d. |
theme | dark | dark, light, darkTerminal. |
chartType | candlestick | Any of the 17 types. |
indicators | none | Comma-separated ids, e.g. indicators=sma,rsi. |
trading | false | Show the trading panel. |
Live page
Visit the embed route directly to preview without the docs chrome.