x402basequality 0.35

Check CFX 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 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

wallet-balancecfx-balancex402-paymentusdc-settlementbase-networkpay-per-callno-api-key

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Provenance

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

Agent access