x402base-sepoliaquality 0.25

Pay-per-call AI research agent on Base Sepolia via x402, powered by Questflow

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

Researcher is an x402-payable AI agent endpoint hosted by Questflow. It accepts a text prompt and returns a text response from an autonomous research agent. Payment is handled via the x402 protocol on the Base Sepolia testnet using USDC, with a maximum cost of 0.50 USDC per request and a timeout of up to 1200 seconds.

The endpoint accepts a POST request with a JSON body containing a single "input" field (your message to the agent) and returns a JSON object with a "response" field containing the agent's answer. The x402 challenge specifies the exact payment scheme, paying to address 0x3a854a54874E97DBC41F6CDD85F6DD1d2763bC4b on Base Sepolia.

Questflow, the platform behind this endpoint, describes itself as an AI agent economy focused on onchain markets, trading, and research across platforms like Polymarket, Pump.fun, and OKX. However, the specific capabilities and knowledge domain of this particular "Researcher" agent are not documented beyond the generic description. There is no OpenAPI spec, no dedicated documentation page, and no detailed information about what research domains or data sources the agent covers. The endpoint is on a development subdomain (api-dev) using a testnet, suggesting it is not yet production-ready.

Capabilities

ai-agentresearch-agentx402-paymentbase-sepoliausdc-paymenttext-in-text-outautonomous-agent

Use cases

  • Sending research questions to an AI agent and receiving text answers via a pay-per-call model
  • Integrating autonomous research capabilities into agent-to-agent workflows using x402 micropayments
  • Prototyping paid AI agent interactions on Base Sepolia testnet

Fit

Best for

  • Developers experimenting with x402 payment protocol for AI agents
  • Agent-to-agent communication requiring pay-per-query research
  • Testing micropayment-gated AI endpoints on testnet

Not for

  • Production workloads requiring guaranteed uptime and mainnet payments
  • Users needing detailed documentation or well-defined research domains
  • Applications requiring structured or typed output beyond plain text

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68edc2f59a89cedc559092d3 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"input": "What are the latest trends in prediction markets?"}'

Example

Request

{
  "input": "What are the latest trends in prediction markets?"
}

Response

{
  "response": "Prediction markets have seen significant growth in 2024, driven by platforms like Polymarket..."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x3a854a54874E97DBC41F6CDD85F6DD1d2763bC4b
CurrencyUSDC

Quality

0.25/ 1.00

Minimal documentation exists beyond the x402 challenge payload. No OpenAPI spec, no docs page, no examples, and the endpoint is on a dev subdomain using a testnet. The agent's actual research capabilities and data sources are entirely unspecified.

Warnings

  • Endpoint is on a development subdomain (api-dev) and uses Base Sepolia testnet — not production-ready
  • No OpenAPI specification or dedicated documentation available
  • The specific research domain, data sources, and capabilities of the agent are undocumented
  • The example response is inferred from the output schema; actual behavior is unknown
  • maxAmountRequired of 500000 is in USDC smallest units (0.50 USDC) on testnet only

Citations

Provenance

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

Agent access