Get the current price of ENS tokens via a pay-per-call x402 endpoint on Base.
What it does
This endpoint returns the current price of the ENS token. It is part of the lowpaymentfee.com platform, which offers a broad suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.
The specific endpoint at `/api/v1/tokens/ENS/price` accepts POST requests and returns JSON. Each call costs $0.02 in USDC (20,000 base units with 6 decimals). There are no API keys, no rate limits, and no subscription commitments — you pay per request via the x402 payment header. The platform advertises instant access with no minimums.
Documentation beyond the landing page is sparse; the /docs, /pricing, /api, and /README pages all resolve to a minimal "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec or detailed request/response schema available. The endpoint is live and returns a valid x402 challenge (HTTP 402) confirming it is operational and ready to accept payments.
Capabilities
Use cases
- —Fetching the current ENS token price for portfolio tracking or trading bots
- —Integrating real-time ENS pricing into a DeFi dashboard
- —Agent-driven price checks where no API key management is desired
- —Pay-as-you-go token price queries without subscription overhead
Fit
Best for
- —AI agents or bots that need on-demand ENS price data without managing API keys
- —Developers prototyping crypto dashboards who want instant access
- —Low-volume or sporadic price lookups where per-call billing is cost-effective
Not for
- —High-frequency trading requiring sub-second latency and bulk pricing tiers
- —Users who need historical ENS price data or OHLCV candles (not documented)
- —Anyone needing detailed API documentation or OpenAPI specs before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/ENS/price \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it is operational. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page, and no example responses. The actual data returned is unknown, making this effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request body and response format are unknown.
- —All documentation pages (/docs, /pricing, /api, /README) return only a 'Connect wallet' prompt with no technical content.
- —Response format and fields for the ENS price endpoint are not documented anywhere in the crawl material.
- —The endpoint path suggests it may be part of a generic template; actual data quality and source are unverified.
Citations
- —The endpoint returns HTTP 402 with an x402 challenge advertising USDC payment on Base network at 20,000 base units (~$0.02).https://lowpaymentfee.com/api/v1/tokens/ENS/price
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on the Base network.https://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 corresponds to USDC on Base.https://lowpaymentfee.com/api/v1/tokens/ENS/price