x402basequality 0.40

Real-time XLM (Stellar Lumens) price data via x402 micropayment on Base network.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of XLM (Stellar Lumens) as a pay-per-call API secured by the x402 protocol. It is part of a broader suite of finance, analytics, AI, and utility APIs hosted at lowpaymentfee.com, all priced at $0.02 per request with no API keys, rate limits, or subscriptions required.

Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge specifies a maxAmountRequired of 20,000 base units, which at 6 decimals for USDC equals $0.02 per call. The endpoint accepts POST requests and returns JSON. No authentication beyond the x402 payment header is needed.

Documentation on the site is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns 402 with a valid x402 challenge), but the exact response format for a successful paid request must be inferred from the endpoint path and the broader site context (crypto token price data).

Capabilities

crypto-price-dataxlm-pricex402-paymentusdc-settlementbase-networkpay-per-callno-api-keyreal-time-pricing

Use cases

  • Fetching the current market price of XLM (Stellar Lumens) for trading bots or portfolio trackers
  • Integrating real-time XLM pricing into a DeFi application or dashboard
  • Agent-driven crypto price lookups without managing API keys or subscriptions

Fit

Best for

  • AI agents needing on-demand crypto price data with no signup
  • Developers who want pay-per-call pricing without rate limits
  • Quick XLM price checks settled via USDC on Base

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Historical price data or OHLCV candle queries (only current price indicated)
  • Users who cannot transact on the Base L2 network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/XLM/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 endpoint is confirmed live with a valid x402 402 challenge, pricing is clear ($0.02 USDC on Base), and the purpose is inferable from the URL path. However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the site's docs pages are empty beyond a wallet connect prompt. Significant inference is required.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • Docs, pricing, and API pages on the site render only 'Connect wallet' with no technical content
  • No example request or response payloads could be found
  • Exact data source for XLM price is undocumented

Citations

Provenance

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

Agent access