x402basequality 0.35

HBAR 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 OHLCV (Open, High, Low, Close, Volume) candlestick data for the HBAR (Hedera) cryptocurrency. It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all gated behind the x402 payment protocol on the Base network.

The endpoint accepts POST requests and is paid per-call at $0.02 in USDC (on Base). There are no API keys, no rate limits, and no sign-up required — callers simply attach an x402 payment header with each request. The x402 challenge confirms the endpoint is live, accepting payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using the USDC contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base.

Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. The exact request body schema (e.g., which parameters control the time range, interval, or market pair) and the response format are not documented. The endpoint is inferred to return JSON (mimeType: application/json) containing standard OHLCV fields, but the precise structure is unknown.

Capabilities

ohlcv-candlestick-datahbar-market-datacrypto-price-historyx402-micropaymentbase-network-usdcno-api-keyper-request-billing

Use cases

  • Fetching historical HBAR price candles for charting or technical analysis
  • Feeding HBAR OHLCV data into trading bots or algorithmic strategies
  • Building dashboards that display Hedera price trends
  • Backtesting crypto trading strategies with HBAR historical data

Fit

Best for

  • Agents or bots that need on-demand HBAR candlestick data without API key management
  • Developers prototyping crypto dashboards who want instant pay-per-use access
  • x402-native applications settling micropayments on Base

Not for

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

Quick start

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

Example

Request

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and confirms pricing and payment details, but there is effectively zero documentation: no request schema, no response schema, no examples, and all doc pages render only a wallet-connect prompt. The request and response examples are inferred/guessed.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README all show only a 'Connect wallet' prompt with no content.
  • Request body parameters (interval, limit, time range, etc.) are entirely unknown; the example_request_json is speculative.
  • Response schema is undocumented; example_response_json is null because no sample could be sourced.
  • The platform lists many endpoints across diverse categories (AI, analytics, finance, utils) all at $0.02 — actual data quality and coverage behind each is unverified.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 21:52:10Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access