x402-payable Questflow AI agent endpoint on Base Sepolia, accepting USDC for chat-style interactions.
What it does
This is an x402-enabled endpoint hosted on Questflow's development API server. It exposes a single AI agent (identified by `qrn:swarm:68f6f19ab496db62cf748761`) that accepts a text input via HTTP POST and returns a text response, gated behind an x402 micropayment in USDC on the Base Sepolia testnet. The maximum payment required is 0.5 USDC (500000 in token units), and the endpoint allows up to 1200 seconds for processing.
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 appears to be a development/testnet instance of one such agent, labeled "new creation." The agent's specific capabilities, persona, or domain expertise are not documented beyond the generic description.
Because this is a dev-environment endpoint on a testnet, there is no production SLA, no OpenAPI schema, and no detailed documentation available. The `/docs`, `/api`, `/pricing`, and `/README` paths all return 404. The only structured metadata comes from the x402 challenge response, which defines the input/output schema (a single string in, a single string out) and payment terms. Users should treat this as an experimental or staging endpoint.
Capabilities
Use cases
- —Sending paid queries to a Questflow AI agent via x402 protocol
- —Testing x402 micropayment flows on Base Sepolia testnet
- —Integrating autonomous AI agent responses into agent-to-agent workflows
Fit
Best for
- —Developers experimenting with x402 payment-gated AI endpoints
- —Testing micropayment-for-inference patterns on testnets
- —Agent-to-agent communication via HTTP with crypto payments
Not for
- —Production workloads requiring SLAs or uptime guarantees
- —Users needing detailed documentation or OpenAPI specs
- —Mainnet transactions (this uses Base Sepolia testnet)
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f6f19ab496db62cf748761 \
-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
No OpenAPI spec, no documentation pages (all 404), no examples, and the endpoint is on a dev/testnet environment. The only structured information comes from the x402 challenge payload. The agent's actual behavior and capabilities are entirely unknown.
Warnings
- —Development/testnet endpoint (Base Sepolia) — not suitable for production use
- —No documentation available; /docs, /api, /pricing, /README all return 404
- —Agent purpose and capabilities are undocumented beyond 'new creation'
- —No OpenAPI schema provided
- —Response schema is inferred from x402 outputSchema — actual responses may differ
Citations
- —The endpoint requires x402 payment in USDC on Base Sepolia with maxAmountRequired of 500000https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f6f19ab496db62cf748761
- —Payment address is 0x2f21C05311A0Cd55E1c36fF928EcFb87a0c93c8c with USDC asset 0x036CbD53842c5426634e7929541eC2318f3dCF7ehttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f6f19ab496db62cf748761
- —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
- —The endpoint description from x402 challenge is 'new creation | Powered by Questflow'https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f6f19ab496db62cf748761