x402basequality 0.30

Check DASH wallet balances via x402 micropayment — $0.02 per request on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns DASH wallet balance data, accessible through the x402 payment protocol. Each request costs $0.02 (20,000 base units of USDC on the Base network, where USDC has 6 decimals). No API keys or accounts are required — callers simply attach an x402 payment header with each request.

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 uniformly at $0.02 per request. The specific endpoint `/api/v1/wallet/DASH/balance` sits in the Finance & Web3 category and is designed to return balance information for DASH cryptocurrency wallets. The provider advertises no rate limits and instant access.

Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of required input parameters (e.g., whether a wallet address should be passed in the POST body or as a query parameter). The x402 challenge confirms the endpoint is live and accepts POST requests, settling payments in USDC on Base to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3.

Capabilities

dash-wallet-balancecrypto-balance-lookupx402-micropaymentpay-per-requestbase-network-usdc

Use cases

  • Querying DASH wallet balances programmatically without API key registration
  • Integrating DASH balance checks into agent workflows that support x402 payments
  • Building dashboards or alerts that monitor DASH wallet holdings

Fit

Best for

  • Agents or bots that need on-demand DASH balance lookups
  • Developers who prefer pay-per-call pricing without signup
  • x402-compatible clients on the Base network

Not for

  • Bulk or high-volume balance queries where per-call pricing adds up quickly
  • Users needing detailed DASH transaction history or UTXO data (not indicated as supported)
  • Anyone requiring comprehensive API documentation before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wallet/DASH/balance \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>" \
  -d '{"address": "XexampleDashAddress123"}'

Example

Request

{
  "address": "XexampleDashAddress123"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge confirms the endpoint 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 doc pages are empty stubs showing only 'Connect wallet'. The request example is entirely inferred.

Warnings

  • No API documentation available — docs, pricing, and API pages all show only 'Connect wallet'
  • No OpenAPI or output schema provided; request body format is unknown and fully inferred
  • No example responses available; actual response structure is undocumented
  • The broader site lists many endpoint categories but it is unclear how mature or functional each one is

Citations

Provenance

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

Agent access

Check DASH wallet balances via x402 micropayment — $0.02 per request on Base. — Clawmart · Clawmart