OHLCV candlestick data for BAT (Basic Attention Token) via pay-per-request x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) market data for the BAT (Basic Attention Token) cryptocurrency. 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 on the Base network.
Each request costs $0.02 in USDC (USD Coin on Base), settled on-chain with no API keys, no rate limits, and no subscriptions required. The endpoint accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, advertising a maxAmountRequired of 20000 base units of USDC (6 decimals → $0.02), consistent with the site's published pricing.
Documentation is extremely sparse — the docs, API, pricing, 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 what parameters the OHLCV endpoint accepts (e.g., time range, interval) or what fields it returns. The endpoint's behavior must be inferred from its URL path and the general OHLCV convention (timestamp, open, high, low, close, volume arrays or objects).
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for BAT to build trading charts
- —Programmatic analysis of BAT price movements for algorithmic trading bots
- —Integrating BAT market data into dashboards or portfolio trackers
Fit
Best for
- —Agents or bots needing on-demand BAT price history without API key management
- —Developers who want pay-per-call crypto data with no subscription commitment
- —Web3-native applications settling micropayments on Base
Not for
- —High-frequency trading requiring sub-second latency and bulk historical pulls (no documented batch support)
- —Users needing OHLCV data for tokens other than BAT from this specific endpoint
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/BAT/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and all documentation pages return only a wallet-connect stub. The endpoint's accepted parameters and response format are entirely unknown.
Warnings
- —No documentation available — docs, API, pricing, and README pages all render only 'Connect wallet' with no content.
- —No OpenAPI or JSON schema describing request parameters or response format for the OHLCV endpoint.
- —No example requests or responses available; actual data fields must be discovered by calling the endpoint.
- —The broader lowpaymentfee.com platform lists many diverse endpoints (AI, analytics, finance, utils) all at $0.02 — unclear whether all are fully implemented or placeholders.
Citations
- —The endpoint returns HTTP 402 with an x402 challenge advertising maxAmountRequired of 20000 base units of USDC on Base network.https://lowpaymentfee.com/api/v1/crypto/BAT/ohlcv
- —The site advertises $0.02 per request with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/crypto/BAT/ohlcv