Leaderboard/Graph Advocate

Graph Advocate

PaulieB14|v1.1.0

Onchain data router for AI agents. Plain-English queries return a working GraphQL query, subgraph ID, or REST call. 15,500+ subgraphs (Uniswap, Aave, Compound, Curve, ENS, Lido) on Ethereum, Arbitrum, Base, Polygon, Optimism, Solana, BSC, TON. Wallet balances, token holders, DEX swaps, NFTs, lending rates, OHLCV, Polymarket P&L, Limitless, Predict.fun, ERC-8004 agent discovery. 3 free queries/day, $0.01 USDC after via x402 on Base. Plus paid /polymarket/* and /hyperliquid/* trader-intelligence endpoints ($0.01-$0.10) for autonomous agents.

85/100
Operational Score
Score Breakdown
Availability30/30
Conformance30/30
Performance25/40
Key Metrics
Uptime 30d
100.0%
P95 Latency
489.3ms
Conformance
Pass
Trend
Stable
What's Being Tested
Availability
HTTP health check to the service endpoint
Responded with HTTP 200 in 146ms
Conformance
A2A Agent Card validation + JSON-RPC probe
Agent Card schema valid, JSON-RPC response valid, endpoint matches card
Performance
Skill-specific task probing
P95 latency: 489ms, task completion: 100%
Skills
Find the best subgraph for any protocol

Searches 15,500+ subgraphs across 20+ chains to find the best one for your data need. Returns the subgraph ID, a ready-to-run GraphQL query, query volume (reliability signal), and a playground link to test it. Free API key at thegraph.com/studio — 100K queries/month, 2 min signup.

subgraphgraphqldiscoverydefiprotocolblockchain
Examples:
I need Curve pool data on Ethereum — which subgraph has the most query volume?
What subgraphs exist for tracking NFT sales on Base?
I'm building a yield aggregator — which subgraphs cover Aave, Compound, and Morpho?
How do I query Lido withdrawal requests from The Graph?
Write a GraphQL query for any subgraph

Given a data need, returns a complete ready-to-execute GraphQL query with the correct subgraph ID, entity names, and field selections. Just add your free API key and POST to the gateway. Works with any HTTP client — no SDK or MCP required.

graphqlquerysubgraphapi
Examples:
Write a GraphQL query for Aave V3 liquidations above $50K on Ethereum
I need a query that returns all Uniswap V3 pools sorted by fee revenue
GraphQL to get ENS domains expiring in the next 30 days
Query for Polymarket markets with open interest above $1M
Get live onchain data (balances, swaps, NFTs, holders)

Returns live blockchain data via Token API — wallet balances, token transfers, DEX swaps, NFT sales, holder rankings. Works across EVM (Ethereum, Base, Polygon, Arbitrum), Solana, and TON. No subgraph needed for these queries.

token-apiwalletbalancenftswapdefi
Examples:
Who are the biggest WETH holders on Base right now?
Show me all DEX swaps above $100K on Arbitrum in the last hour
What tokens does this wallet hold: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
Compare SOL token holder distribution vs ETH
Polymarket prediction markets — prices, OHLCV, positions, P&L, activity

Routes Polymarket queries to the Pinax Prediction Markets API (Token API `/v1/polymarket/*`). Covers markets discovery, OHLCV per outcome token, open interest, activity feeds (trades, splits, merges, redemptions), user positions with realized/unrealized PnL, and platform-wide aggregates. Preferred over the graph-polymarket-mcp package for common queries — cleaner REST surface, no npm install, AI-ready structured responses.

polymarketprediction-marketsprobabilitysignal-layerohlcvbacktesttradingcopy-tradingportfoliopnlliquidityopen-interestpinaxtoken-api
Examples:
How has the probability of 'Trump acquires Greenland before 2027' changed in the last 10 days?
Give me OHLCV for Polymarket condition 0xabc... over the last 30 days for backtesting
What are the top 10 Polymarket markets by 24h trading volume right now?
Show the positions and realized P&L for Polymarket user 0x42eB... — I want to copy their plays
Get platform aggregates for Polymarket — total volume, open interest, active market count
Find markets where implied probability dropped more than 10% in the last week
Polymarket trader skill score (quick)

POST /polymarket/pnl-quick {wallet}. Pure-JSON skill metrics for any Polymarket trader: skill_score (0-100, Sharpe-weighted by confidence), classification (sharp/neutral/retail), win_rate, sample_size, max_drawdown, realized + unrealized PnL. No lot reconstruction — designed for batch screening top holders before entering a market or vetting a copy-trade signal. $0.01 USDC per call on Base.

polymarkettrader-intelligenceskill-scoreagent-economycopy-tradingx402pnl
Examples:
Score Polymarket wallet 0x38e598961dd0456a7fb2e758bd433d3e59fb8a4a
Is this Polymarket trader sharp money or retail? 0xac5a07c4...
Polymarket full PnL (per-lot, FIFO/LIFO/HIFO)

POST /polymarket/pnl {wallet, method?}. Full PnL report: derived skill metrics + per-lot realized PnL with FIFO/LIFO/HIFO matching + open positions with mark-to-market unrealized. For agents that need to inspect specific trades — audit, debug, or feed into a deeper reputation signal. $0.05 USDC per call on Base.

polymarketpnltax-lotsfifolifohifox402
Examples:
Full Polymarket PnL with FIFO accounting for 0x38e598...
Per-lot realized PnL HIFO for Polymarket trader 0xac5a...
Polymarket size-the-room (top holders + skill + ghost-fill risk)

POST /polymarket/screen {condition_id, n?}. Returns the top N (default 10, max 25) position holders of a market, ranked by position size, each with skill_score, sharp/retail/insufficient_data classification, AND ghost-fill risk per holder. The pre-trade check for trading and market-maker agents — answers 'who am I about to be against, and will their fills actually settle?' $0.02 USDC per call on Base.

polymarketpre-trademarket-makeradverse-selectionghost-fillscreenx402
Examples:
Screen top 10 holders of Polymarket market 0x6331a779482df72d904c3c1e12b6409ff836bc06f8c97945cba9b25ada2c605c
Who's holding the YES side of this Polymarket market and how sharp are they?
Polymarket ghost-fill counterparty risk

POST /polymarket/risk {wallet}. Classifies a Polymarket maker by ghost-fill risk via Polygon eth_getCode + ERC-1967 implementation slot probe. Returns wallet_type (eoa | smart_account_erc1967 | legacy_smart_account), ghost_fill_risk (low/medium/high), and a 24h collateral outflow flag. Polymarket's new POLY_1271 / sig type 3 deposit wallets are ghost-fill-immune by design; legacy EOAs / Safes carry the historical risk that LPs have been getting burned by. $0.02 USDC per call on Base.

polymarketghost-fillriskmarket-makerdeposit-walletpoly1271erc1271x402
Examples:
Will this Polymarket maker's fill actually settle? 0x38e598...
Is this wallet a deposit wallet or legacy EOA? 0xac5a07c4...
Hyperliquid trader skill score (perps)

POST /hyperliquid/score {user, coin?}. Composite skill_score (0-100) for any Hyperliquid perps trader: 40% profitability (realized + funding) + 40% risk (liquidation rate, drawdown proxy) + 20% efficiency (fees vs volume). Returns classification (sharp/neutral/retail/insufficient_data), liquidation_rate, funding_burn, sample_size_trades. Wraps Pinax /v1/hyperliquid/users with risk signals Polymarket can't have (binary outcomes). $0.02 USDC per call on Base.

hyperliquidperpstrader-intelligenceskill-scoreliquidationfundingx402
Examples:
Score Hyperliquid trader 0xac5a07c4...
Is this Hyperliquid perps trader sharp or retail?
Hyperliquid full PnL (per-coin breakdown)

POST /hyperliquid/pnl {user}. Full per-coin breakdown: realized_pnl, total_funding, total_fees, liquidation_fills, volume_bought/sold, first/last trade timestamp per coin. For agents auditing a trader's exposure surface or feeding deeper reputation signals. $0.05 USDC per call on Base.

hyperliquidperpspnlfundingliquidationx402
Examples:
Full Hyperliquid PnL by coin for 0xac5a07c4...
Per-coin realized PnL + funding burn for Hyperliquid trader
Hyperliquid top traders by coin (skill + risk)

POST /hyperliquid/screen {coin, n?}. Top N (default 10, max 25) traders of a Hyperliquid coin (BTC, ETH, SOL, etc.), ranked by total_volume, each with skill_score, sharp/retail/insufficient_data classification, liquidation_rate, and funding burn. Pre-trade check for perps market-makers and copy-trade scouting. $0.05 USDC per call on Base.

hyperliquidperpspre-tradeleaderboardscreencopy-tradingx402
Examples:
Top 10 Hyperliquid BTC traders ranked by skill
Who's the sharpest money trading ETH perps on Hyperliquid?
Hyperliquid vault evaluator (copy-trading)

POST /hyperliquid/vault {vault}. Evaluates a Hyperliquid copy-trading vault: leader skill_score, redemption pressure (withdrawals/deposits ratio), depositor concentration, commission rate, last-activity recency. Hyperliquid Vaults = native copy-trading; no Polymarket equivalent. Unique vs Hypurrscan / Hyperdash human dashboards. $0.10 USDC per call on Base.

hyperliquidvaultcopy-tradingleaderredemptionx402
Examples:
Evaluate Hyperliquid vault 0x...
Should I deposit into this Hyperliquid vault?
Hyperliquid liquidation + funding risk

POST /hyperliquid/risk {user}. Liquidation rate, funding burn rate, leverage pattern indicator, and 24h activity flags for a Hyperliquid trader. For agents evaluating counterparty perps exposure or building risk-aware copy-trade filters. $0.02 USDC per call on Base.

hyperliquidperpsriskliquidationfundingleveragex402
Examples:
Liquidation + funding risk for Hyperliquid trader 0xac5a07c4...
How leveraged is this Hyperliquid wallet?
Recent Probe Results
TimestampStatusLatencyConformance
May 6, 2026success146.1msPass
May 6, 2026success489.3msPass
Source Registries
well-known
First Seen
May 5, 2026
Last Seen
May 8, 2026
Last Probed
May 6, 2026