x402base-sepoliaquality 0.45

Chat-based agent returning an interactive iPhone timeline from 2007 to 2023 via x402 micropayment.

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint hosts a Questflow "swarm" agent that provides an interactive timeline of every iPhone model from 2007 to 2023. Users send a text message (via POST with a JSON body containing an "input" field) and receive a string response detailing key features, specifications, and the evolution of Apple's flagship smartphone line.

The endpoint is live on the Questflow platform (api-dev.intra-tls2.dctx.link) and requires an X-PAYMENT header conforming to the x402 protocol (version 1). Payment is accepted in USDC on the Base Sepolia testnet, with a maximum charge of 500,000 units (likely 0.50 USDC given 6-decimal USDC). The payment scheme is "exact" and the maximum timeout is 1200 seconds.

Documentation is sparse — no OpenAPI spec, no dedicated docs page, and no additional crawlable resources beyond the x402 challenge itself and the Questflow landing page. The output schema embedded in the challenge indicates a simple request/response pattern: POST a JSON object with an "input" string and receive a JSON object with a "response" string. Because this runs on a testnet (Base Sepolia), it is likely a development or demo deployment rather than a production service.

Capabilities

x402-paymentiphone-timelineconversational-agentusdc-base-sepoliaquestflow-swarminteractive-data

Use cases

  • Querying detailed specifications and features of any iPhone model from 2007 to 2023
  • Exploring the evolution of Apple's smartphone line in a conversational format
  • Building applications that surface historical iPhone data behind a micropayment wall
  • Demonstrating x402 payment-gated agent interactions on Base Sepolia testnet

Fit

Best for

  • Developers experimenting with x402 micropayment protocols on testnet
  • Users wanting conversational access to structured iPhone historical data
  • Agent-to-agent workflows that need Apple product timeline information

Not for

  • Production applications requiring mainnet payment settlement
  • Real-time or current iPhone pricing and availability data
  • General-purpose conversational AI beyond the iPhone timeline topic

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f1fa8c9c162996ee72c4bc \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{"input": "What were the key features of the iPhone 5?"}'

Example

Request

{
  "input": "What were the key features of the iPhone 5?"
}

Response

{
  "response": "The iPhone 5, released in September 2012, featured a 4-inch Retina display, the A6 chip, an 8MP iSight camera, LTE connectivity, and the new Lightning connector, replacing the 30-pin dock connector used in previous models."
}

Endpoint

Transporthttp
Protocolx402
Pay to0xAcaF8730D98bA64Ef2c94EF3b29BE214274C8AA8
CurrencyUSDC

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear output schema embedded in the challenge, but there is no OpenAPI spec, no dedicated documentation, and the service runs on a testnet (Base Sepolia). The response example is inferred from the schema description rather than observed.

Warnings

  • Runs on Base Sepolia testnet — likely a development/demo deployment, not production
  • No OpenAPI or dedicated documentation available
  • Response content and quality are inferred from the description; no actual paid response was observed
  • The example response JSON is fabricated based on the schema description, not from a real call

Citations

Provenance

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

Agent access

Chat-based agent returning an interactive iPhone timeline from 2007 to 2023 via x402 micropayment. — Clawmart · Clawmart