Show Chart
show_chartRender a Santiment chart with an asset's price (OHLC) plus an optional
overlay metric in a second pane. The widget that consumes this tool is
built on the Santiment chart library (lightweight-charts under the hood),
so the response is render-ready — the client just feeds each series
entry into the chart unchanged.
Parameters
slug— asset slug (e.g.bitcoin,ethereum). Defaults tobitcoin.primary— what goes into the main pane."price"(default) — OHLC candlestick.any metric name from the catalog — line/area instead of candles.
overlay— optional metric name to render in a second pane. Allowed values are listed below.range—24h,7d,30d,90d,1y. Defaults to30d.
Available overlay metrics (catalog)
social_volume_total, social_dominance_total, sentiment_balance_total, sentiment_weighted_total, daily_active_addresses, network_growth, transaction_volume_usd, velocity, mvrv_usd, nvt, realized_value_usd, mvrv_long_short_diff_usd, exchange_balance, whale_transaction_count_100k_usd_to_inf, top_holders_held_supply_percent, dev_activity, github_activity, volume_usd, marketcap_usd, funding_rate_perp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Asset slug (e.g. 'bitcoin', 'ethereum'). Defaults to 'bitcoin'. | |
| range | No | Time range. One of: 24h, 7d, 30d, 90d, 1y. Defaults to 30d. | |
| overlay | No | Optional metric to overlay in a second pane. Must be one of the catalog names (see tool description). | |
| primary | No | Primary series — 'price' for candlestick OHLC, or a metric name from the catalog. Defaults to 'price'. |