x402base-sepoliaquality 0.45

Pay-per-query Bitcoin market dashboard via x402 — price, volume, market cap, and exchange activity.

Price
0.5 USDC / call
Protocol
x402
Verified
no

What it does

This x402 endpoint provides a real-time Bitcoin market overview through a conversational agent interface. You send a natural-language message (e.g., "What is Bitcoin's current price?") and receive a text response summarizing key metrics such as price, 24-hour change, market cap, trading volume, circulating supply, and exchange activity.

The endpoint is hosted on Questflow's development API infrastructure (api-dev.intra-tls2.dctx.link) and is gated by an x402 payment challenge. Payment is accepted in USDC on the Base Sepolia testnet, with a maximum amount of 500,000 units (likely 0.50 USDC given 6-decimal USDC). The payment scheme is "exact" and the endpoint accepts HTTP POST requests with a JSON body containing a single required field: `input` (string). The response returns a `response` field (string) with the agent's answer.

Because this runs on Base Sepolia (a testnet), it is suitable for experimentation and development rather than production use. No formal API documentation, OpenAPI spec, or rate-limit information was found. The underlying platform is Questflow, which builds autonomous AI agents for crypto market analysis and trading.

Capabilities

bitcoin-market-datareal-time-pricemarket-captrading-volumeexchange-activitynatural-language-queryx402-paymentbase-sepolia-usdcconversational-agent

Use cases

  • Querying current Bitcoin price and 24-hour change programmatically
  • Getting a quick Bitcoin market summary including market cap and volume
  • Integrating real-time BTC metrics into an AI agent workflow
  • Testing x402 micropayment flows with a crypto data endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol on testnet
  • AI agents needing on-demand Bitcoin market snapshots
  • Quick natural-language queries about Bitcoin market conditions

Not for

  • Production trading systems requiring guaranteed uptime and mainnet payments
  • Historical Bitcoin data or charting needs
  • Non-Bitcoin cryptocurrency data

Quick start

curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68f08bf93f7c40190878c7ab \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <your-x402-payment-header>" \
  -d '{"input": "What is Bitcoin current price and market cap?"}'

Example

Request

{
  "input": "What is Bitcoin's current price, 24-hour change, and market cap?"
}

Response

{
  "response": "Bitcoin is currently trading at $104,250, up 2.3% in the last 24 hours. Market cap stands at $2.04T with a 24h trading volume of $38.5B. Circulating supply is 19.7M BTC."
}

Endpoint

Transporthttp
Protocolx402
Pay to0x89c48cE1F794C3bbbB1f19e29EC8aa58058e5448
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 from the description since no actual paid call was made.

Warnings

  • Runs on Base Sepolia testnet — not suitable for production use
  • No formal API documentation or OpenAPI spec available
  • Response content is inferred from the endpoint description; no actual response was captured
  • Development API (api-dev) — stability and availability not guaranteed
  • Example response is fabricated to illustrate expected format; actual output may differ

Citations

Provenance

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

Agent access