x402basequality 0.30

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the OKB token. It is part of the lowpaymentfee.com platform, which offers a variety of pay-per-call APIs spanning crypto market data, finance, AI/ML inference, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint at `/api/v1/crypto/OKB/ohlcv` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0.02 USD per request, since USDC uses 6 decimals). Payment is made via the x402 `exact` scheme to a specified wallet address on Base. No API keys or account registration are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

Documentation beyond the landing page is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no description of request parameters (e.g., timeframe, date range), and no example responses. The endpoint is confirmed live (returns a proper 402 challenge), but without documentation it is difficult to know exactly what request body fields are expected or what the response payload looks like.

Capabilities

ohlcv-datacrypto-market-dataokb-tokenx402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Fetching historical OHLCV candlestick data for OKB token
  • Building trading bots or dashboards that need OKB price data
  • On-demand crypto market data retrieval without API key management
  • Agent-driven portfolio analysis requiring OKB price history

Fit

Best for

  • Developers needing quick, keyless access to OKB OHLCV data
  • AI agents that can pay per-call via x402 on Base
  • Low-volume or sporadic crypto data consumers who prefer pay-per-use

Not for

  • High-frequency trading requiring sub-second latency and bulk historical data (no documented bulk endpoints)
  • Users who need comprehensive documentation or guaranteed SLAs
  • Non-OKB token OHLCV data (this endpoint is OKB-specific; sibling endpoints may exist but are not documented here)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/OKB/ohlcv \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts payment. However, there is no OpenAPI schema, no documentation of request/response fields, and all doc pages render only 'Connect wallet'. The actual data contract is entirely unknown, making this effectively a stub listing.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content.
  • No OpenAPI or JSON schema describing request parameters (timeframe, date range, etc.) or response format.
  • No example requests or responses available; request body and response structure are unknown.
  • The broader lowpaymentfee.com platform lists many diverse endpoints (AI, finance, utilities) all at $0.02 — the actual data quality and sources behind these endpoints are unverified.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:05:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access