x402basequality 0.40

Real-time DOGE 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 DOGE (Dogecoin) via a pay-per-call x402 protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of data, AI, finance, and utility APIs all priced at $0.02 per request, settled in USDC on the Base network. No API keys or accounts are required — callers simply attach an x402 payment header to each POST request.

The specific endpoint `/api/v1/tokens/DOGE/price` is part of the Finance & Web3 category on the platform. The x402 challenge confirms the endpoint is live, accepting payments of up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payments are sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a maximum timeout of 300 seconds.

Documentation on the site is minimal — the docs, pricing, and API 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 likely returns a JSON object with the current DOGE price, but the exact fields are unconfirmed. The platform advertises no rate limits and instant access.

Capabilities

token-price-feedx402-micropaymentusdc-base-settlementpay-per-requestno-api-keydoge-price

Use cases

  • Fetching the current DOGE price in an automated trading bot
  • Displaying real-time Dogecoin pricing in a portfolio dashboard
  • Agent-driven price lookups without managing API keys or subscriptions
  • On-demand crypto price checks in chatbot or assistant workflows

Fit

Best for

  • Agents or bots needing one-off DOGE price lookups without signup
  • Developers wanting pay-per-call crypto data with no commitments
  • x402-compatible clients on the Base network

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users needing historical DOGE price data or OHLCV candles
  • Callers who cannot settle USDC payments on Base

Quick start

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

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 ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are empty beyond a wallet-connect prompt. The listing is functional but largely a stub.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • Docs, pricing, and API pages render only 'Connect wallet' with no technical content
  • No SLA, rate-limit, or uptime guarantees documented
  • Exact response fields for DOGE price are unconfirmed

Citations

Provenance

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

Agent access