x402basequality 0.35

MKR 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 MKR (Maker) cryptocurrency token. 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 on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header containing a signed USDC payment on Base. The maximum amount required per call is 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals). There are no API keys, no rate limits, and no subscription commitments — each request is paid individually at the time of the call.

The broader lowpaymentfee.com platform lists additional crypto endpoints (token quotes, gas estimates, price feeds, exchange rates) as well as AI/ML endpoints (sentiment analysis, summarization, classification, embeddings) and utility services (geocoding, validation, conversion). All share the same $0.02/request pricing model. Documentation beyond the landing page is sparse — the /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no further technical detail, so the exact request body schema and response format for this OHLCV endpoint are not documented in the crawled material.

Capabilities

ohlcv-candlestick-datacrypto-market-datamkr-token-datax402-micropaymentusdc-paymentbase-networkper-request-pricingno-api-key

Use cases

  • Fetching MKR candlestick charts for trading dashboards
  • Backtesting trading strategies with MKR OHLCV data
  • Monitoring MKR price movements in automated agents
  • Integrating MKR market data into DeFi analytics pipelines

Fit

Best for

  • AI agents needing on-demand MKR market data without API key management
  • Developers who want pay-per-call crypto data with no subscription
  • Applications on Base that can settle USDC micropayments natively

Not for

  • High-frequency trading requiring sub-second latency and bulk historical downloads
  • Users who need free or ad-supported crypto data
  • Projects requiring comprehensive multi-exchange aggregated OHLCV with documented schemas

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/MKR/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 (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base). However, there is no documented request schema, no response schema, no examples, and the docs/pricing/README pages are all empty beyond a wallet-connect prompt. The actual data content and parameters are entirely unknown.

Warnings

  • No request body schema documented — the required POST body fields (e.g., timeframe, date range) are unknown.
  • No response schema or example response available; actual OHLCV format is unverified.
  • All documentation pages (/docs, /pricing, /README, /api) returned only 'Connect wallet' with no technical content.
  • The platform lists many diverse endpoints (AI, finance, utilities) all at the same price, which may indicate a generic template rather than deeply implemented services.

Citations

Provenance

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

Agent access