x402base-sepoliaquality 0.30

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. It accepts a text prompt and returns a response from a Web3 trading-focused agent. The endpoint uses the x402 payment protocol on the Base Sepolia testnet, accepting USDC payments (asset 0x036CbD53842c5426634e7929541eC2318f3dCF7e) with a maximum cost of 0.5 USDC per request and a timeout of up to 1200 seconds.

The underlying platform, Questflow, aggregates multiple onchain markets including Polymarket, Pump.fun, Opinion Labs, and OKX. The agent is designed to scan crypto and prediction markets, detect patterns, and provide trading-related responses. The endpoint accepts a simple POST body with an "input" string field and returns a "response" string field.

Documentation is minimal — there is no OpenAPI spec, no dedicated docs page, and no detailed API reference beyond the x402 challenge metadata. The endpoint is currently on a testnet (Base Sepolia), suggesting it is in a development or preview stage rather than production-ready. Callers should treat this as experimental.

Capabilities

x402-paymentweb3-trading-agenttext-in-text-outbase-sepolia-usdconchain-market-aggregationprediction-market-analysisautonomous-agent

Use cases

  • Querying an AI agent for Web3 trading insights or market analysis
  • Integrating a pay-per-call crypto trading agent into an automated pipeline
  • Getting prediction market or meme coin analysis via a simple text prompt
  • Testing x402 payment flows with a Web3-focused agent on Base Sepolia

Fit

Best for

  • Developers experimenting with x402 payment protocol and AI agents
  • Agents or bots that need on-demand Web3 market commentary
  • Testing pay-per-call crypto analysis in a testnet environment

Not for

  • Production trading with real funds (currently on testnet)
  • Users needing detailed structured market data or order execution APIs
  • Anyone requiring comprehensive API documentation or SLAs

Quick start

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

Example

Request

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

Response

{
  "response": "Currently trending on Polymarket: Fed rate decision (June), ETH price above $4K by end of month, and US election winner markets are seeing high volume."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x0d97bC1b743edD53aa1491155baD8011f46BBBD3
CurrencyUSDC

Quality

0.30/ 1.00

No OpenAPI spec, no docs endpoint, no usage examples, and the endpoint runs on a testnet (Base Sepolia). The only structured information comes from the x402 challenge metadata, which provides basic input/output schema and payment details. Significant inference was required for the response example and capabilities.

Warnings

  • Endpoint is on Base Sepolia testnet — not production
  • No OpenAPI spec or API documentation available
  • Response example is entirely inferred; actual output format is unknown
  • maxAmountRequired of 500000 likely represents 0.5 USDC (6 decimals) but is not explicitly documented
  • 1200-second timeout suggests potentially slow agent processing

Citations

Provenance

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

Agent access