x402basequality 0.30

EOS 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 the EOS cryptocurrency. It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all gated behind the x402 payment protocol. Each request costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required.

The endpoint accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, accepting payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base. The maxAmountRequired of 20000 base units corresponds to $0.02 (USDC uses 6 decimals). Payment timeout is 300 seconds.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of accepted parameters (e.g., time range, interval, trading pair specifics). The endpoint path suggests it returns EOS OHLCV data, but the exact request format and response structure must be discovered experimentally.

Capabilities

ohlcv-datacrypto-market-dataeosx402-paymentusdc-basemicropaymentcandlestick-data

Use cases

  • Fetching historical EOS price candles for charting or backtesting
  • Integrating EOS OHLCV data into trading bots or dashboards
  • On-demand crypto market data without API key registration
  • Agent-driven portfolio analysis requiring EOS price history

Fit

Best for

  • Developers needing quick, keyless access to EOS candlestick data
  • AI agents that can pay per-request via x402 on Base
  • Low-volume or sporadic crypto data needs where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-second latency and bulk historical downloads
  • Users who need comprehensive documentation or guaranteed SLAs
  • Non-EOS crypto OHLCV data (this endpoint is EOS-specific; sibling endpoints may cover others)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation: no OpenAPI schema, no request/response examples, no parameter descriptions. The docs pages all show only a wallet-connect prompt. The actual data format and accepted inputs are entirely unknown.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README all render only 'Connect wallet' with no content
  • No OpenAPI or schema definition; request parameters and response format are unknown
  • No example requests or responses available; endpoint behavior must be discovered experimentally
  • The broader lowpaymentfee.com platform lists many generic-sounding endpoints (sentiment, summarize, geocode, etc.) all at $0.02 — unclear whether all are fully functional

Citations

Provenance

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

Agent access