Query DOGE wallet balances via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns Dogecoin wallet balance data, accessed through the x402 payment protocol. Each call costs $0.02 (20,000 base units of USDC on the Base network, where USDC has 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to a POST request and receive a JSON response.
The endpoint is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced at $0.02 per request. The platform settles payments on the Base L2 network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge was successfully captured, confirming the endpoint is live.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no request/response examples, and no description of what parameters the endpoint accepts (e.g., whether a DOGE address is passed in the POST body or as a path parameter). The endpoint path suggests it returns a balance for a DOGE wallet, but the exact input format and response structure are unknown.
Capabilities
Use cases
- —Checking the balance of a Dogecoin wallet address programmatically
- —Integrating DOGE balance lookups into a trading bot or portfolio tracker
- —Verifying DOGE holdings before executing a transaction
Fit
Best for
- —Agents needing on-demand DOGE balance queries without API key management
- —Low-volume or sporadic crypto balance checks where pay-per-call is economical
- —Developers prototyping wallet dashboards who want instant access
Not for
- —High-frequency bulk balance queries where $0.02/call adds up quickly
- —Users who need balances for non-DOGE cryptocurrencies from this specific endpoint
- —Anyone requiring detailed DOGE transaction history or UTXO data (not indicated as supported)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/wallet/DOGE/balance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"address": "DExampleDogecoinAddress1234"}'Example
Request
{
"address": "DH5yaieqoZN36fDVciNyRueRGvGLR3mr7L"
}Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and all documentation pages are empty stubs. The request example above is inferred and unverified.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all return only a wallet-connect prompt with no technical content.
- —Request and response schemas are entirely unknown; the example request is speculative.
- —No OpenAPI or machine-readable schema was found.
- —The broader platform lists many endpoints across diverse categories (AI, analytics, finance, utilities) all at the same price, which may indicate a generic or placeholder service.
Citations
- —Endpoint returns HTTP 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/wallet/DOGE/balance
- —Price is 20,000 base units of USDC (USD Coin, 6 decimals) on Base network, equaling $0.02https://lowpaymentfee.com/api/v1/wallet/DOGE/balance
- —Platform advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/wallet/DOGE/balance
- —Payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/wallet/DOGE/balance