KLAY 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 the KLAY (Klaytn) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of data, analytics, AI, finance, and utility APIs all gated behind the x402 payment protocol.
The endpoint accepts POST requests and is paid per-call using USDC on the Base network. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02 per request — consistent with the platform's uniform $0.02/request pricing displayed on its landing page. No API keys or rate limits are required; access is granted instantly upon valid x402 payment.
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 technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns a proper 402 challenge), but the exact request parameters (e.g., time range, interval, pagination) and response format must be discovered experimentally.
Capabilities
Use cases
- —Fetching KLAY historical price candles for charting or technical analysis
- —Feeding KLAY OHLCV data into trading bots or algorithmic strategies
- —Building dashboards that display Klaytn token price movements
- —Backtesting trading strategies against KLAY historical data
Fit
Best for
- —Agents or bots that need on-demand KLAY candlestick data without API key management
- —Developers who prefer pay-per-call crypto data access via x402
- —Low-volume or sporadic OHLCV queries where subscription pricing is wasteful
Not for
- —High-frequency trading requiring sub-second latency and bulk historical downloads
- —Users who need comprehensive multi-token OHLCV data in a single call
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/KLAY/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no documented request parameters, no response schema, and no example payloads. The docs pages are empty. This is effectively a stub listing with only the x402 challenge and landing page to go on.
Warnings
- —No API documentation available — /docs, /api, /pricing, and /README pages all show only a wallet-connect prompt with no technical content.
- —No OpenAPI or JSON schema for request or response bodies; request parameters and response format are unknown.
- —The specific KLAY OHLCV endpoint is not listed on the landing page (only generic crypto endpoints like /crypto/quotes and /crypto/gas are shown), so its existence and behavior are inferred solely from the 402 challenge.
Citations
- —Uniform pricing of $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (USD Coin) on Base networkhttps://lowpaymentfee.com/api/v1/crypto/KLAY/ohlcv
- —USDC asset contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/crypto/KLAY/ohlcv