Detect dormant crypto tokens showing early volume spikes that may signal a comeback.
What it does
This Questflow swarm endpoint identifies "forgotten coins" — crypto projects that have gone dormant but are showing early signs of renewed activity. It monitors relative changes in trading volume to detect potential insider accumulation or renewed interest before the broader market notices. The endpoint is designed for traders who want to front-run narrative revivals by catching volume anomalies on low-attention tokens.
The endpoint is accessed via HTTP POST with a simple JSON body containing an `input` string (your message/query to the swarm). It returns a string `response` from the agent. Payment is handled via the x402 protocol on the Base network using USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), with a maximum cost of 0.50 USDC per request (500000 in 6-decimal units) and a timeout of up to 1200 seconds.
Questflow is a platform that builds autonomous AI "clones" for onchain market analysis, aggregating data from sources like Polymarket, Pump.fun, OKX, and others. This particular swarm is specialized for dead-coin revival detection. Documentation beyond the x402 challenge schema is not publicly available, so the exact data sources and analysis methodology used by this swarm are not documented.
Capabilities
Use cases
- —Identify dormant crypto tokens experiencing unusual volume increases before mainstream attention
- —Screen for potential insider accumulation patterns on low-liquidity tokens
- —Generate early alerts on "left-for-dead" projects that may re-enter bull market narratives
- —Ask natural-language questions about forgotten coins showing signs of life
Fit
Best for
- —Crypto traders looking for early-stage revival signals on dormant tokens
- —Automated trading agents that need programmatic access to volume anomaly detection
- —Researchers monitoring low-attention token activity across markets
Not for
- —Real-time high-frequency trading requiring sub-second latency (timeout up to 1200s)
- —Non-crypto use cases — this swarm is specialized for dormant coin detection
- —Users needing guaranteed financial advice or regulated investment recommendations
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68c770291dad762112b4735a \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "Which dormant tokens have shown the biggest volume spikes in the last 7 days?"}'Example
Request
{
"input": "Which dormant tokens have shown the biggest volume spikes in the last 7 days?"
}Response
{
"response": "Based on recent volume analysis, the following dormant tokens have shown significant relative volume increases: ..."
}Endpoint
Quality
The x402 challenge is live and provides a clear outputSchema with input/output fields, payment details, and network info. However, there is no public API documentation, no OpenAPI spec, and no detailed description of the swarm's data sources or methodology. The response format is inferred from the outputSchema alone.
Warnings
- —No public API documentation or OpenAPI spec available
- —Exact data sources and analysis methodology are undocumented
- —Response content quality and accuracy cannot be independently verified
- —This is a crypto trading signal tool — not regulated financial advice
- —Maximum timeout of 1200 seconds suggests potentially long-running analysis
Citations
- —x402 challenge returns 402 with USDC payment on Base network, maxAmountRequired 500000, maxTimeoutSeconds 1200https://api.questflow.ai/x402/swarm/qrn:swarm:68c770291dad762112b4735a
- —Payment asset is USDC at address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://api.questflow.ai/x402/swarm/qrn:swarm:68c770291dad762112b4735a
- —Questflow aggregates Polymarket, Pump.fun, OKX, Opinion Labs and other onchain marketshttps://api.questflow.ai
- —Endpoint accepts POST with bodyField 'input' (string) and returns 'response' (string)https://api.questflow.ai/x402/swarm/qrn:swarm:68c770291dad762112b4735a