Pay-per-call AI agent endpoint on Questflow's swarm network via x402 micropayments
What it does
This is an x402-enabled endpoint hosted on Questflow's development API (api-dev.intra-tls2.dctx.link) that exposes a swarm agent for personal use. The endpoint accepts a POST request with a text message and returns a string response from the agent. Payment is handled via the x402 protocol using USDC on the Base Sepolia testnet, with a maximum charge of 0.50 USDC per request (500000 in token units) and a timeout of up to 1200 seconds.
Questflow is a platform focused on AI "Clones" that aggregate onchain markets (Polymarket, Pump.fun, OKX, Opinion Labs) for autonomous trading, alpha discovery, and revenue generation. This particular endpoint appears to be a general-purpose conversational agent within Questflow's swarm infrastructure, though the exact capabilities and specialization of the agent behind this endpoint are not documented beyond the generic label "Personal use."
Notably, this is a development/testnet endpoint (Base Sepolia, api-dev subdomain), so it should not be treated as production-grade. There is no OpenAPI spec, no dedicated documentation page, and no detailed description of what the agent actually does beyond accepting a message and returning a response. The output schema is minimal: input is a string message, output is a string response.
Capabilities
Use cases
- —Sending a text query to a Questflow swarm agent and receiving a response
- —Testing x402 micropayment flows on Base Sepolia testnet
- —Integrating a pay-per-call conversational agent into an automated pipeline
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Testing micropayment-gated AI agent interactions on testnet
- —Exploring Questflow's swarm agent infrastructure
Not for
- —Production workloads requiring reliability guarantees (this is a dev/testnet endpoint)
- —Users needing well-documented API contracts or OpenAPI specs
- —Free or unauthenticated conversational AI access
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9cb150f57b44388faafa1 \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <x402_payment_token>' \
-d '{"input": "What markets are trending today?"}'Example
Request
{
"input": "What markets are trending today?"
}Response
{
"response": "Based on current data, the top trending markets include..."
}Endpoint
Quality
The endpoint has a valid x402 challenge with a minimal input/output schema, but there is no OpenAPI spec, no documentation, no examples, and the description is just 'Personal use'. The agent's actual capabilities are unknown. This is a testnet/dev endpoint.
Warnings
- —Development/testnet endpoint (api-dev subdomain, Base Sepolia network) — not production-ready
- —No OpenAPI spec or documentation available
- —Agent capabilities are entirely undocumented; 'Personal use' is the only description
- —The example response is fabricated to illustrate the schema; actual agent behavior is unknown
- —maxAmountRequired of 500000 USDC units (0.50 USDC) is on a testnet token, not real funds
Citations
- —Payment is via USDC on Base Sepolia with maxAmountRequired of 500000 and maxTimeoutSeconds of 1200https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9cb150f57b44388faafa1
- —Input schema accepts a string 'input' field and output returns a string 'response' fieldhttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9cb150f57b44388faafa1
- —Questflow is a platform for AI Clones that aggregate onchain markets including Polymarket, Pump.fun, OKX, and Opinion Labshttps://api-dev.intra-tls2.dctx.link
- —Description in x402 challenge is 'Personal use | Powered by Questflow'https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9cb150f57b44388faafa1