Query FLOW wallet balance via x402 micropayment on Base for $0.02 per request.
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
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
Quality
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
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/wallet/FLOW/balance
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/wallet/FLOW/balance
- —All APIs are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com