Free Embeddable Widget

Add a live AI crypto signal to your site — free.

One line of HTML. No account. No API key. Shows the current BUY / HOLD / SELL signal with AI confidence score, powered by ArtinFox's model ranking engine.

Get the embed code Widget terms
Live Preview

This is what your readers see

Cards below are live — data updates automatically.

How to embed

Three steps. One minute.

1

Copy the script tag

Pick the asset you want to show — BTC, ETH, SOL, BNB, or XRP. Paste the code into any HTML page.

<script src="https://artinfox.com/assets/js/widget.js"
        data-asset="BTC"
        data-width="280"
        data-height="160">
</script>
2

Change the asset (optional)

Swap data-asset="BTC" for any supported symbol. Adjust data-width to fit your sidebar.

3

Done — it updates automatically

The widget fetches live data on load. No cache busting, no cron jobs, no API key management on your end.

Parameters

AttributeDefaultDescription
data-assetBTCCrypto symbol — BTC, ETH, SOL, BNB, or XRP
data-width280Width in pixels or percent (e.g. 100%)
data-height160Height in pixels

Prefer a direct iframe?

<iframe
  src="https://artinfox.com/widget.html?asset=BTC"
  width="280"
  height="160"
  frameborder="0"
  scrolling="no"
  style="border-radius:12px;"
  title="BTC AI Signal — ArtinFox">
</iframe>

JSON API (for custom integrations)

Fetch raw signal data directly — no auth required, CORS open.

GET https://artinfox.com/api/widget/signal?asset=BTC

// Response
{
  "symbol":     "BTC",
  "name":       "Bitcoin",
  "signal":     "BUY",
  "confidence": 72,
  "price":      94820.50,
  "change_24h": 2.14,
  "as_of":      "2026-04-25",
  "attribution":"ArtinFox Signal Intelligence",
  "url":        "https://artinfox.com/asset.html?symbol=BTC"
}

Terms & Attribution

Want more?

Full API access starts at $29/mo

Advanced plan unlocks 70+ assets, bulk signal exports, and full API access with your own key.