Cards below are live — data updates automatically.
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>
Swap data-asset="BTC" for any supported symbol. Adjust data-width to fit your sidebar.
The widget fetches live data on load. No cache busting, no cron jobs, no API key management on your end.
| Attribute | Default | Description |
|---|---|---|
data-asset | BTC | Crypto symbol — BTC, ETH, SOL, BNB, or XRP |
data-width | 280 | Width in pixels or percent (e.g. 100%) |
data-height | 160 | Height in pixels |
<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>
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"
}
Advanced plan unlocks 70+ assets, bulk signal exports, and full API access with your own key.