x402base-sepoliaquality 0.35

Pay-per-message AI agent endpoint on Questflow's swarm network via x402 micropayments

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

This is an x402-enabled endpoint hosted on Questflow's development API that exposes a conversational AI agent (swarm agent). Callers send a POST request with a text message in the `input` field and receive a text `response` from the agent. Payment is handled via the x402 protocol using USDC on the Base Sepolia testnet, with a maximum charge of 500,000 units (likely 0.50 USDC given 6-decimal USDC) per request.

Questflow is a platform for creating autonomous AI "Clones" that aggregate onchain markets (Polymarket, Pump.fun, OKX, Opinion Labs) to discover alpha, execute trades, and generate revenue. This particular endpoint is labeled "Personal use" and appears to be a single agent within Questflow's swarm infrastructure. The endpoint is live and returns a proper 402 challenge when called without payment headers.

Documentation is extremely sparse — there is no OpenAPI spec, no dedicated docs page, and the endpoint's specific capabilities beyond accepting a text input and returning a text response are unknown. The agent's domain expertise, context window, and behavioral characteristics are not documented. The endpoint runs on a development subdomain (`api-dev`), suggesting it may not be production-stable. Payment is on Base Sepolia (a testnet), which means this is likely a test/dev deployment rather than a production service.

Capabilities

x402-paymentconversational-agentbase-sepolia-usdcswarm-agentpay-per-message

Use cases

  • Sending ad-hoc queries to a Questflow AI agent and paying per message
  • Testing x402 micropayment flows against a live conversational agent
  • Integrating an autonomous AI agent into a workflow via HTTP POST

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • Testing pay-per-message AI agent interactions on Base Sepolia testnet
  • Exploring Questflow's swarm agent infrastructure

Not for

  • Production workloads requiring guaranteed uptime (this is a dev endpoint on testnet)
  • Users needing detailed API documentation or SLA guarantees
  • Free or bulk conversational AI access

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68eccf50b80b349148efa240 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <your-x402-payment-header>" \
  -d '{"input": "Hello, what can you do?"}'

Example

Request

{
  "input": "What markets are you currently tracking?"
}

Response

{
  "response": "I am currently scanning prediction markets and crypto markets for opportunities."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1968333E47d868f5E94B0d61859eAc24775924DE
CurrencyUSDC

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and has a basic outputSchema describing input/output fields. However, there is no OpenAPI spec, no dedicated documentation, no usage examples, and the endpoint is on a development subdomain using testnet tokens. The listing title 'Personal use' provides almost no information about the agent's actual capabilities.

Warnings

  • Development endpoint (api-dev subdomain) — may be unstable or removed without notice
  • Payment uses Base Sepolia testnet USDC, not mainnet — this is likely a test deployment
  • No API documentation, OpenAPI spec, or usage examples available
  • Agent capabilities and domain expertise are completely undocumented
  • The 'Personal use' label provides no meaningful description of what the agent does

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:08:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access