x402basequality 0.35

Get the current USDT 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 USDT (Tether) as a JSON response, gated behind an x402 payment challenge on the Base network. It is part of a broader suite of APIs offered by lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled in USDC on Base.

The specific endpoint `/api/v1/tokens/USDT/price` accepts POST requests and requires an X-PAYMENT header conforming to the x402 protocol (version 1, "exact" scheme). The maximum amount required is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a timeout of 300 seconds. No API keys or rate limits are advertised; access is purely pay-per-call.

Documentation on the site is extremely thin — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format after successful payment is unknown.

Capabilities

token-price-lookupx402-micropaymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Fetching the current USDT price for portfolio tracking or trading bots
  • Integrating real-time USDT pricing into a DeFi application
  • Agent-driven price checks where per-call micropayments replace API key management
  • Comparing USDT price across sources for arbitrage detection

Fit

Best for

  • AI agents or bots that need on-demand USDT price data without managing API keys
  • Developers who prefer crypto micropayments over subscription billing
  • Low-volume or sporadic price lookups where $0.02/call is cost-effective

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing (no documented rate guarantees)
  • Users who need detailed OHLCV or historical price data (only current price is implied)
  • Anyone requiring comprehensive documentation or SLA guarantees before integration

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02 in USDC on Base). However, there is no OpenAPI spec, no response schema, no example payloads, and documentation pages are empty stubs. The actual data returned after payment is entirely unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — response format after payment is unknown
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • The endpoint path suggests USDT price data but no sample response confirms this
  • No SLA, rate limit, or uptime guarantees documented

Citations

Provenance

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

Agent access