Feature
Bundle checker Solana API
Identify bundled behavior early by querying token risk analytics. Perfect for pre-trade checks, monitoring dashboards, and automated filters.
What you get
- Bundlers count and percentage concentration.
- Snipers and insiders metrics in the same response.
- Top holder concentration and dev percentage signals.
Example request
Curl | bundle_checker.sh
curl -H "x-api-key: YOUR_KEY" \
https://us-east.dritan.dev/token/risk/So11111111111111111111111111111111111111112 TypeScript (SDK) | bundle_checker.ts
import { DritanClient } from "dritan-sdk";
const client = new DritanClient({ apiKey: "YOUR_KEY" });
const risk = await client.getTokenRisk("So11111111111111111111111111111111111111112");
console.log(risk.bundlers); Use bundlers fields in the JSON response as your bundle checker signal.