x402 Pay-per-request Solana data enrichment

Onchain intelligence
for agents & LLMs

Enrich any Solana wallet, token, or transaction with a single API call. Structured JSON for agents. Natural language briefings for LLMs. Micropayments in USDC via x402.

enrich-token-full
$ curl -X POST \ /entrypoints/enrich-token-full/invoke

{ "symbol": "JUP", "price_usd": 0.2861, "volatility": { "daily_std_7d": 2.87, "classification": "LOW" }, "concentration": { "herfindahl_index": 567, "top1_pct": 21.2 }, "risk_flags": [], "verified": true }
New
Multi-source price aggregation Herfindahl concentration index Price volatility metrics Sharpe ratio & risk-adjusted returns Natural language query endpoint

See it in action

Paste any Solana wallet address or token mint. Free, no signup.

Try:
10/10 free queries remaining

11 enrichment endpoints

From quick wallet lookups to full due diligence reports. Every endpoint returns data in your choice of format.

enrich-wallet-light $0.002

SOL balance, token holdings, behavioral labels, risk score with risk level.

corewallet
enrich-wallet-full $0.005

Full profile with DeFi positions, connected wallets, transaction history, and risk level.

corewallet
enrich-token-light $0.002

Price, market cap, liquidity assessment, holder concentration, risk flags.

coretoken
enrich-token-full $0.004

Full token analysis with top 20 holders, concentration metrics (top 1/5/10%), and rug-pull detection.

coretoken
parse-transaction $0.001

Type detection, protocol identification, transfer details, fee breakdown.

coretransaction
whale-watch $0.008

Top holders with balances and % supply. Buy/sell volume tracking. Accumulation vs distribution signals.

premiumtoken
batch-enrich $0.015

Enrich multiple wallets or tokens in a single parallel request.

premiumbatch
wallet-graph $0.010

Map transaction connections. Detect suspicious wallet clusters.

premiumwallet
copy-trade-signals $0.010

Sharpe ratio, Sortino, max drawdown, profit factor, win rate. Separates skilled traders from lucky ones.

premiumwallet
due-diligence $0.020

Comprehensive research: security, holder concentration, whale flows, detailed risk factors. SAFE / CAUTION / RISKY verdict.

premiumtoken
query $0.003

Ask in plain English: "is X safe?", "whales for X", "wallet profile for X". Routes to the right enricher automatically.

NLany

Three steps. Sub-second enrichment.

1

Send a request

POST to any endpoint with a Solana address, token mint, or transaction signature.

POST /entrypoints/enrich-wallet-light/invoke
2

x402 payment

Pay USDC micropayments on Solana. The x402 protocol handles verification and settlement automatically.

402 Payment Required
price: $0.002 USDC
3

Get enriched data

Receive structured JSON for programmatic use, or natural language briefings optimized for LLM context windows.

200 { "risk_score": 0.12,
  "risk_level": "LOW",
  "top1_pct": 12.4 }

Cross-referenced from 5 sources

Prices use the median of all available sources. Every enrichment cross-references data in parallel for accuracy.

Helius
DAS API + Enhanced TX
DexScreener
Prices + Liquidity
DeFi Llama
TVL + Yield Data
Jupiter
Metadata + Verified
Solana RPC
Balances + Accounts

Built for agents. Readable by LLMs.

Three output modes

Every endpoint accepts a format parameter. Get structured data for programmatic consumption, natural language briefings optimized for LLM context windows, or both at once.

format: "json"

Structured data for agent-to-agent pipelines

format: "llm"

Natural language briefing for LLM context injection

format: "both"

JSON data with an llm_summary field appended

format: "llm" — due diligence briefing
DUE DILIGENCE: JUP (Jupiter) ═══════════════════════════════ Price: $0.29 (median of 3 sources) Volatility: 2.87% daily std (LOW) Market cap: $600M Holder Concentration: HHI: 567 — Well distributed Top 1: 21.2% | Top 5: 36.7% Whale Activity (72h): 9WzD...WWM [Binance] 2.2% 3 accumulating, 1 distributing Verdict: SAFE (23/100, MODERATE) Verified. No active authorities. Well-distributed supply.

Purpose-built for the agent economy

Not another block explorer. A data enrichment layer designed for autonomous agents and LLM pipelines.

>_ agent-native

Agent-native API

A2A-compatible agent card, discoverable via 8004-solana registry. Agents find and pay SolEnrich without human setup.

>_ micropay

USDC micropayments

No API keys. No subscriptions. Pay per request with USDC on Solana via the x402 protocol. Costs start at $0.001.

>_ parallel

Cross-referenced data

Every enrichment hits 5 data sources in parallel with 10s timeouts. One slow API never blocks your response.

>_ format

Dual-format output

Structured JSON for programmatic pipelines. Natural language briefings for LLM context windows. Same data, your format.

>_ depth

Deeper than raw APIs

Herfindahl concentration index, multi-source median pricing, 7-day volatility classification, Sharpe ratios, entity-labeled whale tracking, and risk levels from LOW to CRITICAL. Analysis you can't get from any single API call.

Works with Claude Desktop & Cursor

Zero-install setup

SolEnrich exposes an MCP endpoint that works with Claude Desktop, Claude Code, and Cursor. No cloning, no dependencies. Just paste the URL.

7 tools available: wallet profiling, token analysis, transaction parsing, whale tracking, due diligence, wallet graph, and copy-trade signals.

enrich_wallet enrich_token whale_watch due_diligence wallet_graph copy_trade parse_tx
claude_desktop_config.json
{ "mcpServers": { "solenrich": { "type": "streamable-http", "url": "https://solenrich-production.up.railway.app/mcp" } } }

Start enriching

Send your first request in seconds. No signup required.