Multi-agent system scanning new token launches on Solana, Base, and Ethereum for smart money signals and trading insights.
What it does
This Questflow x402 endpoint exposes a coordinated multi-agent swarm that monitors newly launched tokens across Solana, Base, and Ethereum. It detects smart money entries, liquidity spikes, and early altseason momentum, then generates actionable trading insights. The endpoint accepts a natural-language prompt via a POST request with a JSON body containing an `input` string field, and returns a string `response` from the agent system.
Payment is handled via the x402 protocol on the Base network using USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maximum amount required per call is 500,000 units (0.50 USDC assuming 6-decimal USDC), with a maximum timeout of 1,200 seconds (20 minutes), reflecting the potentially long-running nature of multi-agent coordination and on-chain data scanning.
Questflow is a platform for building autonomous AI agents ("Clones") that aggregate data from on-chain markets including Polymarket, Pump.fun, OKX, and others. This particular swarm endpoint is one of their agent-as-a-service offerings exposed via x402 for pay-per-call access. No OpenAPI spec or detailed API documentation was found beyond the x402 challenge's outputSchema.
Capabilities
Use cases
- —Get daily actionable insights on newly launched tokens across multiple chains
- —Detect smart money wallet entries into new token launches
- —Monitor liquidity spikes and early momentum signals for altseason trading
- —Ask natural-language questions about current token launch activity on Solana, Base, or Ethereum
- —Integrate automated crypto market scanning into an agent workflow via x402 micropayments
Fit
Best for
- —Crypto traders seeking automated new-token alpha across Solana, Base, and Ethereum
- —AI agent pipelines that need pay-per-call on-chain intelligence
- —Developers building trading bots that consume multi-chain token launch signals
Not for
- —Users needing historical backtesting data or bulk data exports
- —Non-crypto use cases or general-purpose LLM chat
- —Users who cannot pay via x402 USDC on Base network
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68ea4d16101cbfe6d82a12fe \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "What are the top newly launched tokens on Solana today with smart money activity?"}'Example
Request
{
"input": "What are the top newly launched tokens on Solana today with smart money activity?"
}Response
{
"response": "Here are today's top newly launched Solana tokens showing smart money entries: ..."
}Endpoint
Quality
The x402 challenge is live and includes an outputSchema describing input/output fields, plus a clear description. However, there is no OpenAPI spec, no dedicated API documentation, no usage examples, and response format details are inferred from the minimal schema. Pricing is visible from the challenge but not documented elsewhere.
Warnings
- —No OpenAPI spec or dedicated API documentation found
- —Response format and structure are inferred from a minimal outputSchema — actual responses may vary
- —Maximum timeout of 1200 seconds suggests potentially long response times
- —This endpoint provides crypto trading signals — not financial advice; use at your own risk
- —Example response JSON is fabricated to illustrate the schema; actual output content is unknown
Citations
- —The endpoint returns a 402 challenge requiring USDC payment on Base network with maxAmountRequired of 500000 and maxTimeoutSeconds of 1200https://api.questflow.ai/x402/swarm/qrn:swarm:68ea4d16101cbfe6d82a12fe
- —The endpoint accepts POST with a JSON body containing an 'input' string field and returns a 'response' string fieldhttps://api.questflow.ai/x402/swarm/qrn:swarm:68ea4d16101cbfe6d82a12fe
- —Description states it scans and analyzes newly launched tokens across Solana, Base, and Ethereum, detecting smart money entries, liquidity spikes, and early altseason momentumhttps://api.questflow.ai/x402/swarm/qrn:swarm:68ea4d16101cbfe6d82a12fe
- —Questflow is a platform for AI Clones that aggregate markets including Polymarket, Pump.fun, OKX, and Opinion Labshttps://api.questflow.ai
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://api.questflow.ai/x402/swarm/qrn:swarm:68ea4d16101cbfe6d82a12fe