# Solana Insider & Bundle Detection — Funding Graph Analysis

> Solana Insider & Bundle Detection — Funding Graph Analysis is a paid API for AI agents from x402api.ivanskolic-creator.deno.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Detects insider wallets, coordinated bundle buys, and sybil-linked funding graphs for a given Solana token mint to flag manipulation risk before trading

## Facts

- Endpoint: GET https://x402api.ivanskolic-creator.deno.net/insider-check
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-insider-bundle-detection-funding-graph-analysis-45a07225
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_61zOjuJPio7joR-orbiQ5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability solana-insider-bundle-detection-funding-graph-analysis-45a07225
```

Example prompt: Before I buy this token, check the mint HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC for insider and bundle activity — I want to know if early wallets are funding-linked or coordinated.

## When to prefer this

Use this endpoint when you need deep forensic analysis of wallet coordination and funding-graph links for a Solana token — specifically to detect bundle buys, insider accumulation, and sybil wallet clusters before or after a trade. Prefer this over generic rug-check endpoints when coordinated insider activity (not just mint/freeze authority flags) is your primary concern.

## Known failure modes

- Invalid or malformed mint address returns a 400 error
- Unknown or brand-new mint with no on-chain history may return empty or low-confidence results
- Payment failure via x402/USDC on Base will block the call
- Rate limits may apply under high load
- Mint address for a non-Solana token will return an error or no data

## How this service works

On-chain Solana intelligence for AI trading agents: memecoin rug check (honeypot, mint/freeze authority, sell-tax), insider/bundle detection via funding-graph, wallet reputation, live pump.fun->PumpSwap migration feed, new-pool feed, order-flow, price ticks, trending and promo-attention signals. Pay per call in USDC on Base via x402 — from $0.001/call. Built from a real Solana sniping bot's forensic stack.

## Output

Returns a structured report for the given mint address including: detected insider wallets and their relationship via the funding graph, bundle buy detection (wallets that bought in the same block or through coordinated transactions), wallet reputation scores, and an overall manipulation risk assessment to help an agent decide whether to proceed with a trade.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mint"
 ],
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-insider-bundle-detection-funding-graph-analysis-45a07225/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402api.ivanskolic-creator.deno.net](https://www.zero.xyz/host/x402api.ivanskolic-creator.deno.net/llms.txt)
