x402base-sepoliaquality 0.45

AI-powered Web3 trading agent accessible via x402 micropayment on Base Sepolia

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

Web3 Trader is an x402-enabled AI agent endpoint hosted by Questflow. It accepts a text message via POST and returns a response from an autonomous Web3 trading agent. The endpoint is gated by an x402 payment challenge requiring USDC on the Base Sepolia testnet, with a maximum cost of 0.5 USDC per request (500000 in token units) 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 markets, detect patterns and sentiment shifts, and provide trading-related insights. Based on the output schema, the endpoint accepts a single string field ("input") as your message to the agent and returns a single string field ("response") with the agent's reply.

Documentation is minimal — there is no OpenAPI spec, no dedicated docs page, and no detailed API reference beyond the x402 challenge payload and the Questflow landing page. The endpoint is live and responds with a proper 402 challenge. Note that this operates on Base Sepolia (a testnet), so it is likely a development or preview deployment rather than a production service.

Capabilities

x402-payment-gatedweb3-trading-agenttext-in-text-outbase-sepolia-usdcautonomous-market-scanningonchain-market-aggregation

Use cases

  • Querying an AI agent for Web3 market insights and trading signals
  • Getting autonomous analysis across Polymarket, Pump.fun, OKX, and other onchain markets
  • Integrating a pay-per-query crypto trading assistant into an agent workflow
  • Prototyping x402 payment flows with a live AI agent on Base Sepolia

Fit

Best for

  • Developers experimenting with x402 payment-gated AI agents
  • Agent-to-agent workflows needing onchain market intelligence
  • Prototyping micropayment-based crypto advisory services

Not for

  • Production trading with real funds (this is on Base Sepolia testnet)
  • Users needing detailed API documentation or guaranteed SLAs
  • Non-crypto use cases with no need for Web3 market data

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f0cb4d9c162996ee7192c9 \
  -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: 'Will the Fed cut rates in July?' at 62% yes. On Pump.fun, $CLONE token is seeing high volume..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x08798BE66cb940e5D763A56eE4B79C31F190C682
CurrencyUSDC

Quality

0.45/ 1.00

The endpoint is live with a valid 402 challenge and includes an outputSchema describing input/output fields. However, there is no OpenAPI spec, no dedicated documentation, no usage examples, and the endpoint runs on a testnet (Base Sepolia). The response example is inferred since no actual response was captured.

Warnings

  • Runs on Base Sepolia testnet — not a mainnet production endpoint
  • No OpenAPI spec or dedicated API documentation available
  • Response example is inferred from the outputSchema, not from an actual API call
  • The 1200-second max timeout suggests potentially long-running agent processing

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:07:53Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access