Get the current HNT (Helium) token price via a pay-per-call x402 endpoint on Base.
What it does
This endpoint returns the current price of the HNT (Helium) token. It is part of the lowpaymentfee.com platform, which offers a suite of data, analytics, AI, finance, and utility APIs — all payable per request via the x402 protocol on the Base network using USDC.
The endpoint costs $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys, accounts, or rate limits are required; payment is handled inline via the x402 `X-PAYMENT` header. The response MIME type is `application/json`. The endpoint accepts POST requests.
The broader lowpaymentfee.com platform advertises additional endpoints for analytics/metrics, data export, sentiment analysis, text summarization, classification, embeddings, exchange rates, gas estimates, geocoding, and more — all at the same $0.02/request price point. Documentation beyond the landing page is sparse; the docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further detail.
Capabilities
Use cases
- —Fetching the current HNT (Helium) token price for portfolio tracking or trading bots
- —Integrating real-time HNT pricing into a DeFi dashboard or application
- —Agents that need on-demand crypto price data without managing API keys
Fit
Best for
- —Developers or agents needing quick, keyless HNT price lookups
- —Pay-per-use crypto price data without subscriptions
- —x402-native workflows on the Base network
Not for
- —Bulk historical price data or OHLCV candle feeds (no evidence of historical endpoints)
- —Users who need free or ad-supported price APIs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/HNT/price \
-H "X-PAYMENT: <x402_payment_header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and the docs/pricing/API pages are all empty stubs. The actual response shape for the HNT price endpoint must be inferred.
Warnings
- —Documentation pages (/docs, /pricing, /api, /README) all return only a 'Connect wallet' prompt with no usable content.
- —No request or response schema is documented; the output format of the HNT price endpoint is unknown.
- —No examples of successful responses are available.
Citations
- —The endpoint returns HTTP 402 with an x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/tokens/HNT/price
- —The maxAmountRequired is 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), which equals $0.02https://lowpaymentfee.com/api/v1/tokens/HNT/price
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com