x402base-sepoliaquality 0.25

Pay-per-call Web3 trading agent via x402 on Base Sepolia, powered by Questflow

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

Web3 Trader is an x402-payable AI agent endpoint hosted by Questflow that accepts a text prompt and returns a response from a Web3-focused trading agent. The endpoint uses the x402 payment protocol on the Base Sepolia testnet, accepting USDC payments (up to 0.5 USDC per call) before processing the request. You send a POST with an `input` string (your message to the agent) and receive a `response` string back.

The agent is part of Questflow's broader "AI Clone" platform, which aggregates onchain markets such as Polymarket, Pump.fun, OKX, and Opinion Labs. The platform's marketing claims capabilities around alpha discovery, trade execution, sentiment analysis, and whale-move detection across multiple chains and prediction markets. However, the specific capabilities exposed through this single endpoint are unclear — the schema only defines a free-text input/output interface with no structured trading parameters.

No OpenAPI spec, detailed API documentation, or usage examples are available. The endpoint is on a development subdomain (`api-dev`) using a testnet (Base Sepolia), suggesting this is not a production-grade service. The timeout is set to 1200 seconds (20 minutes), indicating potentially long-running agent operations.

Capabilities

x402-paymentweb3-trading-agenttext-in-text-outbase-sepolia-testnetusdc-paymentai-agent-chatonchain-market-analysis

Use cases

  • Asking an AI agent for Web3 market analysis or trading insights
  • Querying onchain market conditions across aggregated platforms
  • Getting AI-generated signals on prediction markets or token launches
  • Programmatic agent-to-agent interaction for crypto trading workflows

Fit

Best for

  • Developers experimenting with x402 payment protocol on testnet
  • Agents needing a pay-per-call Web3 market analysis interface
  • Exploring Questflow's AI Clone agent capabilities programmatically

Not for

  • Production trading with real funds (this uses Base Sepolia testnet)
  • Users needing structured trade execution APIs with defined parameters
  • Anyone requiring detailed API documentation or guaranteed SLAs

Quick start

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

Example

Request

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

Response

{
  "response": "Here are the current top trending markets on Polymarket..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x545e714A32394755c88a831a3C5f8e4130eed9bB
CurrencyUSDC

Quality

0.25/ 1.00

No OpenAPI spec, no documentation pages (all return 404), no usage examples, and the endpoint is on a dev subdomain using a testnet. The only concrete information comes from the x402 challenge payload, which provides a minimal input/output schema. The response example is entirely inferred.

Warnings

  • Endpoint is on a development subdomain (api-dev) and uses Base Sepolia testnet — not production
  • No API documentation available; /docs, /api, /pricing, /README all return 404
  • Output schema is minimal (string in, string out) with no structured trading parameters
  • maxTimeoutSeconds is 1200 (20 minutes), suggesting potentially very slow responses
  • The example response is entirely inferred — no actual response sample was available
  • Agent behavior and actual trading capabilities are unknown beyond marketing claims

Citations

Provenance

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

Agent access