AI agent that finds top crypto gainers with market cap under $10M via Questflow swarm.
What it does
This x402-payable endpoint exposes a Questflow AI swarm agent that identifies top-gaining cryptocurrencies with a market capitalization under $10 million. The agent is part of Questflow's broader platform, which aggregates data from multiple onchain markets including Pump.fun, Polymarket, OKX, and others. You send a natural-language message to the agent via a POST request with an `input` field, and receive a text response with the agent's findings.
Payment is handled via the x402 protocol on the Base network using USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maximum cost per request is 0.50 USDC (500000 in 6-decimal units), and the agent allows up to 1200 seconds (20 minutes) for processing, suggesting it may perform non-trivial multi-step research before returning results.
Documentation is minimal — there is no OpenAPI spec, no dedicated docs page, and the only schema information comes from the x402 challenge's `outputSchema`. The endpoint is live and returns a proper 402 challenge. Questflow's landing page describes a platform focused on autonomous AI agents ("Clones") that scan crypto and prediction markets 24/7, but specific details about this particular swarm agent's data sources, update frequency, or methodology are not documented.
Capabilities
Use cases
- —Identify trending low-market-cap tokens that are gaining rapidly
- —Screen for micro-cap crypto opportunities under $10M market cap
- —Automate daily scans for small-cap crypto movers
- —Feed crypto alpha signals into a trading bot pipeline
- —Research emerging tokens before they reach mainstream exchanges
Fit
Best for
- —Crypto traders looking for small-cap alpha
- —Agents or bots that need programmatic access to market screening
- —Users who want natural-language queries against crypto market data
Not for
- —Traditional equity or forex market screening
- —Users needing free or high-frequency polling (each call costs USDC)
- —Anyone requiring auditable methodology or guaranteed data sources
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68d35e59e3416de2ad74bee8 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"input": "Find the top gainers with a market cap under 10M"}'Example
Request
{
"input": "Find the top gainers with a market cap under 10M"
}Response
{
"response": "Here are the top gainers with a market cap under $10M in the last 24 hours:\n1. $TOKEN_A — +142% (MC: $3.2M)\n2. $TOKEN_B — +98% (MC: $7.1M)\n3. $TOKEN_C — +76% (MC: $1.8M)\n..."
}Endpoint
Quality
The endpoint is live with a valid 402 challenge and includes a basic outputSchema defining input/output fields. However, there is no OpenAPI spec, no dedicated documentation, no examples of actual responses, and no details about data sources or methodology. The response example above is inferred from the agent's description and schema, not from actual observed output.
Warnings
- —No OpenAPI or dedicated API documentation available
- —Response format and content are inferred — no actual sample response was captured
- —Agent methodology, data sources, and update frequency are undocumented
- —The 1200-second timeout suggests potentially long processing times
- —Example response JSON is illustrative, not sourced from real output
Citations
- —Endpoint returns a valid x402 challenge with 402 status on POSThttps://api.questflow.ai/x402/swarm/qrn:swarm:68d35e59e3416de2ad74bee8
- —Payment is 0.50 USDC on Base network to address 0xEf31dF60c63F6b84b42dcC50eda7d314c078B176https://api.questflow.ai/x402/swarm/qrn:swarm:68d35e59e3416de2ad74bee8
- —Questflow aggregates markets including Polymarket, Pump.fun, OKX, and Opinion Labshttps://api.questflow.ai
- —Maximum timeout for the agent is 1200 secondshttps://api.questflow.ai/x402/swarm/qrn:swarm:68d35e59e3416de2ad74bee8