x402-payable research agent that responds to natural-language queries, paid per-call in USDC on Base Sepolia.
What it does
The Researcher endpoint is an AI agent hosted on Questflow's infrastructure, accessible via the x402 payment protocol. Callers send a POST request with a natural-language prompt in the `input` field and receive a text `response` from the agent. Payment is handled through an x402 header using USDC on the Base Sepolia testnet, with a maximum charge of 0.50 USDC per request (500000 in 6-decimal units) and a timeout of up to 1200 seconds.
Questflow positions itself as a platform for autonomous AI "Clones" that scan onchain markets (Polymarket, Pump.fun, OKX, Opinion Labs, etc.) for trading alpha. The Researcher agent likely performs research tasks related to these domains, though the exact scope and capabilities are not documented beyond the generic description "Researcher." No OpenAPI spec, detailed documentation, or usage examples are published for this endpoint.
Because this endpoint runs on Base Sepolia (a testnet), it is suitable for experimentation and integration testing rather than production workloads. The lack of formal API documentation, response examples, and capability descriptions means callers should treat this as an early-stage or developer-preview service.
Capabilities
Use cases
- —Querying an AI agent for market research or analysis via a single natural-language prompt
- —Integrating a pay-per-call research agent into an autonomous agent pipeline
- —Testing x402 payment flows with a live AI agent on Base Sepolia
Fit
Best for
- —Developers experimenting with x402 payment-gated AI endpoints
- —Agent-to-agent workflows that need an on-demand research capability
- —Prototyping paid AI query services on testnet
Not for
- —Production workloads requiring guaranteed SLAs or mainnet settlement
- —Use cases needing structured, schema-validated research output
- —Users who need detailed documentation or transparent model provenance
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68db86fb82f61ca4a16835b5 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"input": "What are the top prediction markets by volume today?"}'Example
Request
{
"input": "What are the top prediction markets by volume today?"
}Response
{
"response": "The top prediction markets by volume today include..."
}Endpoint
Quality
No OpenAPI spec, no dedicated documentation, no real response examples, and the endpoint runs on a testnet. The only schema information comes from the x402 challenge's outputSchema. The agent's actual research capabilities are entirely undocumented.
Warnings
- —Runs on Base Sepolia testnet — not suitable for production use
- —No formal API documentation or OpenAPI spec available
- —Agent capabilities and research scope are undocumented; 'Researcher' is the only description
- —Response examples are inferred, not sourced from actual calls
- —Maximum timeout of 1200 seconds suggests potentially long-running requests
Citations
- —Payment uses USDC on Base Sepolia with maxAmountRequired of 500000 and maxTimeoutSeconds of 1200https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68db86fb82f61ca4a16835b5
- —The endpoint accepts a POST with an 'input' string field and returns a 'response' string fieldhttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68db86fb82f61ca4a16835b5
- —Questflow aggregates Polymarket, Pump.fun, Opinion Labs, OKX and other onchain marketshttps://api-dev.intra-tls2.dctx.link
- —Description from x402 challenge: 'Researcher | Powered by Questflow'https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68db86fb82f61ca4a16835b5