x402basequality 0.35

SOL OHLCV candlestick data via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

ohlcv-candlestick-datasolana-market-datax402-micropaymentusdc-base-settlementpay-per-requestno-api-key

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:08:31Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access