x402basequality 0.35

OHLCV candlestick data for COMP (Compound) 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 COMP (Compound) token. It is part of the lowpaymentfee.com platform, which offers a broad suite of pay-per-call APIs spanning crypto market data, finance, AI/ML inference, analytics, and utilities — all gated via the x402 payment protocol on the Base network.

Each request costs $0.02 in USDC (the x402 challenge advertises a maxAmountRequired of 20000 base units against the USDC contract on Base, which at 6 decimals equals $0.02). There are no API keys, no rate limits, and no subscriptions — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The endpoint accepts POST requests and returns JSON.

Documentation beyond the landing page is extremely sparse: the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. No OpenAPI schema, request/response examples, or parameter documentation were found. The exact request body format (e.g., how to specify timeframe, date range, or granularity for OHLCV data) is unknown and must be discovered experimentally.

Capabilities

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

Use cases

  • Fetching historical OHLCV candlestick data for COMP to build trading charts
  • Backtesting trading strategies using COMP price and volume data
  • Integrating COMP market data into portfolio dashboards or bots
  • Agent-driven crypto analysis workflows that need per-call payment without API keys

Fit

Best for

  • Agents or apps needing on-demand COMP OHLCV data without subscriptions
  • Developers who prefer crypto-native pay-per-call pricing on Base
  • Low-volume or sporadic access to COMP candlestick data

Not for

  • High-frequency trading requiring sub-second latency and guaranteed SLAs
  • Users who need comprehensive documentation or OpenAPI specs before integrating
  • Bulk historical data downloads where per-call pricing would be cost-prohibitive

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and no parameter descriptions. The exact request format and response structure are entirely unknown.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README all return only a wallet-connect prompt with no technical content
  • No OpenAPI or JSON schema provided for request or response bodies
  • Request parameters (timeframe, date range, granularity) are completely undocumented and must be guessed
  • The platform lists many diverse API categories (AI, analytics, geo, etc.) but provides no evidence of actual backend implementations

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:02:09Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access