OHLCV candlestick data for WIF (dogwifhat) token, paid per-request via x402 on Base.
What it does
This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the WIF (dogwifhat) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a broad suite of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all gated via 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 equals $0.02 given USDC's 6 decimals). Payment is settled on-chain on Base to the provider's address. No API keys, accounts, or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
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 example request/response, and no description of the OHLCV response schema or supported query parameters (e.g., timeframe, date range). The endpoint is confirmed live (402 challenge returned), but the actual data quality and response format remain unverified.
Capabilities
Use cases
- —Fetching historical OHLCV candlestick data for WIF token for charting or backtesting
- —Integrating real-time WIF price data into trading bots or dashboards
- —AI agents autonomously purchasing crypto market data without API key provisioning
Fit
Best for
- —Developers needing quick, keyless access to WIF OHLCV data
- —Autonomous agents that can settle micropayments on Base via x402
- —Projects that want pay-per-use crypto data without subscriptions
Not for
- —Users needing bulk historical data downloads at scale (no documented batch endpoint)
- —Anyone requiring detailed API documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/WIF/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC per call on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages return only a wallet-connect prompt. The actual OHLCV response format and supported parameters are entirely unknown.
Warnings
- —No API documentation available — /docs, /api, /pricing, and /README pages all render only 'Connect wallet' with no technical content
- —No OpenAPI or schema definition found; request parameters and response format are unknown
- —The OHLCV data source and freshness/reliability are unverified
- —Provider site lists many diverse API categories (AI, analytics, finance, utils) all at $0.02 — breadth without documentation raises quality concerns
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/crypto/WIF/ohlcv
- —The platform advertises $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs