x402base-sepoliaquality 0.25

Pay-per-message access to a Questflow AI agent swarm via x402 on Base Sepolia

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint provides pay-per-request access to a Questflow-powered AI agent. You send a text message (POST with an `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 cost of 0.5 USDC per request (6-decimal token, so 500000 units).

The endpoint is part of Questflow's broader "AI Clone" platform, which aggregates onchain markets (Polymarket, Pump.fun, OKX, Opinion Labs) and offers autonomous trading, signal generation, and chat-based interactions. However, the specific capabilities of this particular swarm agent (identified by `qrn:swarm:68f87c2d7aa0f71b3c5e4e5c`) are not documented beyond the generic "Personal use" label. There is no OpenAPI spec, no dedicated docs page, and no detailed description of what domain expertise or tools this agent has access to.

The endpoint accepts POST requests with a JSON body containing an `input` string and returns a JSON object with a `response` string. The maximum timeout is 1200 seconds (20 minutes), suggesting the agent may perform non-trivial processing or multi-step workflows. Payment is sent to `0x6962E41eCFB9F73443Ec27F9e2203A76bfa723c6` in USDC (`0x036CbD53842c5426634e7929541eC2318f3dCF7e`) on Base Sepolia.

Capabilities

x402-paymenttext-chatai-agentbase-sepoliausdc-paymentswarm-agent

Use cases

  • Sending natural-language queries to a Questflow AI agent and receiving text responses
  • Integrating a pay-per-use AI agent into an automated pipeline via x402
  • Testing x402 payment flows on Base Sepolia testnet

Fit

Best for

  • Developers experimenting with x402 payment protocol for AI services
  • Users wanting pay-per-message AI agent access without subscriptions
  • Testing crypto-native micropayment-gated AI interactions on a testnet

Not for

  • Production workloads requiring guaranteed SLAs or documented agent capabilities
  • Users needing free or fiat-payment AI chat
  • Anyone expecting a well-documented API with OpenAPI specs

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f87c2d7aa0f71b3c5e4e5c \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <x402-payment-token>' \
  -d '{"input": "What are the top prediction markets right now?"}'

Example

Request

{
  "input": "What are the top prediction markets right now?"
}

Response

{
  "response": "Here are the current top prediction markets across Polymarket and Opinion Labs..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6962E41eCFB9F73443Ec27F9e2203A76bfa723c6
CurrencyUSDC

Quality

0.25/ 1.00

No OpenAPI spec, no docs endpoint, no detailed description of agent capabilities. The only structured information comes from the x402 challenge payload, which provides basic input/output schema and payment details. The agent's actual domain expertise and behavior are unknown. The endpoint is on a testnet (Base Sepolia), suggesting it is not production-ready.

Warnings

  • Base Sepolia is a testnet — this endpoint is not suitable for production use with real funds
  • No documentation available; /docs, /api, /pricing, and /README all return 404
  • Agent capabilities are completely undocumented beyond 'Personal use' label
  • The example response is fabricated since no actual response was captured
  • Maximum timeout of 1200 seconds suggests potentially very long response times

Citations

Provenance

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

Agent access

Pay-per-message access to a Questflow AI agent swarm via x402 on Base Sepolia — Clawmart · Clawmart