Embeddable Widgets
Embed Mycelia Signal market indices on any website. Free. No API key. Auto-refreshes every 5 minutes.
Volatility Index
Five-component crypto volatility index for BTC and ETH. Scale: 0–100. Higher = more volatile.
Live demo
Embed
<script src="https://myceliasignal.com/docs/widget/msvi.js"></script> <div data-msvi data-pair="btc/usd"></div> <div data-msvi data-pair="eth/usd"></div>
Attributes
| Attribute | Values | Description |
|---|---|---|
data-msvi | — | Required. Marks the element as an MSVI widget. |
data-pair | btc/usd, eth/usd | Asset pair to display. Default: btc/usd |
Sentiment Index
Five-component market sentiment index for BTC and ETH. Scale: −100 to +100. Positive = bullish, negative = bearish.
Live demo
Embed
<script src="https://myceliasignal.com/docs/widget/msxi.js"></script> <div data-msxi data-pair="btc/usd"></div> <div data-msxi data-pair="eth/usd"></div>
Attributes
| Attribute | Values | Description |
|---|---|---|
data-msxi | — | Required. Marks the element as an MSXI widget. |
data-pair | btc/usd, eth/usd | Asset pair to display. Default: btc/usd |
Stress Index
Three-component market stress index. Market-wide single number. Scale: 0–100. Higher = more stressed. Regimes: CALM / ELEVATED / HIGH / EXTREME.
Live demo
Embed
<script src="https://myceliasignal.com/docs/widget/mssi.js"></script> <div data-mssi></div>
Attributes
| Attribute | Values | Description |
|---|---|---|
data-mssi | — | Required. Marks the element as an MSSI widget. No pair needed — market-wide. |
Data & pricing
All widgets display free unsigned preview data cached for up to 5 minutes. For cryptographically signed real-time attestations, use the paid API at 500 sats or $0.05 per query via L402 (Lightning) or x402 (USDC on Base).
Preview endpoints used: /oracle/volatility/{pair}/preview · /oracle/sentiment/{pair}/preview · /oracle/stress/market/preview