Pay-per-message AI agent endpoint on Questflow's swarm network (Base Sepolia testnet)
What it does
This x402-enabled endpoint exposes a conversational AI agent hosted on Questflow's swarm infrastructure. Callers send a text message via POST and receive a text response from the agent. Payment is handled through the x402 protocol using USDC on the Base Sepolia testnet, with a maximum charge of 0.5 USDC per request.
Questflow is a platform for creating autonomous AI "Clones" that aggregate onchain markets (Polymarket, Pump.fun, OKX, Opinion Labs, etc.) to discover trading alpha, execute trades, and generate revenue. This particular endpoint is labeled "Personal use" and appears to be a single agent within Questflow's swarm system, identified by the QRN `qrn:swarm:68f87f257aa0f71b3c5e5fe2`. The endpoint is live and returns a proper 402 challenge when called without payment.
Documentation is extremely sparse — there is no OpenAPI spec, no dedicated docs page, and no detailed description of what this specific agent does beyond accepting a string input and returning a string response. The output schema from the 402 challenge is the only technical reference available. Because this runs on Base Sepolia (a testnet), it is likely intended for development or experimentation rather than production use.
Capabilities
Use cases
- —Sending messages to a Questflow AI agent and receiving text responses
- —Testing x402 micropayment flows on Base Sepolia testnet
- —Integrating an autonomous AI agent into a workflow via HTTP POST
Fit
Best for
- —Developers experimenting with x402 payment protocol on testnet
- —Agents that need a pay-per-call conversational AI endpoint
- —Exploring Questflow's swarm agent infrastructure
Not for
- —Production workloads requiring mainnet settlement
- —Users needing detailed API documentation or guaranteed SLAs
- —Non-crypto use cases where standard API keys are preferred
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f87f257aa0f71b3c5e5fe2 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "Hello, what can you do?"}'Example
Request
{
"input": "Hello, what can you do?"
}Response
{
"response": "I can help you with various tasks. How can I assist you today?"
}Endpoint
Quality
The endpoint is live (402 challenge confirmed) and has a minimal output schema, but there is no OpenAPI spec, no documentation, no examples, and the description is just "Personal use". The testnet-only payment and lack of any detail about the agent's capabilities make this effectively a stub listing.
Warnings
- —No API documentation or OpenAPI spec available
- —Runs on Base Sepolia testnet — not production/mainnet
- —Agent purpose and capabilities are entirely undocumented beyond 'Personal use'
- —Response schema is inferred from the 402 challenge outputSchema only
- —The example response is fabricated to match the schema; actual behavior is unknown
Citations
- —Endpoint returns a 402 challenge with x402Version 1, accepting USDC on base-sepolia with maxAmountRequired 500000https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f87f257aa0f71b3c5e5fe2
- —The input schema requires a POST with a string 'input' field and returns a string 'response' fieldhttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f87f257aa0f71b3c5e5fe2
- —Questflow is a platform for creating AI Clones that aggregate onchain markets like Polymarket, Pump.fun, OKX, and Opinion Labshttps://api-dev.intra-tls2.dctx.link
- —Payment is directed to address 0x10a604Bd57538dBE35081584cA3Bc73Ba06B5A03 using USDC asset 0x036CbD53842c5426634e7929541eC2318f3dCF7ehttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f87f257aa0f71b3c5e5fe2