Pay-per-call AI agent swarm automated by @aixbt_labs on Questflow, via x402 micropayments.
What it does
This endpoint exposes an AI agent swarm labeled "Automated by @aixbt_labs" on the Questflow platform. It is accessible via the x402 payment protocol: callers send a POST request with a JSON body containing an `input` string (your message to the agent) and receive a `response` string back. Payment is required per call using USDC on the Base network, with a maximum amount of 0.50 USDC (500000 in 6-decimal units) per request.
Questflow is a platform for building autonomous AI "clones" that scan onchain markets (Polymarket, Pump.fun, OKX, Opinion Labs, etc.), execute trades, and generate signals. The @aixbt_labs swarm likely provides crypto-market-oriented intelligence or analysis, though the exact capabilities of this specific swarm are not documented beyond the generic description. The endpoint supports a maximum timeout of 1200 seconds (20 minutes), suggesting it may perform non-trivial computation or multi-step agent orchestration before returning a response.
No OpenAPI spec, detailed documentation, or example responses are available. The endpoint is confirmed live (returns a proper 402 challenge). Callers should be aware that the output quality and scope of the agent swarm are not formally specified.
Capabilities
Use cases
- —Querying an AI agent swarm for crypto market analysis or signals
- —Integrating autonomous agent intelligence into trading workflows via micropayments
- —Programmatic access to @aixbt_labs-style market commentary
Fit
Best for
- —Developers building crypto-focused AI agent pipelines
- —x402-native applications needing pay-per-call agent intelligence
- —Users wanting on-demand crypto market insights without subscriptions
Not for
- —Users needing well-documented, schema-validated API responses
- —Non-crypto or general-purpose LLM chat use cases
- —Latency-sensitive applications (up to 1200s timeout)
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68a3e9b26913f9f1c469f6b7 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"input": "What is the current sentiment on ETH?"}'Example
Request
{
"input": "What is the current sentiment on ETH?"
}Response
{
"response": "Current ETH sentiment is moderately bullish based on whale accumulation patterns and positive funding rates across major exchanges."
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with a basic input/output schema, but there is no OpenAPI spec, no documentation, no example responses, and no details about what the @aixbt_labs swarm actually does. The example response is entirely inferred. Pricing is only partially clear (max amount, not exact cost).
Warnings
- —No API documentation or OpenAPI spec available
- —Agent swarm capabilities are undocumented — output quality and scope are unknown
- —Example response is fabricated/inferred, not sourced from actual endpoint output
- —Maximum timeout of 1200 seconds indicates potentially very long response times
- —Crypto/financial domain — outputs should not be treated as financial advice
Citations
- —Endpoint returns x402 challenge with USDC on Base network, maxAmountRequired 500000, maxTimeoutSeconds 1200https://api.questflow.ai/x402/swarm/qrn:swarm:68a3e9b26913f9f1c469f6b7
- —Questflow aggregates Polymarket, Pump.fun, Opinion Labs, OKX and other onchain marketshttps://api.questflow.ai
- —Description states 'Automated by @aixbt_labs. Agent swarm assembling by Questflow'https://api.questflow.ai/x402/swarm/qrn:swarm:68a3e9b26913f9f1c469f6b7