Developer Tools

Add Risk Scores to Any Website

One line of code. Live TaroAi risk scores on your Solana project — badge, widget, iframe, or REST API.

Live Preview

Try It With Any Token

Paste a Solana token address to preview the widget and badge live.

https://taroai-scan-x9c7pnwp.manus.space/widget/EPjFWdd5...

One-line JS snippet (auto-injects iframe)

<script src="https://taroai-scan-x9c7pnwp.manus.space/widget.js" data-taroai-address="EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" async></script>

Direct iframe embed

<iframe src="https://taroai-scan-x9c7pnwp.manus.space/widget/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" width="100%" height="80" frameborder="0"></iframe>
Public Endpoints

No Auth Required

These endpoints are free and open — no API key needed for basic embeds.

GET/badge/:address.svg

Returns a live SVG badge showing the token's risk score and level. Embed in any README, website, or Telegram message.

<img src="https://taroai-scan-x9c7pnwp.manus.space/badge/TOKEN_ADDRESS.svg" alt="TaroAi Risk Score" />
GET/widget/:address

Returns a full HTML widget with token name, risk score, level badge, and a link to the full report. Embed as an iframe.

<iframe src="https://taroai-scan-x9c7pnwp.manus.space/widget/TOKEN_ADDRESS" width="100%" height="80" frameborder="0"></iframe>
GET/report/:address/html

Returns a full HTML risk report page for a token. Useful for embedding in dashboards or linking from other tools.

<a href="https://taroai-scan-x9c7pnwp.manus.space/report/TOKEN_ADDRESS/html">View Full Report</a>
GET/report/:address/pdf

Returns a downloadable PDF risk report. Useful for compliance, due diligence, or sharing with investors.

curl -o report.pdf "https://taroai-scan-x9c7pnwp.manus.space/report/TOKEN_ADDRESS/pdf"
Quick Start

Copy & Paste

JS widget snippet (replace YOUR_TOKEN_ADDRESS)

<!-- TaroAi Risk Widget --> <script src="https://taroai-scan-x9c7pnwp.manus.space/widget.js" data-taroai-address="YOUR_TOKEN_ADDRESS" async ></script>

GitHub README badge (Markdown)

[![TaroAi Risk Score](https://taroai-scan-x9c7pnwp.manus.space/badge/YOUR_TOKEN_ADDRESS.svg)](https://taroai-scan-x9c7pnwp.manus.space/report/YOUR_TOKEN_ADDRESS)

cURL — download PDF report

curl -o report.pdf "https://taroai-scan-x9c7pnwp.manus.space/report/YOUR_TOKEN_ADDRESS/pdf"

Need Higher Rate Limits?

Free embeds are rate-limited to 100 requests/hour. For production apps, dashboards, or bots — get an API key and unlock 10,000+ requests/hour with Pro.

100 req/hr

Free Tier

10K req/hr

Pro Tier

Unlimited

Enterprise

TaroAi — Developer Tools