// EMBED_BADGE_GENERATOR

Embeddable Risk Badge

Add a live GoldenBit.ai risk score badge to your website, GitHub README, or blog. The badge updates automatically whenever the token is re-scanned.

// CONFIGURE_BADGE
// LIVE_PREVIEW

Badge auto-updates when token is re-scanned. Cached 1 hour.

// HTML_SNIPPET
<a href="https://goldenbit.ai/token/ethereum/0x8076c74c5e3f5852037f31ff0093a41b4c29e0b3" target="_blank" rel="noopener">
  <img src="https://goldenbit.ai/api/embed/badge/ethereum/0x8076c74c5e3f5852037f31ff0093a41b4c29e0b3" alt="GoldenBit.ai Risk Score" width="220" height="56" />
</a>
// MARKDOWN_SNIPPET (README)
[![GoldenBit.ai Risk Score](https://goldenbit.ai/api/embed/badge/ethereum/0x8076c74c5e3f5852037f31ff0093a41b4c29e0b3)](https://goldenbit.ai/token/ethereum/0x8076c74c5e3f5852037f31ff0093a41b4c29e0b3)
// REST_API_v1
curl -X GET "https://goldenbit.ai/api/v1/token/ethereum/0x8076c74c5e3f5852037f31ff0093a41b4c29e0b3" \
  -H "X-Api-Key: YOUR_API_KEY"
Auto-updating
Badge reflects the latest scan result automatically. No manual updates needed.
🌐
CORS-enabled
Works on any website. No server-side code required — just paste the HTML snippet.
🔒
No API key needed
The badge endpoint is public and free. Rate-limited to prevent abuse.