OHLCV candlestick data for ENS token, paid per-request via x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for the ENS (Ethereum Name Service) token. 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 returns JSON. Each call costs $0.02 in USDC (the x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC on Base, which has 6 decimals, equaling $0.02). Payment is settled on-chain via the x402 "exact" scheme — no API keys, accounts, or rate limits are required. The x402 challenge confirms the endpoint is live and accepting payments.
Documentation beyond the landing page is sparse; the /docs, /pricing, and /README pages all resolve to a minimal "Connect wallet" prompt with no additional technical detail. No OpenAPI schema, request body specification, or example responses are available from the crawled material. The specific request parameters (e.g., time range, interval, pagination) and response shape for the OHLCV data are unknown and must be discovered by the caller.
Capabilities
Use cases
- —Fetching historical ENS token price candles for charting or backtesting
- —Integrating ENS market data into trading bots or dashboards
- —Programmatic access to ENS OHLCV without API key registration
Fit
Best for
- —Agents or bots needing on-demand ENS market data without signup
- —Pay-per-call crypto data access on Base L2
- —Quick prototyping with no API key overhead
Not for
- —High-frequency trading requiring sub-second latency and bulk historical downloads
- —Users who need comprehensive multi-token OHLCV in a single call
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/ENS/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The x402 challenge confirms the endpoint is live and pricing is clear ($0.02 USDC per request on Base). However, there is no OpenAPI schema, no documented request parameters, no example responses, and all documentation pages return only a 'Connect wallet' stub. The actual data contract is entirely unknown.
Warnings
- —No documentation available — /docs, /pricing, /README all return minimal 'Connect wallet' content with no technical detail.
- —Request body schema and response format for OHLCV data are completely undocumented; callers must guess or reverse-engineer parameters.
- —The platform lists many diverse API categories (AI, geocoding, finance, etc.) all at the same $0.02 price with no visible documentation, which may indicate an early-stage or placeholder service.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base network.https://lowpaymentfee.com/api/v1/crypto/ENS/ohlcv
- —USDC asset address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/crypto/ENS/ohlcv
- —All APIs on the platform are listed at $0.02 per request with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /README) resolve to minimal 'Connect wallet' content.https://lowpaymentfee.com/docs