x402basequality 0.30

Check account balance via x402 micropayment on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns account balance information for a specific account (ID 142) via an x402-gated POST request. Payment is settled in USDC on the Base network at $0.02 per call (20,000 base units with 6 decimals). No API keys or rate limits are required — access is granted purely through the x402 payment protocol.

The provider lowpaymentfee.com hosts a broader suite of pay-per-call APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request and settle on the Base network using USDC.

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 the balance response payload looks like. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the actual functionality and response format must be inferred from the endpoint path alone.

Capabilities

x402-paymentusdc-base-networkaccount-balancepay-per-requestno-api-keyno-rate-limit

Use cases

  • Querying account balance information programmatically via micropayment
  • Integrating balance checks into agent workflows without API key management
  • Demonstrating x402 payment protocol usage on Base network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless, pay-per-call account balance lookups
  • Low-volume balance queries where $0.02/request is acceptable

Not for

  • High-volume balance monitoring requiring bulk/subscription pricing
  • Users needing detailed API documentation or guaranteed SLAs
  • Production systems requiring well-documented response schemas

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/accounts/142/balance \
  -H "X-PAYMENT: <x402_payment_token>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, confirming it accepts USDC on Base at $0.02/request. However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty beyond a wallet-connect prompt. The actual response payload and input parameters are unknown.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or output schema provided; response format is completely unknown
  • The specific endpoint path (/accounts/142/balance) suggests a hardcoded account ID with unclear general utility
  • Provider hosts many listed endpoints but none have documented schemas or examples

Citations

Provenance

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

Agent access