PEPE token OHLCV (open-high-low-close-volume) data via x402 micropayment on Base.
What it does
This endpoint at lowpaymentfee.com provides OHLCV (open, high, low, close, volume) candlestick data for the PEPE cryptocurrency token. It is part of a broader suite of finance and crypto APIs offered by the same provider, all gated behind the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is settled per-request in USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals). No API keys or rate limits are advertised — access is granted purely through the x402 payment header. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a timeout of 300 seconds.
Documentation is extremely sparse. The provider's landing page lists many endpoints across data/analytics, AI/ML, finance/web3, and infrastructure categories, all priced at $0.02 per request. However, 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 usage examples available. The specific request parameters (e.g., time range, interval) and response format for the OHLCV endpoint must be inferred or discovered experimentally.
Capabilities
Use cases
- —Fetching PEPE token OHLCV candlestick data for charting or technical analysis
- —Building trading bots that need historical price data for PEPE
- —Integrating PEPE market data into dashboards or portfolio trackers
Fit
Best for
- —Agents or apps needing on-demand PEPE price history without API key management
- —Developers who want pay-per-call crypto data with no subscription commitment
- —x402-compatible agents that can settle USDC micropayments on Base
Not for
- —High-frequency trading requiring sub-second latency and bulk historical data downloads
- —Users who need comprehensive multi-token OHLCV data from a single well-documented API
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/PEPE/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base per call). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page listing, and no examples. The actual request parameters and response format are entirely unknown.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content
- —No OpenAPI or schema definition for request parameters (e.g., time interval, date range) or response format
- —No example requests or responses available; actual data quality and coverage for PEPE OHLCV is unverified
- —The provider lists many diverse endpoints (AI, analytics, geocoding, crypto) all at $0.02 — breadth vs. depth/quality is unclear
Citations
- —Endpoint returns 402 with x402 challenge, maxAmountRequired 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/crypto/PEPE/ohlcv
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/crypto/PEPE/ohlcv