GET/hyperliquid/vault Vault evaluator for Hyperliquid copy-trading vehicles. POST {vault}. Returns composite vault_quality_score (0-100) factoring: leader's own trading skill, depositor concentration (top-1 share = whale-dependent), redemption pressure (withdrawals/deposits ratio), commission rate. Plus lifetime stats and top 5 depositors. Built for copy-trade-vetting bots — NO equivalent service exists; vault data is unique to perps DEXs. | — | — | $0.1 |
GET/ask Natural-language Q&A over the x402 Base settlements warehouse. POST {question}. Backed by 132M settlement rows on Cloudflare R2 + pre-aggregated daily_stats (388 days, May 2025 - Jun 2026), queried via Anthropic Sonnet + DuckDB. Returns {answer, sql_trace, model, upstream_ms}; sql_trace lets the caller verify the data path is real, not hallucinated. $0.05 USDC on Base. | — | — | $0.05 |
GET/hyperliquid/pnl Full Hyperliquid PnL report. POST {user}. Returns derived skill metrics + open positions (per-coin) + recent activity feed (deposits/withdrawals/funding/liquidations). For agents that need to inspect specific positions, audit a trader, or feed into deeper reputation scoring. | — | — | $0.05 |
GET/hyperliquid/screen Size-the-room for a Hyperliquid market. POST {coin, n?}. Returns the top N (default 10, max 25) traders on a coin ranked by volume, each with skill_score + classification + liquidation_count. Pre-trade check for MM agents: 'who am I about to be against on this perp, and have they been liquidated before?' Coin format: BTC, @107 (spot), xyz:SILVER. | — | — | $0.05 |
GET/kalshi-polymarket/spread Cross-source arbitrage spread between Kalshi and Polymarket on a topic. POST {topic, limit?}. Pulls matching markets from both venues (Politics + Elections overlap heavily), computes price mid-spread + arbitrage direction. JOIN that single-source passthrough APIs (incl. Pinax Token API) structurally can't return — this is what survives Pinax shipping Kalshi support later. | — | — | $0.05 |
GET/kalshi/consensus-trend Kalshi consensus-probability trajectory. POST {event}. Wraps Kalshi's unique /events/{ticker}/forecast_history (no other PM exposes formatted forecast percentile history). Returns slope-per-hour over 24h and 3d, acceleration signal (regime change indicator), volatility band, days to resolve, and a stable/accelerating-up/accelerating-down interpretation. | — | — | $0.05 |
GET/kalshi/sports-live-edge Live sports-market mispricing detector. POST {milestone, market?}. Combines Kalshi's public play-by-play game_stats (Football/Basketball/Soccer/Hockey/Baseball/WNBA) with market candlesticks over the last hour to flag latency-arb windows when in-game momentum and market price diverge. Returns momentum_score, market_reaction_pct, and a directional latency-arb signal. | — | — | $0.05 |
GET/polymarket/pnl Polymarket full PnL report. POST {wallet, method?}. Returns derived skill metrics + per-lot realized PnL (FIFO/LIFO/HIFO matching, default fifo) + open positions with mark-to-market unrealized. For agents that need to inspect specific trades, audit, or feed into a deeper reputation signal. | — | — | $0.05 |
GET/predmarket/spread Cross-venue arbitrage spread between Polymarket and Limitless on a topic. POST {topic, limit?}. Pulls matching markets from Polymarket's public Gamma API and Limitless's REST search, pairs them by closest-price match, computes per-pair yes-mid spread + arbitrage direction. GA assembles a JOIN that single-venue passthroughs can't return. Naive pair-up — agent should confirm semantic match before sizing. | — | — | $0.05 |
GET/hyperliquid/fills Recent fill stream for a Hyperliquid perp coin. POST {coin, n}. Returns the last N fills (direction, side, price, size, notional, fee, trader address) plus an aggregate summary (buy/sell notional split, whale_fill_count for fills ≥ $10k, avg price). Distinct from hl-screen (top traders by lifetime volume) — this is recent trade events as they happen, for whale-watching + flow-following bots. | — | — | $0.02 |
GET/hyperliquid/risk Hyperliquid counterparty risk. POST {user}. Returns risk_level (low/medium/high), liquidation_count + rate, funding_paid_per_volume (consistent leverage signal), and a recent_24h_outflow_flag (drained collateral). For MM/copy-trade agents pricing adverse selection. | — | — | $0.02 |
GET/hyperliquid/score Hyperliquid trader skill score. POST {user}. Returns derived metrics: skill_score (0-100), classification (sharp/neutral/retail), liquidation_count + rate, funding_paid_per_volume, profit_factor, sample_size_trades. Wraps Pinax /v1/hyperliquid/users with compute the upstream doesn't provide. For trading bots vetting copy-trade signals or sizing-the-room before entering a perp position. | — | — | $0.02 |
GET/polymarket/risk Polymarket ghost-fill counterparty risk. POST {wallet}. Returns wallet_type (eoa | smart_account_erc1967 | legacy_smart_account), ghost_fill_risk (low/medium/high), 24h collateral outflow flag. Deposit wallets (POLY_1271, sig type 3) are ghost-fill-immune by design. For MM agents pricing adverse selection before quoting against a maker. | — | — | $0.02 |
GET/onchain-x402/address On-chain x402 settlement summary for an address from the decentralized x402 Base subgraph on The Graph Network. POST {address}. Returns lifetime stats as payer + recipient (totalPayments, totalVolume, first/last seen), recent 10 payments each direction, facilitator metadata if applicable, plus indexed_through_block for freshness. Decentralized, verifiable. Distinct from /ask. $0.01 USDC on Base. | — | — | $0.01 |
GET/polymarket/pnl-quick Polymarket trader skill score — pure JSON for agents. POST {wallet}. Returns skill_score (0-100, Sharpe-weighted by confidence), classification (sharp/neutral/retail), win_rate, sample_size, max_drawdown, realized + unrealized PnL. No lot reconstruction — for batch screening top holders before entering a market or mirroring a copy-trade. | — | — | $0.01 |
GET/route Onchain data router for AI agents. Plain-English → working GraphQL or REST. 15.5K+ subgraphs on 8 chains. Uniswap, Aave, Compound, ENS, Polymarket, Limitless, Predict.fun, ERC-8004 discovery. Identified senders (include `sender` wallet in A2A metadata): 3 free /route /day, then $0.01 USDC via x402 on Base. Anonymous senders pay $0.01 from call 1. /polymarket + /hyperliquid trader-intel paid from call 1 ($0.01-$0.10). | — | 120 ms | $0.01 |