DOGE 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 Dogecoin (DOGE) via the x402 payment protocol. 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 in USDC on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers include an X-PAYMENT header with a signed USDC payment of up to $0.02 (20,000 base units of USDC with 6 decimals) on Base. No API keys, accounts, or rate limits are required — access is purely pay-per-call. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.
Documentation beyond the landing page is sparse — the /docs, /api, /pricing, and /README pages all render only a wallet-connect prompt with no additional technical detail. The exact request body schema (e.g., supported intervals, date ranges, or pagination parameters) and the response schema are not documented. The endpoint is confirmed live (returns a proper 402 challenge), but without example requests or responses, integrators will need to experiment to discover the full API surface.
Capabilities
Use cases
- —Fetching historical DOGE candlestick data for charting or technical analysis
- —Feeding DOGE OHLCV data into trading bots or algorithmic strategies
- —Building crypto dashboards that display Dogecoin price movements
- —Agent-driven market research requiring per-call payment without API keys
Fit
Best for
- —Agents or apps that need on-demand DOGE price candles without subscription commitments
- —Developers who prefer crypto-native micropayments over traditional API key billing
- —Low-volume or bursty workloads where pay-per-call at $0.02 is cost-effective
Not for
- —High-frequency trading requiring sub-second latency and bulk data (no documented rate guarantees)
- —Users who need comprehensive multi-asset OHLCV across hundreds of tokens from a single well-documented provider
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/DOGE/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-signed-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documented request or response schema, no examples, and all documentation pages return only a wallet-connect stub. The exact parameters and response format must be guessed.
Warnings
- —No request body schema documented — required POST parameters are unknown
- —No response schema or example response available
- —All documentation pages (/docs, /api, /pricing, /README) render only a wallet-connect prompt with no content
- —The specific DOGE/ohlcv endpoint is not listed on the landing page; only broader crypto endpoints are shown
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/crypto/DOGE/ohlcv
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/crypto/DOGE/ohlcv
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Basehttps://lowpaymentfee.com
- —The platform offers Finance & Web3 endpoints including crypto quotes and gas estimateshttps://lowpaymentfee.com