x402basequality 0.35

OHLCV candlestick data for MASK token, paid per-request via 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 MASK token (Mask Network). It is part of the lowpaymentfee.com platform, which offers a broad suite of pay-per-request APIs spanning crypto market data, finance, AI/ML inference, analytics, and utilities. All endpoints use the x402 payment protocol on the Base network, settling in USDC.

The specific endpoint at `/api/v1/crypto/MASK/ohlcv` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…on Base), which equals $0.02 per request given USDC's 6 decimals. The platform advertises no API keys, no rate limits, and instant access — you simply attach an x402 payment header to each call.

Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned 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 interval, date range) or response fields. The endpoint is confirmed live (returns a proper 402 challenge), but without documentation it is difficult to know exactly what parameters to send or what shape the response takes.

Capabilities

ohlcv-candlestick-datacrypto-market-datamask-tokenx402-paymentper-request-pricingbase-networkusdc-settlement

Use cases

  • Fetching historical OHLCV candlestick data for MASK token for charting or analysis
  • Building trading bots or dashboards that need MASK price data
  • Backtesting trading strategies on MASK token price movements

Fit

Best for

  • Agents or apps needing on-demand MASK token OHLCV data without API key management
  • Low-volume or sporadic crypto data queries where per-request pricing is economical
  • x402-native workflows that settle payments in USDC on Base

Not for

  • High-frequency trading requiring sub-second latency and bulk historical downloads (no documented bulk endpoint)
  • Users who need comprehensive documentation or guaranteed SLA before integrating

Quick start

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

Example

Request

{
  "limit": 30,
  "interval": "1d"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documentation of request parameters or response format, and all doc pages return only a wallet-connect stub. The listing is essentially a stub with pricing info.

Warnings

  • No documentation available — all doc/API/pricing/README pages return only a 'Connect wallet' prompt with no content.
  • No OpenAPI or JSON schema provided; request parameters and response format are unknown.
  • Example request JSON is inferred/guessed — actual required fields are undocumented.
  • No response example available; response shape is entirely unknown.

Citations

Provenance

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

Agent access