llms.txt Content
# SolEnrich
> Solana onchain data enrichment API for AI agents and LLMs. Pay-per-request via x402 (USDC on Solana) or Stripe (fiat). 34 endpoints covering wallet profiling, token analysis, whale tracking, copy-trade signals, due diligence, protocol analytics, Jupiter Perps + cross-venue perps funding, smart-money orchestration, consensus attention signal, portfolio time-series, event-driven alerts, and a daily intelligence feed.
- Base URL: https://api.solenrich.com
- Payment: x402 (Solana USDC, default) or MPP/Stripe (fiat cards)
- Discovery: GET /.well-known/x402 and GET /openapi.json
- Docs: GET /docs
- Provider: @0xSardius (https://twitter.com/0xSardius)
## Endpoints
- [enrich-wallet-light](https://api.solenrich.com/entrypoints/enrich-wallet-light/invoke) — SOL balance, token holdings, labels (including behavioral flags: regular_intervals, high_frequency, 24_7_active, repetitive_actions — algorithmic signals from tx timing that indicate automated activity), risk score. Fast and cheap. ($0.002 USDC)
- [enrich-wallet-full](https://api.solenrich.com/entrypoints/enrich-wallet-full/invoke) — Adds DeFi positions, connected wallets, enhanced transaction history, and automated-activity behavioral signals to light profile. ($0.005 USDC)
- [enrich-token-light](https://api.solenrich.com/entrypoints/enrich-token-light/invoke) — Price (median of 3 sources), market cap, volume, liquidity, slippage estimates at 4 position sizes, risk flags, verification status. ($0.002 USDC)
- [enrich-token-full](https://api.solenrich.com/entrypoints/enrich-token-full/invoke) — Adds top 20 holders, HHI concentration index, volatility metrics, slippage estimates to light token analysis. ($0.004 USDC)
- [parse-transaction](https://api.solenrich.com/entrypoints/parse-transaction/invoke) — Type detection, protocol identification, transfer breakdown, account roles. ($0.001 USDC)
- [whale-watch](https://api.solenrich.com/entrypoints/whale-watch/invoke) — Top holders with accumulati
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"SolEnrich","version":"1.0.0","description":"Solana onchain data enrichment agent. Wallet profiling, token analysis, transaction parsing, risk scoring. All scoring is deterministic — no LLM inference in the pipeline. Returns JSON (for agents) or natural language briefings (for LLMs).","x-guidance":"All paid endpoints are at POST /entrypoints/{key}/invoke with JSON body. Set \"format\" to \"json\" for structured data, \"llm\" for natural language briefings, or