FlareForge

Embed widgets

Drop live Flare data into any page

Three iframe widgets for the Flare ecosystem. Copy, paste, done. No JS runtime, no build step, no account. Widgets refresh themselves on the same schedule as the live indexer and carry a small attribution link back to flareforge.io.

FTSO price ticker

Live block-latency price for any FTSOv2 feed (30+ pairs supported). Accepts any symbol from the Oracle Lab catalog. Refreshes every 30 seconds.

<iframe
  src="https://flareforge.io/embed/ticker?symbol=FLR/USD&theme=dark"
  width="280" height="140"
  style="border:none;border-radius:12px"
  loading="lazy"
></iframe>

Query params: symbol (required, e.g. BTC/USD), theme = dark | light.

FAssets agent risk badge

Live collateral ratio + risk classification for a single FAssets vault. Meant for agent operators to embed on their own site, or for dapps that interact with a specific agent. Refreshes every 60 seconds.

<iframe
  src="https://flareforge.io/embed/agent?address=0xA69b...&theme=dark"
  width="380" height="80"
  style="border:none;border-radius:12px"
  loading="lazy"
></iframe>

Query params: address (required, 0x-prefixed vault address), theme = dark | light. Click-through lands on the full agent detail page.

Flare network gauge

Latest block number, average block time, indexer health. A single-glance liveness indicator for any dashboard or wallet. Refreshes every 30 seconds.

<iframe
  src="https://flareforge.io/embed/network?theme=dark"
  width="240" height="240"
  style="border:none;border-radius:16px"
  loading="lazy"
></iframe>

Query params: theme = dark | light.

License and rate limits