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 related to Web3 trading. The endpoint uses the x402 payment protocol on the Base Sepolia testnet, accepting USDC payments (up to 0.5 USDC per call) before processing requests. You send a POST request 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, Opinion Labs, and OKX for alpha discovery and trade execution. However, the specific capabilities of this particular swarm agent endpoint are not well-documented beyond the x402 challenge metadata. There is no OpenAPI spec, no dedicated API documentation, and no detailed description of what trading-related queries the agent can handle or what data sources it draws from.

This endpoint is currently on a testnet (Base Sepolia), which suggests it is in a development or preview stage rather than production-ready. The payment asset is testnet USDC at contract `0x036CbD53842c5426634e7929541eC2318f3dCF7e`. The maximum timeout is 1200 seconds (20 minutes), indicating potentially long-running agent operations.

Capabilities

x402-paymentweb3-trading-agenttext-in-text-outbase-sepolia-testnetusdc-paymentautonomous-agentonchain-market-aggregation

Use cases

  • Querying an AI agent about Web3 trading opportunities or market conditions
  • Programmatic agent-to-agent interaction for crypto market intelligence
  • Testing x402 payment-gated AI agent workflows on Base Sepolia testnet

Fit

Best for

  • Developers experimenting with x402 payment protocol for AI agents
  • Testing pay-per-call crypto trading agent interactions on testnet
  • Exploring Questflow's swarm agent infrastructure

Not for

  • Production trading with real funds (this is on Base Sepolia testnet)
  • Users needing detailed API documentation or guaranteed SLAs
  • Non-crypto or general-purpose AI assistant use cases

Quick start

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

Example

Request

{
  "input": "What are the top trending tokens on Pump.fun right now?"
}

Response

{
  "response": "Here are the top trending tokens on Pump.fun: ..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1E5695C9ADF672671Af96C6c34b98a672Cf67A4b
CurrencyUSDC

Quality

0.25/ 1.00

The listing is based almost entirely on x402 challenge metadata and the Questflow marketing homepage. There is no OpenAPI spec, no API documentation, no usage examples, and no detailed description of the agent's actual capabilities. The endpoint is on a testnet. The response format is inferred from the outputSchema in the x402 challenge.

Warnings

  • Endpoint is on Base Sepolia testnet — not suitable for production or real-money transactions
  • No API documentation or OpenAPI spec available; /docs, /api, /pricing, /README all return 404
  • Agent capabilities are unclear beyond the generic 'Web3 Trader' label
  • Response examples are entirely inferred from the outputSchema; no real response was observed
  • The maxAmountRequired of 500000 is in USDC smallest units (likely 0.5 USDC on 6-decimal USDC) but this is unconfirmed

Citations

Provenance

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

Agent access