x402basequality 0.35

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" account balance resource at `/api/v1/accounts/148/balance`. It is part of a broader platform offering dozens of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated via the x402 payment protocol on the Base network.

The specific endpoint probed accepts POST requests and charges up to $0.02 per call (20,000 base units of USDC, which has 6 decimals). Payment is settled on-chain in USDC (contract `0x8335…2913` on Base) to the payee address `0x1A2B…85F3`. No API keys or rate limits are advertised; access is granted purely through the x402 payment header. The platform's landing page lists a uniform $0.02/request price across all endpoints.

The exact response schema for this particular endpoint (`/accounts/148/balance`) is not documented in the crawled material. The endpoint path suggests it returns an account balance for account ID 148, but no further details on the response payload, required request body fields, or error codes are available. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no additional documentation. This makes the endpoint functional but poorly documented for programmatic integration.

Capabilities

x402-paymentusdc-settlementbase-networkaccount-balancepay-per-requestno-api-keypost-method

Use cases

  • Querying account balance data via a single paid API call
  • Integrating pay-per-request balance lookups into agent workflows
  • Demonstrating x402 protocol payment flows on Base

Fit

Best for

  • Agents or services that need on-demand account balance data without API key management
  • Developers experimenting with x402 payment-gated APIs
  • Micropayment-based API consumption on Base L2

Not for

  • Users needing detailed API documentation or response schemas before integrating
  • High-volume batch queries where per-request pricing may add up
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation on request/response schemas, no OpenAPI spec, and the docs pages are empty beyond a wallet-connect prompt. The purpose of this specific endpoint (account 148 balance) is unclear.

Warnings

  • No API documentation available — docs, pricing, and API pages all show only 'Connect wallet'
  • No request body schema or response schema documented for this endpoint
  • The endpoint path references a specific account ID (148); unclear if this is parameterizable or a fixed demo
  • The broader platform lists many endpoints but none appear to have public documentation

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 01:22:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access