x402basequality 0.35

Bitcoin OHLCV candlestick data via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides Bitcoin (BTC) OHLCV (Open, High, Low, Close, Volume) candlestick data, accessible through the x402 payment protocol. Each request costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The endpoint accepts POST requests and returns JSON.

The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced uniformly at $0.02 per call. Payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header with a signed USDC payment on Base, and the server fulfills the request upon verification.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of accepted parameters (e.g., timeframe, date range). The OHLCV endpoint is not even listed on the provider's landing page — the landing page lists other crypto endpoints like /crypto/quotes and /crypto/gas but not /crypto/BTC/ohlcv. The endpoint is confirmed live (returns a valid 402 x402 challenge), but without documentation the exact request format and response shape must be guessed.

Capabilities

btc-ohlcvcrypto-market-datacandlestick-datax402-paymentusdc-basemicropayment-apino-api-key

Use cases

  • Fetching historical Bitcoin OHLCV candlestick data for charting or backtesting
  • Integrating real-time BTC price data into trading bots or dashboards
  • Agent-driven market analysis workflows that pay per query with no subscription

Fit

Best for

  • Developers needing on-demand BTC candlestick data without API key management
  • AI agents that can settle micropayments on Base via x402
  • Low-volume or sporadic crypto data consumers who prefer pay-per-call pricing

Not for

  • High-frequency trading requiring sub-second latency and bulk data (no documented bulk endpoints)
  • Users who need detailed API documentation or guaranteed SLA before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/BTC/ohlcv \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{"timeframe": "1d", "limit": 30}'

Example

Request

{
  "limit": 30,
  "timeframe": "1d"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation, no request/response examples, and the specific endpoint is not even listed on the provider's landing page. Nearly all request parameters and response structure must be guessed.

Warnings

  • No API documentation available — docs, API, pricing, and README pages all return only a 'Connect wallet' prompt with no content.
  • The /api/v1/crypto/BTC/ohlcv endpoint is not listed on the provider's landing page; its existence is confirmed only by the 402 challenge.
  • No OpenAPI or output schema provided; request parameters and response format are unknown.
  • Example request JSON is inferred/guessed and may not match the actual accepted format.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:15:54Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access