Pay-per-call DOGE token data via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides token data for DOGE (Dogecoin) through a pay-per-call x402 protocol. It is part of a broader platform offering dozens of API endpoints across data analytics, AI/ML inference, finance/Web3, and infrastructure categories — all priced uniformly at $0.02 per request. Payment is settled on the Base network using USDC (contract 0x8335…2913) with no API keys, no rate limits, and no upfront commitments required.
The specific endpoint `/api/v1/tokens/DOGE` sits under the Finance & Web3 category of the platform and likely returns token-level data for Dogecoin (price, metadata, or market information), though the exact response schema is not documented. The x402 challenge confirms the endpoint is live, accepting POST requests, and requiring a maximum payment of 20,000 base units of USDC (i.e., $0.02 given USDC's 6 decimals). The payment timeout is 300 seconds.
Documentation on the site is extremely sparse — 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 format. The endpoint is confirmed live via the 402 challenge, but consumers should be prepared to discover the response schema empirically.
Capabilities
Use cases
- —Fetching current DOGE token data (price, metadata) for trading bots or dashboards
- —Integrating Dogecoin market information into agent workflows without API key management
- —On-demand crypto token lookups settled via micropayments on Base
Fit
Best for
- —Agents or bots needing quick, keyless access to DOGE token data
- —Developers who prefer pay-per-call over subscription billing
- —x402-compatible clients on the Base network
Not for
- —Users needing detailed historical DOGE data or OHLCV candles (no evidence this is provided)
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone requiring comprehensive API documentation before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tokens/DOGE \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the site's docs/pricing/README pages are all empty beyond a wallet-connect prompt. The actual data returned is unknown.
Warnings
- —No API documentation available — docs, pricing, and README pages are empty
- —Response schema for /api/v1/tokens/DOGE is completely undocumented
- —No example request or response payloads available; consumers must discover the format empirically
- —The platform lists many endpoint categories but specifics on each are absent
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/tokens/DOGE
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/tokens/DOGE