chartimg_v2_advanced_chart_storage
Uploads advanced TradingView charts to persistent storage and returns a hosted image URL, enabling durable access and sharing of chart snapshots.
Instructions
CHART-IMG v2: POST advanced chart to storage; returns JSON with hosted image URL (POST /v2/tradingview/advanced-chart/storage). Prefer chartimg_snapshot for common cases. Width/height in body are auto-clamped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON body for POST /v2/tradingview/advanced-chart. Doc: https://doc.chart-img.com — Example (Binance USDT perp + volume): {"symbol":"BINANCE:BTCUSDT.P","interval":"5m","studies":[{"name":"Volume"}]}. Width/height are **auto-clamped** to CHART_IMG_MAX_WIDTH/HEIGHT (default 800×600) to avoid HTTP 403. | |
| tradingviewSessionId | No | Optional TradingView cookie `sessionid` for subscription data (v2). | |
| tradingviewSessionIdSign | No | Optional TradingView cookie `sessionid_sign` — use with tradingviewSessionId. |