Get the current LUNC token price via x402 micropayment on Base for $0.02 per request.
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
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
Quality
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
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/tokens/LUNC/price
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/tokens/LUNC/price