Check CFX wallet balance via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns the balance of a Conflux (CFX) wallet. 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/CFX/balance` accepts POST requests and costs $0.02 per call (20,000 base units of USDC with 6 decimals).
The provider advertises a simple pricing model: $0.02 per request across all endpoints, with no API keys, no rate limits, no minimums, and instant access. Payment is made inline via the x402 `X-PAYMENT` header. The x402 challenge was successfully captured, confirming the endpoint is live and accepting payment on Base (asset contract 0x8335…2913, which is USDC on Base). The timeout for payment settlement is 300 seconds.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no request/response examples, and no description of what parameters the POST body should contain or what the response looks like. The endpoint's actual behavior (input format, response schema) must be discovered by making a paid call.
Capabilities
Use cases
- —Querying the balance of a Conflux (CFX) wallet address programmatically
- —Integrating CFX balance checks into trading bots or portfolio dashboards
- —Agent-driven wallet monitoring without needing API key registration
Fit
Best for
- —Developers needing quick, keyless CFX balance lookups
- —AI agents that can settle x402 micropayments on Base
- —Low-volume or sporadic wallet balance queries where per-call pricing is preferable
Not for
- —High-volume balance polling where $0.02/request adds up quickly
- —Users who need detailed transaction history or multi-chain wallet data
- —Anyone without a Base-compatible USDC wallet for x402 settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/wallet/CFX/balance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{"address": "cfx:..."}'Example
Request
{
"address": "cfx:aak2rra2njvd77ezwjvx04kkds9fzagfe6ku8scz91"
}Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation on request parameters, response format, or endpoint behavior. No OpenAPI schema, no examples, and all doc pages are empty. The request and response JSON examples above are inferred/guessed.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or output schema provided; request body format and response structure are unknown.
- —Example request JSON is inferred from the URL path pattern and is not confirmed by any documentation.
- —The broader site lists many endpoints across categories (AI, finance, infrastructure) all at $0.02 — unclear if all are functional or placeholders.
Citations
- —Endpoint returns 402 with x402 challenge, confirming it is live on Base network using USDChttps://lowpaymentfee.com/api/v1/wallet/CFX/balance
- —Price is $0.02 per request (maxAmountRequired 20000 base units of USDC, 6 decimals)https://lowpaymentfee.com/api/v1/wallet/CFX/balance
- —Site advertises $0.02/request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/wallet/CFX/balance