OHLCV candlestick data for Ethereum Classic (ETC) via x402 micropayment at $0.02/request on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for Ethereum Classic (ETC). It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all priced at $0.02 per request, settled via the x402 protocol on the Base network using USDC.
The endpoint is accessed via HTTP POST and requires an X-PAYMENT header containing a valid x402 payment proof. The x402 challenge confirms the endpoint is live, accepting payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a maximum amount of 20,000 base units of USDC (i.e., $0.02, since USDC uses 6 decimals). There are no API keys, no rate limits, and no subscription commitments — each call is independently paid.
Documentation on the site is extremely sparse. The docs, API reference, pricing, and README pages all render only a "Connect wallet" prompt with no additional content. The exact request body schema (e.g., which time intervals or date ranges are supported) and the response format are not documented. Users should expect a JSON response containing OHLCV candlestick fields, but the precise structure must be discovered empirically.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for Ethereum Classic for charting or backtesting
- —Integrating ETC price data into trading bots or portfolio dashboards
- —On-demand crypto market data retrieval without API key management
Fit
Best for
- —Agents or apps needing pay-per-call ETC market data with no subscription
- —Developers who want keyless, instant access to crypto OHLCV data
- —x402-compatible clients settling micropayments on Base
Not for
- —Users needing free or bulk historical data downloads
- —Applications requiring documented, stable API schemas with guaranteed SLAs
- —Real-time streaming or websocket-based market data feeds
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/ETC/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>" \
-d '{}'Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation for request parameters, response schema, or examples. The docs/pricing/README pages are all empty beyond a wallet connect prompt, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
- —Request body schema and response format are completely undocumented
- —No example requests or responses available; users must discover the API shape empirically
- —The endpoint's specific capabilities (supported intervals, date ranges, etc.) are unknown
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/crypto/ETC/ohlcv
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (Base USDC)https://lowpaymentfee.com/api/v1/crypto/ETC/ohlcv