x402basequality 0.35

Check HBAR wallet balances via x402 micropayment — $0.02 per request on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns HBAR (Hedera) wallet balance data, gated behind the x402 payment protocol. Each call costs $0.02 (20,000 base units of USDC on the Base network, where USDC has 6 decimals). No API keys or rate limits are required; callers simply attach an X-PAYMENT header with a valid x402 payment proof to access the endpoint.

The provider operates a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on Base. This specific endpoint focuses on retrieving the balance of an HBAR wallet. The endpoint accepts POST requests and returns JSON.

Documentation beyond the landing page is extremely thin — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawl. The endpoint is confirmed live (returns a proper 402 x402 challenge), but the lack of documentation means callers will need to experiment to discover the expected request body format and response structure.

Capabilities

hbar-wallet-balancex402-paymentusdc-base-settlementcrypto-balance-lookuppay-per-request

Use cases

  • Querying HBAR wallet balances programmatically without API key registration
  • Integrating Hedera balance checks into agent workflows that support x402 payments
  • Building portfolio trackers that need on-demand HBAR balance data

Fit

Best for

  • AI agents or bots that can pay per-call via x402 on Base
  • Developers who want instant access to HBAR balance data without signup
  • Low-volume or sporadic balance lookups where $0.02/call is cost-effective

Not for

  • High-frequency balance monitoring where per-call costs would accumulate quickly
  • Users who need detailed HBAR transaction history or account metadata beyond balance
  • Developers who require comprehensive API documentation before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wallet/HBAR/balance \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>" \
  -d '{"address": "0.0.12345"}'

Example

Request

{
  "address": "0.0.12345"
}

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 virtually no documentation — no OpenAPI spec, no request/response schemas, no examples. The request body format and response structure are entirely unknown and had to be guessed. All secondary pages returned only 'Connect wallet' with no content.

Warnings

  • No API documentation available — /docs, /pricing, /api, and /README pages are all empty beyond a wallet connect prompt
  • No OpenAPI or schema definition found; request body format and response structure are unknown
  • The example_request_json is speculative — the actual expected POST body is undocumented
  • Provider lists many endpoints but none have documented schemas; platform maturity is unclear

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 14:35:24Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access