BCH OHLCV candlestick data via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for Bitcoin Cash (BCH) via the x402 payment protocol. It is part of the lowpaymentfee.com platform, which hosts a variety of pay-per-call APIs spanning finance, crypto, AI, and utility categories. 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. Payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header containing a signed USDC payment of up to 20,000 base units (i.e., $0.02) to the specified payTo address on Base. The x402 challenge confirms the endpoint is live and discoverable. The asset used is USDC at contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base.
Documentation on the site is extremely sparse — the docs, pricing, API, and README pages all render 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 data format and supported query parameters must be inferred or discovered experimentally.
Capabilities
Use cases
- —Fetching BCH historical price candles for trading analysis
- —Integrating BCH OHLCV data into automated trading bots
- —Building dashboards that display BCH price charts
- —Agent-driven crypto market research requiring per-call payment
Fit
Best for
- —Developers needing BCH candlestick data without API key management
- —AI agents that can pay per request via x402 on Base
- —Low-volume or sporadic BCH market data lookups
Not for
- —High-frequency trading requiring sub-second latency and bulk data (no documented bulk endpoints)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Non-crypto payment workflows — requires USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/BCH/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is zero documentation on request parameters, response schema, or usage examples. The docs/pricing/API pages are all blank beyond a wallet connect prompt. This is effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No OpenAPI or output schema provided; request parameters for OHLCV (timeframe, date range, etc.) are unknown
- —No example responses available; actual data format must be discovered experimentally
- —The platform lists many endpoints across diverse categories (AI, analytics, finance, utils) all at $0.02 — quality and reliability of each is unverified
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/crypto/BCH/ohlcv
- —Price is $0.02 per request, maxAmountRequired 20000 base units USDC (6 decimals)https://lowpaymentfee.com/api/v1/crypto/BCH/ohlcv
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/crypto/BCH/ohlcv
- —Platform advertises no API keys, no rate limits, instant access, $0.02/request pricinghttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs