x402basequality 0.35

OHLCV candlestick data for SAND (The Sandbox) via pay-per-request x402 on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides OHLCV (Open, High, Low, Close, Volume) candlestick data for the SAND cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a broad suite of data, analytics, AI, finance, and utility APIs — all gated behind the x402 payment protocol on the Base network.

The endpoint is live and returns a standard x402 402 challenge when called without payment. Each request costs $0.02 (20,000 base units of USDC on Base, which has 6 decimals). Payment is settled on-chain via USDC (contract 0x8335…2913) on Base to the provider's address. No API keys, rate limits, or subscriptions are required — callers simply attach an x402 payment header to each request.

Documentation beyond the landing page is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The endpoint accepts POST requests and returns application/json, but the exact request body format and response structure for OHLCV data must be inferred or discovered experimentally.

Capabilities

ohlcv-candlestick-datacrypto-market-datasand-tokenx402-paymentbase-networkusdc-settlementpay-per-request

Use cases

  • Fetching OHLCV candlestick data for SAND to power trading bots or dashboards
  • Backtesting trading strategies using historical SAND price and volume data
  • Integrating SAND market data into portfolio tracking applications

Fit

Best for

  • Agents or apps needing on-demand SAND OHLCV data without API key management
  • Developers who prefer pay-per-call crypto settlement over subscriptions
  • Automated trading systems that consume candlestick data

Not for

  • Users needing free or bulk historical data downloads (each call costs $0.02)
  • Applications requiring detailed API documentation or guaranteed SLAs
  • Non-crypto-native users unfamiliar with x402 payment flows

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/SAND/ohlcv \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page, and no examples. The actual request body format and response structure are unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — request body format is unknown
  • All documentation pages (/docs, /api, /pricing, /README) returned only 'Connect wallet' with no content
  • Response schema for OHLCV data is entirely undocumented; callers must experiment to discover the format
  • Provider hosts many diverse API categories (AI, geocoding, finance, etc.) from a single domain with no visible documentation — exercise caution

Citations

Provenance

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

Agent access