One line of code. Zero dependencies. Real-time crypto market regime classification on your site in 30 seconds.
The widget auto-refreshes every 60 seconds with real data from 9 sources.
Pick your style, copy, paste into your HTML. That's it.
<script src="https://getregime.com/embed.js" data-theme="dark"></script>
| Attribute | Values | Default | Description |
|---|---|---|---|
data-theme |
dark | light |
dark |
Color scheme |
data-size |
default | compact |
default |
Widget size. Compact hides signal details. |
Self-contained JS. No frameworks, no CSS imports, no API keys.
Styles never leak into or out of the widget. Works everywhere.
Tiny footprint. No impact on your page load speed.
Pulls from 9 sources. Auto-refreshes every 60 seconds.
Matches any site design. One attribute to switch.
No API key, no rate limit on widget, no strings attached.
Use the API directly to build custom integrations.
const res = await fetch('https://getregime.com/api/v1/market/regime');
const { regime, confidence, signals } = await res.json();
console.log(`Market is ${regime} with ${(confidence*100).toFixed(0)}% confidence`);
See Quickstart and API Docs for full details. Free tier: 10 req/min, no key needed for public endpoints.