Real-time DOGE token price via x402 micropayment on Base for $0.02 per request.
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
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
Quality
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
- —Endpoint returns 402 with x402 challenge accepting up to 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/tokens/DOGE/price
- —Platform prices all APIs at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/tokens/DOGE/price