x402basequality 0.35

Get the current price of ENS tokens via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

token-price-lookupens-pricex402-paymentusdc-settlementbase-networkpay-per-requestno-api-keyno-rate-limit

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:31:35Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access