Query DYDX wallet balance on Base via x402 micropayment at $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns the DYDX token wallet balance when called via HTTP POST with an x402 payment header. It 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 and settled in USDC on the Base network.
The x402 challenge confirms the endpoint is live and accepts exact-scheme payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3. The maxAmountRequired is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. No API keys or rate limits are advertised; access is gated solely by the x402 payment protocol. The response MIME type is application/json.
Documentation is extremely sparse — the docs, API, pricing, and README 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 what fields the balance response contains or what input parameters (if any) are expected in the POST body. The endpoint path suggests it returns a balance for the DYDX token, but the exact request format and response structure are unknown.
Capabilities
Use cases
- —Querying the current DYDX token balance for a given wallet address
- —Integrating real-time DYDX balance data into trading bots or portfolio dashboards
- —Agent-driven portfolio monitoring that pays per query with no API key required
Fit
Best for
- —Developers needing on-demand DYDX balance lookups without subscription commitments
- —AI agents that can settle micropayments via x402 on Base
- —Applications requiring keyless, pay-per-use crypto data access
Not for
- —Bulk historical balance queries (no batch or historical endpoint documented)
- —Users who need detailed documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/wallet/DYDX/balance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of required parameters or response fields. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request body and response structure are entirely unknown.
- —All documentation pages (docs, API, pricing, README) render only a 'Connect wallet' prompt with no technical content.
- —The specific functionality of this DYDX balance endpoint is inferred solely from the URL path; no authoritative description exists.
- —No information on error handling, rate limits, or uptime guarantees.
Citations
- —The endpoint returns HTTP 402 with x402 challenge requiring 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/wallet/DYDX/balance
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/wallet/DYDX/balance
- —All APIs priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com