x402basequality 0.35

OHLCV candlestick data for RPL (Rocket Pool) via x402 micropayment 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 RPL (Rocket Pool) cryptocurrency token. 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 utility services — all gated via 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 request is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. There are no API keys, no rate limits, and no subscription commitments — each call is independently paid.

The platform advertises similar endpoints for token quotes, gas estimates, exchange rates, and price feeds, all at the same $0.02/request price point. Documentation beyond the landing page is sparse; the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. The exact request body schema and response fields for the OHLCV endpoint are not documented, so callers should expect standard OHLCV fields (timestamp, open, high, low, close, volume) but may need to experiment with parameters like time range or interval.

Capabilities

ohlcv-datacrypto-market-datarpl-tokenx402-paymentusdc-basepay-per-requestjson-api

Use cases

  • Fetching historical OHLCV candlestick data for RPL to build trading charts
  • Backtesting trading strategies on Rocket Pool price movements
  • Feeding RPL market data into automated trading bots or analytics pipelines
  • Integrating RPL price data into portfolio dashboards

Fit

Best for

  • Agents or bots that need on-demand RPL market data without API key management
  • Developers prototyping crypto dashboards who want instant, keyless access
  • Pay-per-use workflows where subscription pricing is overkill

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need comprehensive multi-token OHLCV in a single bulk call
  • Anyone unable to settle USDC payments on the Base network

Quick start

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

Example

Request

{}

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 for request parameters or response schema. The docs, API, pricing, and README pages are all empty beyond a wallet-connect prompt. The listing is effectively a stub with only the x402 challenge and landing page to go on.

Warnings

  • No documentation available for request body parameters (e.g., time range, interval, granularity)
  • No response schema or example response documented anywhere
  • Docs, API, pricing, and README pages all render only 'Connect wallet' with no content
  • Exact OHLCV fields and data source are unknown — callers must experiment

Citations

Provenance

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

Agent access