● healthy
Agent-native onchain intelligence for Solana traders: cross-venue perps funding (Jupiter, Adrena, Flash, Hyperliquid), smart-money & whale tracking, token due-diligence and rug detection, and wallet risk scoring. Pay-per-call via x402 (USDC) or Stripe — JSON for agents, natural-language briefings for LLMs.
Transport
—
Protocol
1.0
Price
—
Skills
-
enrich-wallet-lightLight wallet profile with holdings, labels, and risk score
-
enrich-wallet-fullFull wallet profile with holdings, DeFi positions, labels, risk score, and connected wallets
-
enrich-token-lightToken analysis with price, market data, liquidity, and risk flags
-
enrich-token-fullFull token analysis with price, market data, liquidity, risk flags, and top holders
-
parse-transactionParse and enrich a Solana transaction with type detection, protocol identification, and transfer details
-
whale-watchIdentify large token holders and track accumulation/distribution patterns
-
batch-enrichEnrich multiple wallets or tokens in parallel
-
wallet-graphMap wallet transaction connections and detect suspicious clusters
-
copy-trade-signalsAnalyze wallet trading performance and copyability
-
due-diligenceComprehensive token research briefing with security, whales, and holder analysis
-
compare-tokensCompare 2-3 tokens side-by-side: price, liquidity, volatility, holder concentration, risk flags
-
compare-walletsCompare 2-3 wallets side-by-side: portfolio value, activity, risk, labels, holdings
-
token-trendToken trend analysis: price, liquidity, concentration changes over 7/14/30 days with direction indicators
-
wallet-historyWallet history: portfolio value, balance, risk score changes over 7/14/30 days with position changes
-
portfolio-historyFull portfolio time-series for a wallet — daily snapshots of value, balance, holdings, risk, plus summary stats (peak, trough, max drawdown, average, change vs period start). Distinct from wallet-history which returns two-point deltas; this returns the series for charting.
-
perps-market-trendJupiter Perps market trend: per-symbol (SOL/BTC/ETH) deltas for mark price, total open interest, long/short skew, utilization, and borrow APR over 7/14/30 days. Direction indicators per metric and per market. Mirror of token-trend for perps markets — required for regime-detection strategies and any bot that adjusts behavior based on whether the market is growing, stressed, or rebalancing.
-
new-tokensDiscover recently launched tokens on Solana with risk scoring and filtering. Returns safest first.
-
protocol-profileDeFi protocol analytics: TVL, yield pools, on-chain activity, health signals
-
perps-market-structureJupiter Perps market structure — per-market OI, utilization, borrow APR, skew, OI caps, and health flags for SOL/BTC/ETH
-
perps-trader-profileMulti-venue perps trader profile — fetches open positions from BOTH Jupiter Perps and Adrena for the wallet. Returns per-position size/leverage/entry/unrealized PnL/risk flags, per-venue breakdown with venue totals, and combined totals across venues. Output includes a `venue` tag on every position and a `by_venue` breakdown alongside combined `totals`. Adrena PnL requires per-collateral mark prices (jitoSOL/WBTC/BONK via Jupiter price API) and is null when unavailable.
-
hyperliquid-trader-profileHyperliquid trader profile for an EVM (0x) address. Reads the trader's live perp positions directly from Hyperliquid's public on-chain state: per-position coin, side, leverage, notional, entry, unrealized PnL, distance-to-liquidation, and risk flags (high_leverage, extreme_leverage, approaching_liquidation, losing). Plus account value, directional bias, profile (directional/market-neutral/diversified), weighted leverage, and realized+unrealized PnL over week/month/all-time. Hyperliquid is uniquely transparent — every position is public — making this the building block for smart-money tracking.
-
hyperliquid-smart-moneyWhere Hyperliquid smart money is positioned right now. Scans the HL leaderboard, excludes market-makers/HFT (turnover filter) and dust/mega-funds (account band), keeps only CONSISTENT directional traders (week+month PnL > 0, not a systematic book), then aggregates their live positions into a per-coin consensus signal (long/short trader counts, net notional, bias, conviction) plus a top-trader drill-down ranked by robust month PnL. Pass `market` (e.g. HYPE/BTC/ETH) to focus one coin. NOTE: a positioning signal, not a trade — consensus is often late/crowded and regime-dependent; use as confluence/risk context, not a standalone entry.
-
perps-cross-venue-fundingCross-venue perps funding rate aggregator. Compares borrow/funding APR + open interest across Solana on-chain venues (Jupiter Perps, Adrena) with cross-chain reference (Hyperliquid, dYdX v4). Returns best entry per side, basis vs Hyperliquid, and arbitrage opportunities.
-
perps-venue-comparisonWhere to trade this market at this size. Compares total entry cost (slippage + fee + first-hour borrow), OI cap headroom, and venue health across Jupiter Perps, Adrena, Hyperliquid, and dYdX v4. Returns rankings + recommendation with warnings.
-
perps-basis-signalNet-yield-after-borrow basis trade scanner. Computes perp mark vs spot price across venues and surfaces actually-earnable yield — funding APR on reference venues (Hyperliquid, dYdX v4), correctly flagged as not-viable on Solana pool perps (Jupiter, Adrena) which charge borrow on both sides. Returns per-venue trade, filtered opportunities, and best trade.
-
trending-signalsOrchestrated ranking of trending Solana tokens. Scans DexScreener trending, enriches with token analysis + optional whale-watch flow, and returns a composite-signal ranked list with reasoning. "What's worth paying attention to right now?"
-
smart-money-flowOrchestrated smart-money intelligence. Scores a seed wallet list via copy-trade metrics, filters to qualifying winners (win rate + trade count), then surfaces tokens they're accumulating and wallet clusters. Pass your own `wallets` array or use our curated default list.
-
queryPlain English questions routed to the right enricher. Single-intent questions hit one enricher; compound questions ("should I buy X?", "wallet deep dive on X", "what's trending?") chain 2-3 enrichers in parallel and return a unified briefing.
-
feed-latestDaily SolEnrich intelligence brief — pre-computed ranking of trending Solana tokens with composite signal scoring (liquidity, risk, holder concentration, whale flow). Cached 24h. Pass `since` (ISO 8601) to short-circuit on no-change. Pay-per-poll model — designed for agents that want recurring signal without orchestration cost.
-
consensus-signalAgent attention signal — what tokens or wallets are being queried by other agents right now. Proprietary data: derived from SolEnrich's own query stream, not market volume. Two modes: pass `address` to get that entity's rank/percentile/trend; omit it to get the top-N most-queried entities. Windows: 1h, 6h, 24h.
-
check-alertsPoll-based event detection. Pass a watchlist (tokens + wallets) and a `since` ISO 8601 timestamp; receive alerts fired since that time. Detects: token alerts (price spikes/drops, risk score changes, whale inflow/outflow, holder concentration shifts); spot wallet alerts (portfolio value changes, position additions/removals); and Jupiter Perps alerts per wallet (perp_position_added, perp_position_closed, perp_at_risk, liquidation_approaching, pnl_swing). Stateless: agent owns the `since` cursor. Watchlist capped at 10 tokens + 10 wallets per call. Step 1 of 3 (poll → SSE → webhooks).
How to call
A2A endpoint (JSONRPC)
https://api.solenrich.com/