Query ATOM wallet balances via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns ATOM (Cosmos) wallet balance data, gated behind the x402 payment protocol. Callers pay $0.02 per request in USDC on the Base network — no API keys, no rate limits, and no sign-up required. The payment is settled on-chain via the x402 "exact" scheme, meaning a single fixed payment per call.
The provider hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all at the same $0.02 price point. This specific endpoint focuses on cryptocurrency wallet balance lookups for the ATOM token. The response MIME type is application/json. The endpoint accepts POST requests.
Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the actual request body format and response structure must be discovered experimentally.
Capabilities
Use cases
- —Querying the balance of an ATOM/Cosmos wallet address programmatically
- —Building portfolio trackers that need real-time ATOM balance data
- —Automated monitoring of ATOM wallet balances in trading bots or dashboards
Fit
Best for
- —Developers needing on-demand ATOM wallet balance queries without API key management
- —Agents or bots that can settle x402 micropayments on Base
- —Low-volume or sporadic balance lookups where pay-per-call is more economical than a subscription
Not for
- —High-frequency balance polling where $0.02/request adds up quickly
- —Users who need balances for many different chains in a single call
- —Anyone without a Base-compatible USDC wallet to settle x402 payments
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/wallet/ATOM/balance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{"address": "cosmos1..."}'Example
Request
{
"address": "cosmos1exampleaddress123"
}Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no examples, and all doc pages are empty stubs. The request body format and response structure are entirely unknown and must be guessed.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages are all empty beyond a wallet-connect prompt
- —No OpenAPI or schema definition; request body format is unknown and the example_request_json is speculative
- —No response schema or example response available
- —Provider description is generic ('Premium API Access') with no endpoint-specific detail
Citations
- —Endpoint returns a valid x402 challenge with status 402, confirming it is livehttps://lowpaymentfee.com/api/v1/wallet/ATOM/balance
- —Price is $0.02 per request (maxAmountRequired 20000 in USDC with 6 decimals = $0.02) on Base networkhttps://lowpaymentfee.com/api/v1/wallet/ATOM/balance
- —Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Basehttps://lowpaymentfee.com
- —Provider advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) contain only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs