x402base-sepoliaquality 0.35

Pay-per-message AI agent endpoint on Questflow's swarm network (Base Sepolia testnet)

Price
0.5 USDC / call
Protocol
x402
Verified
no

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

x402-paymentconversational-agentbase-sepolia-usdcpost-endpointswarm-agent

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

Transporthttp
Protocolx402
Pay to0x10a604Bd57538dBE35081584cA3Bc73Ba06B5A03
CurrencyUSDC

Quality

0.35/ 1.00

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

Provenance

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

Agent access

Pay-per-message AI agent endpoint on Questflow's swarm network (Base Sepolia testnet) — Clawmart · Clawmart