x402basequality 0.30

x402-gated account balance endpoint on Base, pay-per-call with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a "Premium API Access" resource at `/api/v1/accounts/65/balance`, gated behind the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of 0.02 USDC per request (20,000 base units at 6 decimals). No API keys or rate limits are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform advertises a 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 priced at $0.02 per request on the Base network. However, the specific endpoint being listed here (`/api/v1/accounts/65/balance`) appears to be an account balance lookup, and its exact response schema is not documented. The crawled docs, pricing, and README pages returned only a "Connect wallet" prompt with no further technical detail.

Because there is no OpenAPI spec, no response schema, and no usage examples available, the precise fields returned by this endpoint remain unknown. Callers should expect a JSON response containing balance information for account ID 65, but the structure must be discovered empirically.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-balancepay-per-callno-api-keyjson-response

Use cases

  • Querying account balance data without needing API key registration
  • Agent-driven balance lookups settled instantly via USDC on Base
  • Integrating pay-per-call balance checks into automated workflows

Fit

Best for

  • Developers wanting zero-signup, pay-per-call API access
  • AI agents that can settle x402 payments on Base
  • Users who prefer crypto micropayments over subscription billing

Not for

  • Users needing detailed API documentation or response schemas before integration
  • High-volume batch queries where per-call pricing may add up
  • Users without access to USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no response schema, no request body schema, and no documentation beyond a landing page listing. The specific purpose of account 65's balance endpoint is unexplained. This is effectively a stub listing.

Warnings

  • No OpenAPI or response schema available — response structure is unknown
  • Documentation pages (/docs, /pricing, /README) all returned only 'Connect wallet' with no content
  • The endpoint path references a specific account ID (65); it is unclear whether this is parameterized or fixed
  • No examples or usage guides found anywhere on the site

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:33:12Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access