x402basequality 0.40

Real-time RSR token price data via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the RSR (Reserve Rights) token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, covering finance, crypto, AI/ML, data analytics, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/tokens/RSR/price` accepts POST requests and returns JSON. Each call costs a maximum of 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is handled inline via the X-PAYMENT header — no API keys, accounts, or rate limits are required. The x402 challenge was confirmed live, returning a proper 402 response with payment parameters including the payTo address and USDC asset contract on Base.

Documentation beyond the landing page is sparse — the /docs, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint appears to be one of many token price endpoints following a `/api/v1/tokens/{symbol}/price` pattern, though only the RSR variant is listed here.

Capabilities

token-price-lookupx402-micropaymentusdc-settlementbase-networkpay-per-requestno-api-keyreal-time-pricing

Use cases

  • Fetching the current RSR token price for portfolio tracking or trading bots
  • Integrating real-time RSR pricing into a DeFi dashboard without managing API keys
  • Agent-driven price lookups where per-call micropayments replace subscription billing

Fit

Best for

  • Developers needing on-demand RSR price data without signup or API key management
  • AI agents that can settle x402 payments autonomously on Base
  • Low-volume or sporadic price queries where $0.02/call is cheaper than a subscription

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented batch endpoint)
  • Users who need historical price data or OHLCV candles (only current price is indicated)
  • Anyone unable to transact in USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint exists and costs $0.02 USDC on Base. However, there is no OpenAPI spec, no example request/response, and all documentation pages beyond the landing page are empty stubs. The response schema and exact request body format are unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is entirely unknown
  • All doc/pricing/README pages return only a wallet-connect prompt with no content
  • No example responses or field descriptions for the token price payload
  • Endpoint is part of a broad multi-category API suite; unclear how mature or reliable the finance data source is

Citations

Provenance

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

Agent access