Check DASH wallet balances via x402 micropayment — $0.02 per request on Base.
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
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
Quality
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
- —Endpoint returns 402 with x402 challenge accepting USDC on Base network at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/wallet/DASH/balance
- —All APIs priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/wallet/DASH/balance