Multi-agent swarm that tracks crypto markets via Twitter and DEX data, returning daily summaries.
What it does
Questflow Swarm V1 is an x402-payable multi-agent system that monitors the cryptocurrency market in real time. It gathers signals from Twitter (crypto sentiment, influencer posts) and tracks token movements on decentralized exchanges (DEXs), then distills the information into a concise, readable market recap. The endpoint accepts a text prompt and returns a string response from the agent swarm.
The endpoint is live on the x402 protocol, accepting POST requests with a JSON body containing an `input` string field. Payment is required via the X-PAYMENT header using USDC on the Base network, with a maximum cost of 0.50 USDC per request (500000 in 6-decimal USDC units). The maximum timeout is 1200 seconds (20 minutes), reflecting the multi-agent orchestration that may involve gathering and synthesizing data from multiple sources before responding.
Questflow is a broader platform focused on AI "clones" that aggregate prediction markets and onchain data. This particular swarm endpoint is a standalone, pay-per-call service aimed at traders, early adopters, and community members who want fast crypto market intelligence without running their own data pipelines.
Capabilities
Use cases
- —Get a daily crypto market recap summarizing Twitter sentiment and DEX activity
- —Ask the swarm about specific token movements or trending narratives
- —Integrate automated crypto briefings into a trading bot or dashboard
- —Feed crypto market context into downstream LLM agents for decision-making
Fit
Best for
- —Crypto traders wanting automated daily market summaries
- —Agent pipelines that need fresh crypto market context as input
- —Community managers who publish regular crypto market updates
Not for
- —Non-crypto market data or traditional finance analysis
- —Real-time trade execution or order placement
- —Users who need free or very low-latency responses (20-min max timeout)
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68b9a4b04b4f3f371ab33f9a \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"input": "Give me today's crypto market recap"}'Example
Request
{
"input": "Give me today's crypto market recap focusing on top DEX movers and Twitter sentiment"
}Response
{
"response": "Today's Crypto Market Recap (June 2025):\n\n🔥 Top DEX Movers: $PEPE surged 18% on Uniswap V3 with $12M in volume. $WIF saw heavy selling pressure, down 9%.\n\n🐦 Twitter Sentiment: Bullish narratives around ETH ETF inflows dominated. Multiple whale alerts flagged large SOL accumulations.\n\nKey Takeaway: Risk-on sentiment returning as BTC holds above $100K support."
}Endpoint
Quality
The x402 challenge is live and provides a clear outputSchema with input/output fields, pricing (0.50 USDC on Base), and a description. However, there is no OpenAPI spec, no dedicated documentation, no usage examples, and no detailed information about the swarm's internal agents or data sources beyond the brief description. Several fields are inferred from the challenge metadata and existing description.
Warnings
- —No OpenAPI spec or dedicated API documentation available
- —No /docs, /api, or /pricing pages found on the API host
- —Example response is illustrative — actual output format is unverified
- —Maximum timeout of 1200 seconds suggests potentially long response times
- —The swarm description and capabilities are based solely on the x402 challenge metadata
Citations
- —Endpoint is live and returns a 402 challenge requiring X-PAYMENT header with USDC on Base networkhttps://api.questflow.ai/x402/swarm/qrn:swarm:68b9a4b04b4f3f371ab33f9a
- —Maximum amount required is 500000 (0.50 USDC), max timeout 1200 seconds, asset is USDC at 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://api.questflow.ai/x402/swarm/qrn:swarm:68b9a4b04b4f3f371ab33f9a
- —Gathers insights from Twitter, monitors token movements on DEXs, processes data into market recaphttps://api.questflow.ai/x402/swarm/qrn:swarm:68b9a4b04b4f3f371ab33f9a
- —Questflow is a platform for AI clones that aggregate Polymarket, Pump.fun, OKX, Opinion Labs and onchain marketshttps://api.questflow.ai