Pay-per-call AI agent swarm for BWE news via Questflow on Base network
What it does
BWEnews is an x402-enabled agent swarm endpoint hosted by Questflow. It accepts a text message via HTTP POST and returns a response from an AI agent swarm identified as "BWEnews." Payment is handled through the x402 protocol on the Base network using USDC (asset 0x8335…2913), with a maximum cost of 500,000 units (likely 0.50 USDC given 6-decimal USDC) per request.
Questflow is a platform that builds autonomous AI agents ("Clones") focused on onchain market intelligence — scanning prediction markets, meme coins, and crypto exchanges. The BWEnews swarm appears to be one such agent assembly, though the exact scope of its news coverage or intelligence capabilities is not documented beyond the name. The endpoint schema is minimal: send a JSON body with an "input" string field and receive a JSON response with a "response" string field.
Documentation is sparse. No OpenAPI spec, dedicated docs page, or detailed description of the BWEnews swarm's behavior was found. The endpoint is live and returns a valid x402 challenge with a 1200-second timeout. Callers should be prepared for potentially long-running requests given that timeout window.
Capabilities
Use cases
- —Querying an AI agent swarm for news or intelligence related to BWE topics
- —Integrating pay-per-call AI agent responses into automated pipelines
- —Programmatic access to Questflow agent swarms via x402 micropayments
Fit
Best for
- —Developers building x402-native agent-to-agent workflows
- —Users wanting pay-per-query AI news intelligence without subscriptions
- —Crypto-native applications that can pay with USDC on Base
Not for
- —Users needing free or API-key-authenticated news endpoints
- —Applications requiring well-documented, schema-rich APIs with guaranteed SLAs
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68ad10eb665ba3aa4adb2164 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "What is the latest BWE news?"}'Example
Request
{
"input": "What is the latest BWE news?"
}Response
{
"response": "Here is the latest BWE news summary: ..."
}Endpoint
Quality
The endpoint is live and returns a well-formed x402 challenge with an outputSchema, but there is no documentation, no OpenAPI spec, and the swarm's actual capabilities (what 'BWEnews' covers) are undocumented. The response example is entirely inferred from the minimal schema.
Warnings
- —No documentation or OpenAPI spec found for this endpoint
- —The exact meaning of 'BWEnews' and the scope of the agent swarm are unknown
- —maxAmountRequired of 500000 units — actual USD cost depends on USDC decimal interpretation (likely $0.50)
- —maxTimeoutSeconds is 1200 (20 minutes), suggesting potentially very long response times
Citations
- —Endpoint returns a valid x402 challenge with status 402 on POSThttps://api.questflow.ai/x402/swarm/qrn:swarm:68ad10eb665ba3aa4adb2164
- —Payment is on Base network using USDC asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://api.questflow.ai/x402/swarm/qrn:swarm:68ad10eb665ba3aa4adb2164
- —Questflow builds autonomous AI agents focused on onchain market intelligencehttps://api.questflow.ai