SHIB 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 the SHIB (Shiba Inu) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance, and utility services — all gated via the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of 20,000 base units, which equals $0.02 per call (USDC uses 6 decimals). No API keys or accounts are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof. The x402 challenge specifies a 300-second timeout window for payment settlement.
Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" stub with no additional content. There is no published OpenAPI schema, no request/response examples, and no documentation of query parameters (e.g., time range, interval/granularity, pagination). The endpoint is confirmed live (402 challenge returned successfully), but the lack of documentation means callers will need to experiment to discover the exact request format and response shape.
Capabilities
Use cases
- —Fetching SHIB candlestick data for trading bots or algorithmic strategies
- —Building price charts and technical analysis dashboards for SHIB
- —Backtesting trading strategies using historical SHIB OHLCV data
- —Agent-driven portfolio monitoring that needs on-demand SHIB price snapshots
Fit
Best for
- —Developers needing pay-per-call SHIB market data without API key management
- —AI agents that can settle x402 micropayments on Base
- —Low-volume or bursty access patterns where subscription pricing is wasteful
Not for
- —High-frequency trading requiring sub-second latency and guaranteed SLAs
- —Users who need comprehensive multi-asset OHLCV data from a single documented API
- —Anyone unable to settle USDC payments on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/SHIB/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 on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The request body format and response shape are entirely unknown, making this effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all return only a 'Connect wallet' stub with no content.
- —No OpenAPI or JSON schema published; request parameters (time range, interval, etc.) are undocumented.
- —No example responses available; the actual OHLCV data format is unknown.
- —The broader lowpaymentfee.com platform lists many endpoints across diverse categories (AI, analytics, finance, utilities) all at $0.02 — the depth and reliability of each is unverified.
Citations
- —Endpoint returns a valid x402 challenge with status 402, confirming it is live.https://lowpaymentfee.com/api/v1/crypto/SHIB/ohlcv
- —Payment is 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02 per request.https://lowpaymentfee.com/api/v1/crypto/SHIB/ohlcv
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The /docs, /pricing, /api, and /README pages contain only a 'Connect wallet' stub.https://lowpaymentfee.com/docs