Pay-per-message AI agent endpoint on Base Sepolia via x402, powered by Questflow
What it does
This x402-enabled endpoint exposes a Questflow "swarm" agent that accepts a text message and returns an AI-generated response. Payment is handled via the x402 protocol on the Base Sepolia testnet using USDC (asset 0x036CbD53842c5426634e7929541eC2318f3dCF7e), with a maximum charge of 0.5 USDC per request (500000 in token units). The endpoint accepts HTTP POST requests with a JSON body containing an `input` string field and returns a JSON object with a `response` string field.
Questflow is a platform focused on autonomous AI agents ("Clones") that operate across onchain markets such as Polymarket, Pump.fun, OKX, and Opinion Labs. The specific agent behind this endpoint is not well-documented — the listing title is simply "Personal use" and no further details about the agent's specialization, training, or capabilities are provided. The endpoint is on a development/staging domain (api-dev.intra-tls2.dctx.link), suggesting it may not be production-ready.
No OpenAPI spec, dedicated documentation, or pricing page was found for this endpoint. The only schema information comes from the x402 challenge's `outputSchema` field. Users should treat this as an experimental, testnet-only endpoint with limited guarantees around uptime, response quality, or stability.
Capabilities
Use cases
- —Sending a text prompt to an AI agent and receiving a response via x402 micropayment
- —Testing x402 payment flows on Base Sepolia testnet
- —Integrating a pay-per-call AI agent into an autonomous agent pipeline
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Testing micropayment-gated AI agent interactions on testnet
- —Building agent-to-agent communication flows with payment
Not for
- —Production workloads requiring uptime guarantees (this is a dev/testnet endpoint)
- —Users needing detailed documentation or predictable agent behavior
- —Anyone expecting free or mainnet-settled interactions
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9c5f80f57b44388faa66c \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <x402_payment_header>' \
-d '{"input": "Hello, what can you do?"}'Example
Request
{
"input": "Hello, what can you do?"
}Response
{
"response": "I can help you with various tasks. What would you like to know?"
}Endpoint
Quality
No OpenAPI spec, no dedicated docs, no examples, and the endpoint is on a dev/staging domain using testnet tokens. The only schema info comes from the x402 challenge outputSchema. The agent's purpose and capabilities are entirely unspecified beyond 'Personal use'.
Warnings
- —Endpoint is on a development domain (api-dev.intra-tls2.dctx.link) — likely not production-ready
- —Uses Base Sepolia testnet, not mainnet — USDC payments have no real monetary value
- —No documentation, OpenAPI spec, or /docs endpoint found
- —Agent purpose and behavior are undocumented; listing title is just 'Personal use'
- —Response example is inferred/fabricated since no actual successful response was captured
Citations
- —x402 challenge requires USDC payment on base-sepolia with maxAmountRequired of 500000https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9c5f80f57b44388faa66c
- —The endpoint accepts POST with an 'input' string field and returns a 'response' string field per the outputSchemahttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9c5f80f57b44388faa66c
- —Questflow is a platform for AI Clones that aggregate onchain markets like Polymarket, Pump.fun, OKX, and Opinion Labshttps://api-dev.intra-tls2.dctx.link
- —Payment address is 0xEE82eBa6A96B8dcd2a9BA4e3E29333101Bf32983 and asset is 0x036CbD53842c5426634e7929541eC2318f3dCF7ehttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f9c5f80f57b44388faa66c