x402basequality 0.40

Get the current UNI 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 UNI (Uniswap) token. It is part of a broader suite of pay-per-request APIs hosted at lowpaymentfee.com, covering finance, crypto, AI, analytics, and utility services. Payment is handled via the x402 protocol on the Base network using USDC, with no API keys, rate limits, or subscriptions required.

The specific endpoint `/api/v1/tokens/UNI/price` accepts POST requests and charges 0.02 USDC per call (20,000 base units of USDC with 6 decimals). The x402 challenge confirms the endpoint is live and settles payments to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base. The response MIME type is `application/json`.

Documentation beyond the landing page is minimal — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example responses, and no schema describing the returned price object. The endpoint appears functional based on the 402 challenge, but the exact response format must be inferred.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkreal-time-pricingno-api-keypay-per-request

Use cases

  • Fetching the current UNI token price for trading bots or portfolio dashboards
  • Integrating real-time token pricing into DeFi applications without managing API keys
  • Agent-driven price lookups where per-call micropayments replace subscription billing

Fit

Best for

  • Developers needing simple, keyless access to UNI token prices
  • AI agents that can settle x402 payments autonomously on Base
  • Low-volume or sporadic price queries where subscriptions are wasteful

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need historical price data or OHLCV candles (only current price indicated)
  • Anyone unable to pay with USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live via a valid 402 challenge with clear pricing and network details, but there is no OpenAPI spec, no documented response schema, no example responses, and all documentation pages are empty beyond a wallet-connect prompt.

Warnings

  • No OpenAPI or response schema available — response format is unknown
  • Documentation pages (/docs, /api, /pricing, /README) contain no useful content
  • No SLA, rate-limit, or uptime guarantees documented

Citations

Provenance

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

Agent access