x402basequality 0.35

OHLCV candlestick data for 1INCH 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) market data for the 1INCH cryptocurrency token. It is part of the lowpaymentfee.com platform, which offers a suite of data, analytics, AI, finance, and utility APIs all payable per-request using the x402 protocol on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of $0.02 per request (maxAmountRequired of 20,000 base units with USDC's 6 decimals). No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof. The platform advertises no rate limits and instant access.

Documentation is extremely sparse. The landing page lists available endpoints and pricing, but the /docs, /pricing, 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, exchange). The OHLCV endpoint itself is not listed on the homepage (which shows /crypto/quotes and /crypto/gas but not /crypto/{symbol}/ohlcv), so its exact capabilities and input parameters are inferred from the endpoint path and common OHLCV API conventions.

Capabilities

ohlcv-datacrypto-market-data1inch-tokenx402-paymentusdc-baseper-request-pricingno-api-key

Use cases

  • Fetching historical OHLCV candlestick data for 1INCH to build trading charts
  • Backtesting trading strategies using 1INCH price and volume history
  • Integrating 1INCH market data into portfolio dashboards or bots
  • Agents autonomously purchasing crypto market data without API key provisioning

Fit

Best for

  • Developers needing quick, keyless access to 1INCH OHLCV data
  • AI agents that can settle micropayments on Base via x402
  • Projects that want pay-per-use crypto data without subscriptions

Not for

  • High-frequency trading requiring sub-second latency and guaranteed SLAs
  • Users who need comprehensive multi-asset OHLCV data across hundreds of tokens in bulk
  • Anyone without a Base-compatible wallet or x402 payment capability

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/crypto/1INCH/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 (returns a valid x402 402 challenge) and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documentation of request parameters or response format, no examples, and the specific /crypto/1INCH/ohlcv path is not even listed on the provider's homepage. Effectively a stub listing.

Warnings

  • No documentation available — /docs, /pricing, and /README pages all render only 'Connect wallet' with no content
  • No OpenAPI or request/response schema provided; input parameters for the OHLCV endpoint are unknown
  • This specific endpoint (/crypto/1INCH/ohlcv) is not listed on the provider's homepage; its availability beyond the 402 challenge is unverified
  • Response format and supported query parameters (interval, date range, etc.) are entirely unknown

Citations

Provenance

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

Agent access