x402basequality 0.45

Get the current price of LRC (Loopring) 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 LRC (Loopring) token. It is part of the lowpaymentfee.com platform, which offers a suite of data, AI, finance, and utility APIs all gated behind the x402 payment protocol on the Base network. Each call costs $0.02 in USDC (USD Coin), settled on-chain with no API keys, no rate limits, and no subscriptions required.

The specific endpoint at `/api/v1/tokens/LRC/price` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, accepting payments to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC on Base (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02.

The broader lowpaymentfee.com platform also offers endpoints for analytics, AI inference (sentiment analysis, summarization, classification, embeddings), exchange rates, gas estimates, geocoding, and more — all at the same $0.02/request price point. Documentation pages exist but appear to require a wallet connection to view, so detailed request/response schemas are not available from the crawl.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Fetching the current LRC (Loopring) token price in an automated trading or portfolio bot
  • Integrating real-time token pricing into a DeFi dashboard without managing API keys
  • Agent-driven price lookups where per-call crypto payment is preferred over subscriptions

Fit

Best for

  • Developers or agents needing on-demand LRC price data without subscription overhead
  • x402-compatible agents that can pay per request in USDC on Base
  • Low-volume or bursty use cases where pay-per-call is more economical than a monthly plan

Not for

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

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.45/ 1.00

The x402 challenge is live and confirms pricing, network, and asset details. However, no request/response schema, no documentation content (all doc pages just show 'Connect wallet'), and no example payloads are available, making integration details largely unknown.

Warnings

  • No request or response schema documented — the output format of the price data is unknown.
  • All documentation pages (docs, api, pricing, README) require wallet connection and returned no useful content.
  • The endpoint path suggests a single-token price lookup but there is no confirmation of what fields are returned.

Citations

Provenance

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

Agent access