x402basequality 0.35

Query DOGE wallet balances via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

doge-balancecrypto-wallet-queryx402-paymentbase-network-usdcpay-per-request

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Provenance

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

Agent access