x402basequality 0.40

Get the current price of RPL (Rocket Pool) token via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the RPL (Rocket Pool) token. It is part of a broader suite of APIs offered by lowpaymentfee.com, which covers data analytics, AI/ML inference, finance/Web3 data, and utility services — all gated behind the x402 payment 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 6 decimals). There are no API keys, no rate limits, and no subscription commitments — each call is paid individually via the X-PAYMENT header. The x402 challenge was successfully captured, confirming the endpoint is live.

Documentation beyond the landing page is sparse: the /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no example request/response payloads, and no detailed field documentation available from the crawl. The output format and exact fields returned are unknown and must be inferred from the endpoint name and the broader site context (token price data).

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-callno-api-keycrypto-market-data

Use cases

  • Fetching the current RPL token price for portfolio tracking or trading bots
  • Integrating real-time RPL pricing into a DeFi dashboard
  • Agent-driven price checks for automated trading strategies
  • On-demand token price lookups without managing API keys or subscriptions

Fit

Best for

  • Developers needing quick, keyless access to RPL token pricing
  • AI agents that can settle micropayments via x402 on Base
  • Projects that want pay-per-call pricing with no commitments

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical price data or OHLCV candles (only current price indicated)
  • Anyone without a Base-compatible wallet or USDC to settle payments

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/RPL/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no example request/response, and all documentation pages returned only a wallet-connect prompt. The actual response format is entirely unknown.

Warnings

  • No OpenAPI or schema documentation available — response fields are unknown
  • All doc/pricing/README pages returned only 'Connect wallet' with no content
  • No example responses available; output structure must be discovered empirically
  • No SLA, rate-limit, or uptime guarantees documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 11:21:45Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access