x402basequality 0.30

OHLCV candlestick data for CHZ (Chiliz) 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) market data for the CHZ (Chiliz) cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all payable per-request via the x402 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 in USDC (USD Coin) on Base (asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The payment scheme is "exact", meaning the caller pays a fixed amount per call with no subscription or API key required. The x402 challenge specifies a maxAmountRequired of 20000 base units, which at 6 decimals for USDC equals $0.02, consistent with the site's advertised pricing.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" stub with no further content. There is no OpenAPI schema, no request/response examples, and no description of accepted parameters (e.g., time range, interval, pagination). The endpoint accepts POST requests based on the outputSchema in the x402 challenge. Without documentation it is unclear what request body fields are expected or what the response structure looks like. Users should expect a JSON response containing OHLCV candlestick fields for CHZ but will need to experiment to determine the exact contract.

Capabilities

ohlcv-datacrypto-market-datachiliz-chzx402-paymentper-request-pricingbase-networkusdc-settlement

Use cases

  • Fetching historical candlestick data for CHZ to build trading charts
  • Backtesting trading strategies on Chiliz token price movements
  • Integrating CHZ market data into portfolio dashboards
  • Agent-driven crypto analytics pipelines that pay per query

Fit

Best for

  • Developers needing on-demand CHZ OHLCV data without API key management
  • AI agents that can settle micropayments via x402 on Base
  • Low-volume or sporadic crypto data queries where per-call pricing is economical

Not for

  • High-frequency trading requiring sub-second latency and bulk data (no documented rate limits or websocket support)
  • Users who need comprehensive multi-asset OHLCV data across hundreds of tokens from a single documented API
  • Anyone without a Base-compatible USDC wallet for x402 payments

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear at $0.02 USDC per request. However, there is no OpenAPI schema, no request/response documentation, no examples, and all doc pages are empty stubs. The actual request body format and response structure are completely unknown, making this effectively a stub listing.

Warnings

  • No documentation available — all doc/API/pricing/README pages return only a 'Connect wallet' stub
  • No OpenAPI or JSON schema describing request parameters or response format
  • Request body fields (time range, interval, etc.) are entirely undocumented
  • Response structure is unknown — OHLCV fields are inferred from the URL path only
  • The broader lowpaymentfee.com platform lists many endpoints but none have visible documentation

Citations

Provenance

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

Agent access