x402base-sepoliaquality 0.30

x402-payable agent for real-time crypto data, DeFi pool analysis, trending tokens, and Twitter management.

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

Web3 Trader is an x402-protocol endpoint hosted on Questflow's infrastructure that provides real-time cryptocurrency data aggregation and analysis. It accepts a natural-language text input and returns agent-generated responses covering token information lookup by contract address, comprehensive market data retrieval, price tracking with market metrics, and identification of top gaining and losing coins. It also offers DeFi pool analysis across multiple networks, fetches trending coins, NFTs, and categories, and includes Twitter management capabilities such as posting, replying, retweeting, monitoring mentions, and searching tweet content.

Payment is handled via the x402 exact-payment scheme on Base Sepolia using USDC (contract 0x036CbD53842c5426634e7929541eC2318f3dCF7e), with a maximum charge of 500,000 units (0.50 USDC assuming 6 decimals) per request. The endpoint accepts HTTP POST with a JSON body containing a single "input" string field and returns a JSON object with a "response" string field. The maximum timeout per request is 1,200 seconds (20 minutes), suggesting the agent may perform multi-step tool calls behind the scenes.

This is a development-stage endpoint (api-dev subdomain, Base Sepolia testnet) powered by Questflow's AI agent swarm platform. No OpenAPI spec, dedicated documentation page, or usage examples beyond the x402 challenge metadata were found. Prospective users should treat this as an experimental/dev service and verify behavior before relying on it in production.

Capabilities

crypto-token-lookupmarket-data-retrievalprice-trackingtop-gainers-losersdefi-pool-analysistrending-coinstrending-nftstwitter-posttwitter-replytwitter-retweettwitter-mention-monitoringtwitter-searchx402-paymentnatural-language-input

Use cases

  • Look up token information and market metrics by contract address
  • Identify top gaining and losing cryptocurrencies in real time
  • Analyze DeFi liquidity pools across multiple networks
  • Discover trending coins, NFTs, and categories
  • Automate Twitter engagement: post, reply, retweet, and monitor mentions

Fit

Best for

  • Agents needing on-demand crypto market intelligence via a single natural-language call
  • Developers prototyping x402-payable Web3 data workflows on Base Sepolia
  • Automated social media management tied to crypto market signals

Not for

  • Production trading systems requiring guaranteed uptime (this is a dev endpoint on testnet)
  • Users who need structured, schema-documented REST APIs with deterministic field-level responses
  • High-frequency or low-latency market data feeds

Quick start

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

Example

Request

{
  "input": "What are the top 5 trending coins right now?"
}

Response

{
  "response": "Here are the top 5 trending coins: 1. Bitcoin (BTC) ... 2. Ethereum (ETH) ... 3. Solana (SOL) ... 4. Pepe (PEPE) ... 5. Dogecoin (DOGE) ..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x6F8FeeA520A580feA5fa672B78cBaBB6a1Dd7dc8
CurrencyUSDC

Quality

0.30/ 1.00

No OpenAPI spec, no documentation pages, no usage examples, and the endpoint runs on a testnet (Base Sepolia) dev subdomain. The only structured metadata comes from the x402 challenge. The response example is inferred since no actual successful call data was provided.

Warnings

  • Development endpoint (api-dev subdomain) on Base Sepolia testnet — not production-ready
  • No OpenAPI or documentation found; /docs, /api, /pricing, /README all return 404
  • Response schema is a single unstructured string — output format is unpredictable
  • 20-minute max timeout suggests potentially slow or multi-step agent execution
  • Example response is entirely inferred; no real response data was available

Citations

Provenance

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

Agent access