x402base-sepoliaquality 0.25

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 x402-enabled endpoint exposes a Questflow "swarm" agent that accepts a text message and returns a text response, paid per request using USDC on Base Sepolia. The endpoint follows the x402 payment protocol: callers must include an X-PAYMENT header with a valid payment proof. Each request costs up to 0.50 USDC (500000 units of the USDC contract at 0x036CbD53842c5426634e7929541eC2318f3dCF7e). The payment is sent to address 0xF1F51bdA16dB595d98E28d32993fd6144EBD77ab.

The input schema is a simple POST with a single required string field "input" (your message to the agent), and the output is a single string field "response". No further documentation, OpenAPI spec, or usage examples are provided by the operator. The endpoint is on a development/staging domain (api-dev.intra-tls2.dctx.link), suggesting it may not be production-ready.

Questflow, the platform behind this endpoint, describes itself as an AI agent economy where users create autonomous "Clones" that scan and trade across onchain markets (Polymarket, Pump.fun, OKX, etc.). However, the specific capabilities of this particular swarm agent are not documented beyond the generic "Personal use" label. Callers should treat this as an experimental, general-purpose conversational agent endpoint with no guaranteed SLA or detailed capability description.

Capabilities

x402-paymenttext-in-text-outbase-sepolia-usdcpay-per-requestswarm-agentconversational-agent

Use cases

  • Sending a text prompt to a Questflow swarm agent and receiving a text response
  • Testing x402 micropayment flows on Base Sepolia testnet
  • Integrating a pay-per-message AI agent into an autonomous agent pipeline

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Testing micropayment-gated AI agent interactions on testnet
  • Exploring Questflow's swarm agent capabilities

Not for

  • Production workloads requiring SLA guarantees or detailed documentation
  • Users needing mainnet payments (this uses Base Sepolia testnet)
  • Anyone requiring a well-documented, schema-rich API

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68fa0ad0c87f09b65914cfe8 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <your-x402-payment-header>" \
  -d '{"input": "What markets are trending today?"}'

Example

Request

{
  "input": "What markets are trending today?"
}

Response

{
  "response": "Based on current data, the top trending markets include..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0xF1F51bdA16dB595d98E28d32993fd6144EBD77ab
CurrencyUSDC

Quality

0.25/ 1.00

No OpenAPI spec, no docs endpoint, no usage examples, and the endpoint is on a dev/staging domain. The only schema information comes from the x402 challenge's outputSchema. The agent's actual capabilities are unknown beyond a generic 'Personal use' label. The example response is entirely inferred.

Warnings

  • Endpoint is on a development domain (api-dev.intra-tls2.dctx.link) — may be unstable or ephemeral
  • Uses Base Sepolia testnet USDC, not mainnet — real monetary value is not involved
  • No documentation, OpenAPI spec, or /docs endpoint available
  • Agent capabilities are completely undocumented beyond 'Personal use' label
  • The example response is fabricated for illustration; actual agent behavior is unknown

Citations

Provenance

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

Agent access