Query an AI agent that ranks Hyperliquid's top 10 traders by PNL, volume, ROI, and account value.
What it does
This x402-payable endpoint exposes a Questflow-powered AI swarm agent that provides real-time rankings of Hyperliquid's top 10 traders. The agent accepts a natural-language prompt via a POST request with an `input` field and returns a text response. Ranking dimensions include PNL (profit and loss), trading volume, ROI, and account value, with 30-day statistics. The data is intended for investors who want to monitor or emulate leading crypto traders on the Hyperliquid decentralized exchange.
Payment is handled via the x402 protocol on Base Sepolia using USDC (asset 0x036CbD53842c5426634e7929541eC2318f3dCF7e). The maximum amount required per call is 500,000 units (denominated in the token's smallest unit), and the maximum timeout is 1,200 seconds. The endpoint is live and returns a proper 402 challenge when called without payment.
Note that this endpoint runs on a development/testnet environment (Base Sepolia, `api-dev` subdomain), so it may not reflect production-grade reliability or real-money pricing. No OpenAPI spec or dedicated documentation pages were found; the schema is inferred entirely from the x402 challenge's `outputSchema` field. The provider, Questflow, is a platform for creating autonomous AI trading agents ("Clones") that aggregate multiple onchain markets.
Capabilities
Use cases
- —Retrieve ranked lists of top Hyperliquid traders by PNL, volume, or ROI
- —Monitor 30-day performance statistics of leading Hyperliquid accounts
- —Feed trader ranking data into copy-trading or portfolio-mirroring bots
- —Research whale activity and top-performer strategies on Hyperliquid
- —Build dashboards that display real-time Hyperliquid leaderboard data
Fit
Best for
- —Crypto researchers tracking Hyperliquid's top performers
- —Copy-trading agents that need programmatic access to trader rankings
- —AI agents that need pay-per-query access to live DEX leaderboard data
Not for
- —Users needing production/mainnet payment rails (this is Base Sepolia testnet)
- —Historical tick-level trade data or order-book depth analysis
- —Non-Hyperliquid exchange trader rankings
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f875c87aa0f71b3c5e29d4 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "Show me the top 10 Hyperliquid traders by PNL"}'Example
Request
{
"input": "Rank the top 10 Hyperliquid traders by 30-day ROI"
}Response
{
"response": "Here are the top 10 Hyperliquid traders ranked by 30-day ROI:\n1. 0xABC...123 — ROI: 342%, PNL: $1.2M, Volume: $45M\n2. 0xDEF...456 — ROI: 287%, PNL: $890K, Volume: $32M\n..."
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with an outputSchema, but there is no OpenAPI spec, no dedicated documentation, and no example responses from the actual agent. The description and capabilities are inferred from the challenge metadata and the existing listing description. The testnet (Base Sepolia) deployment further limits production confidence.
Warnings
- —Endpoint is on Base Sepolia (testnet) — not a mainnet/production deployment
- —No OpenAPI spec or dedicated API documentation found
- —No example responses from the actual agent are available; response format is inferred
- —The api-dev subdomain suggests a development environment that may change or be taken down
- —Maximum timeout of 1200 seconds suggests potentially long response times
Citations
- —The endpoint returns a 402 challenge with x402Version 1, accepting USDC on Base Sepolia with maxAmountRequired 500000https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f875c87aa0f71b3c5e29d4
- —The outputSchema specifies a POST method with an 'input' string body field and a 'response' string outputhttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f875c87aa0f71b3c5e29d4
- —Questflow is a platform for creating autonomous AI trading agents that aggregate multiple onchain marketshttps://api-dev.intra-tls2.dctx.link
- —The challenge description states the agent ranks Hyperliquid's top 10 traders by PNL, volume, ROI and account value with 30-day statisticshttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f875c87aa0f71b3c5e29d4