x402basequality 0.40

Query FLOW wallet balance via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the wallet balance for the FLOW token. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, all settled via the x402 protocol on the Base network using USDC. The specific endpoint `/api/v1/wallet/FLOW/balance` accepts POST requests and returns JSON.

Pricing is $0.02 per request (20,000 base units of USDC with 6 decimals). Payment is made inline via the X-PAYMENT header — no API keys, accounts, or rate limits are required. The x402 challenge was confirmed live, returning a 402 with a valid payment challenge specifying the `exact` scheme, USDC asset contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base, and a 300-second payment timeout.

The provider's landing page lists many other endpoints across data/analytics, AI/ML, finance/Web3, and infrastructure categories, all at the same $0.02 price point. However, documentation pages (`/docs`, `/pricing`, `/README`) returned only a "Connect wallet" prompt with no substantive content, so details about request parameters, response schema, and the exact data source for FLOW balances are unknown.

Capabilities

wallet-balanceflow-tokenx402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Checking the balance of a FLOW wallet address programmatically
  • Integrating FLOW balance lookups into a portfolio tracker or dashboard
  • Automated monitoring of FLOW token holdings

Fit

Best for

  • Agents or apps needing on-demand FLOW wallet balance queries without API key management
  • Developers who want pay-per-call crypto data without subscriptions
  • x402-compatible agents on the Base network

Not for

  • High-volume balance polling where $0.02/request adds up quickly
  • Users needing detailed FLOW transaction history or staking data (not offered by this endpoint)
  • Querying balances for tokens other than FLOW (separate endpoints exist)

Quick start

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

Example

Request

{
  "address": "0x1234567890abcdef1234567890abcdef12345678"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI schema, no example responses, and no details about request parameters or the data source for FLOW balances. The docs, pricing, and README pages all returned only a wallet-connect prompt with no content.

Warnings

  • No documentation available — /docs, /pricing, and /README pages are empty (only show 'Connect wallet')
  • Request body schema and response schema are unknown; the example request is inferred
  • Data source for FLOW wallet balances is unspecified
  • The provider lists many endpoints across diverse categories (AI, analytics, geocoding, etc.) all at $0.02 — unclear if all are fully functional

Citations

Provenance

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

Agent access