x402basequality 0.35

Get the current LUNC token price 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 Terra Classic (LUNC) token. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, covering data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 protocol for payment, settling in USDC on the Base network.

The specific endpoint `/api/v1/tokens/LUNC/price` accepts POST requests and returns JSON. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 per request (USDC uses 6 decimals). No API keys or rate limits are advertised — access is gated purely by the x402 payment header. The provider's landing page confirms a flat $0.02/request pricing model across all listed endpoints.

Documentation is extremely sparse. The docs, API, 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 is live (returns a proper 402 challenge), but the actual data source for LUNC pricing and the response format are unknown.

Capabilities

token-pricelunccrypto-price-feedx402-paymentusdc-basepay-per-requestjson-api

Use cases

  • Fetching the current LUNC token price for portfolio tracking or trading bots
  • Integrating real-time LUNC pricing into a DeFi dashboard
  • Agent-driven crypto price lookups without API key management
  • Pay-per-call price checks for low-volume or sporadic usage

Fit

Best for

  • Agents or bots that need on-demand LUNC pricing without subscription commitments
  • Developers wanting zero-setup crypto price data via x402 micropayments
  • Low-volume consumers who prefer pay-per-request over monthly plans

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users needing historical LUNC price data or OHLCV candles (only current price implied)
  • Anyone requiring detailed API documentation or response schema before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no example request/response, and all documentation pages are empty beyond a wallet-connect prompt. The actual response schema and data source are completely unknown, making this effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing the response format
  • No example responses available; actual data content and accuracy are unverified
  • Data source for LUNC pricing is unknown — no information on freshness, accuracy, or provider

Citations

Provenance

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

Agent access