SOL 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 SOL (Solana) via a pay-per-request x402 micropayment model. It is hosted on lowpaymentfee.com, a platform offering a variety of data, AI, finance, and utility APIs all priced at $0.02 per call, settled in USDC on the Base network. No API keys or accounts are required — callers simply attach an x402 payment header to each POST request.
The x402 challenge confirms the endpoint is live and accepts payments of up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. The payment scheme is "exact" with a 300-second timeout. The endpoint returns application/json responses.
Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawl. The specific parameters accepted by the OHLCV endpoint (e.g., timeframe, date range) and the shape of the response are unknown and must be inferred from the endpoint path and common OHLCV conventions.
Capabilities
Use cases
- —Fetching historical SOL price candles for charting or technical analysis
- —Feeding SOL OHLCV data into trading bots or algorithmic strategies
- —Providing Solana market data to AI agents that pay per request without API keys
- —Backtesting trading strategies using SOL candlestick history
Fit
Best for
- —Agents or bots needing on-demand SOL candlestick data without subscription commitments
- —Developers prototyping crypto dashboards who want instant, keyless API access
- —Low-volume consumers who prefer per-call micropayments over monthly plans
Not for
- —High-frequency trading requiring sub-second latency and guaranteed SLAs
- —Users who need comprehensive multi-asset OHLCV data across hundreds of tokens in bulk
- —Anyone unable to settle payments in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/crypto/SOL/ohlcv \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"timeframe": "1h", "limit": 24}'Example
Request
{
"limit": 24,
"timeframe": "1h"
}Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documentation beyond a wallet-connect prompt, no request/response schema, and no examples. The request body shape and response format are entirely inferred from the endpoint path name and common conventions.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no technical content.
- —No OpenAPI or JSON schema provided for request or response bodies.
- —Request parameters (timeframe, date range, limit) are inferred, not documented.
- —Response format is unknown — example_response_json is null.
- —The broader lowpaymentfee.com platform lists many endpoints across diverse categories; quality and reliability of each is unverified.
Citations
- —Endpoint returns HTTP 402 with x402 challenge confirming it is live and accepts USDC on Basehttps://lowpaymentfee.com/api/v1/crypto/SOL/ohlcv
- —maxAmountRequired is 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.02https://lowpaymentfee.com/api/v1/crypto/SOL/ohlcv
- —Platform pricing is $0.02 per request with no API keys, no rate limits, settled on Base networkhttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompt with no additional contenthttps://lowpaymentfee.com/docs