x402base-sepoliaquality 0.25

Pay-per-message AI agent 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 an AI-generated response. Payment is handled via the x402 protocol on the Base Sepolia testnet using USDC (contract 0x036CbD53842c5426634e7929541eC2318f3dCF7e). The maximum payment required per request is 500,000 units (likely 0.50 USDC given 6-decimal USDC), with a maximum timeout of 1,200 seconds.

The endpoint accepts HTTP POST requests with a JSON body containing a single required field, `input` (string), and returns a JSON response with a `response` field (string). No OpenAPI spec or detailed API documentation is available; the schema is derived entirely from the x402 challenge's `outputSchema`. The endpoint is labeled "Personal use" with no further description from the provider.

Questflow is a platform focused on autonomous AI agents ("Clones") that aggregate onchain markets such as Polymarket, Pump.fun, OKX, and Opinion Labs. The broader platform offers trading, signal generation, and token-based economics. However, the specific capabilities of this particular swarm agent are not documented beyond accepting a text input and returning a text response. This endpoint is on a development/staging domain (`api-dev`), suggesting it may not be production-stable.

Capabilities

x402-paymentai-agent-chattext-in-text-outbase-sepolia-usdcquestflow-swarm

Use cases

  • Sending a text query to a Questflow AI agent and receiving a response via x402 micropayment
  • Programmatic agent-to-agent communication with payment settlement on Base Sepolia
  • Testing x402 payment flows with a simple chat-style AI endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol integrations
  • Agent-to-agent communication scenarios requiring pay-per-message AI
  • Prototyping micropayment-gated AI interactions on Base Sepolia testnet

Not for

  • Production workloads requiring guaranteed uptime (this is a dev endpoint)
  • Users needing detailed, documented API contracts or OpenAPI specs
  • Non-crypto users who cannot pay with USDC on Base Sepolia

Quick start

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

Example

Request

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

Response

{
  "response": "Currently trending markets include prediction markets on the upcoming Fed rate decision and several meme coin launches on Pump.fun."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x8dfc9cb7C26720B889a296928814E8cb0495C84D
CurrencyUSDC

Quality

0.25/ 1.00

No OpenAPI spec, no dedicated API documentation, no usage examples, and the endpoint is on a dev/staging domain. The only schema information comes from the x402 challenge outputSchema. The response example is entirely inferred.

Warnings

  • Endpoint is on a development domain (api-dev), not production — may be unstable or ephemeral
  • No OpenAPI spec or API documentation available; schema derived solely from x402 challenge
  • Payment is on Base Sepolia testnet, not mainnet — testnet tokens have no real value
  • The specific agent's capabilities are completely undocumented beyond 'Personal use' label
  • Response example is fabricated for illustration; actual agent behavior is unknown

Citations

Provenance

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

Agent access