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" account balance lookup via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all gated behind x402 micropayments on the Base network using USDC.

The specific endpoint `/api/v1/accounts/86/balance` accepts POST requests and returns JSON. The x402 challenge indicates a maximum cost of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). The platform advertises uniform $0.02/request pricing across all its endpoints, with no API keys, no rate limits, and no minimum commitments required. Payment is settled on-chain on Base via the x402 "exact" scheme.

Documentation on the site is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no explanation of what the "account balance" endpoint actually returns or what parameters it accepts. The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation makes it difficult to use without experimentation.

Capabilities

x402-paymentusdc-micropaymentbase-networkaccount-balancepay-per-requestno-api-keyjson-response

Use cases

  • Querying account balance information via a pay-per-call model without API key registration
  • Integrating micropayment-gated balance lookups into agent workflows on Base
  • Testing x402 protocol integrations with a low-cost endpoint

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need on-demand balance data without subscription commitments
  • Low-volume, pay-as-you-go API consumption on Base

Not for

  • Users who need detailed API documentation or request/response schemas before integrating
  • High-volume use cases where $0.02/request adds up significantly
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation, no OpenAPI schema, no request/response examples, and the docs pages are empty. The purpose of this specific endpoint (account 86 balance) is unexplained, making it effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet' with no content
  • No OpenAPI or request/response schema provided; request parameters and response format are unknown
  • The endpoint path references a specific account ID (86), and it is unclear whether this is parameterizable or what 'balance' refers to
  • The broader platform lists many endpoints (AI, finance, utils) but none have documented schemas

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:46:58Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-28

Agent access