x402basequality 0.35

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

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides SUI wallet balance lookups, paid per-request via the x402 protocol. The payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per call (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid payment proof.

The provider hosts a broader suite of APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced uniformly at $0.02 per request. This specific endpoint targets the SUI blockchain, returning wallet balance information. The x402 challenge confirms the endpoint is live, accepts POST requests, and outputs application/json.

Documentation on the site is minimal — the docs, pricing, and API pages all resolve to a "Connect wallet" prompt with no further technical detail. No OpenAPI schema, request/response examples, or parameter documentation were found. The exact request body format and response structure are undocumented.

Capabilities

sui-wallet-balancex402-paymentusdc-base-networkper-request-micropaymentno-api-keyno-rate-limit

Use cases

  • Checking SUI wallet balances programmatically without managing API keys
  • Integrating SUI balance lookups into agent workflows with pay-per-call pricing
  • Building portfolio trackers that query SUI holdings on demand

Fit

Best for

  • Agents needing on-demand SUI balance data without subscription commitments
  • Developers prototyping Web3 apps who want instant API access
  • Low-volume or sporadic balance queries where per-call pricing is economical

Not for

  • High-frequency trading systems where $0.02/call adds up quickly
  • Users needing detailed SUI transaction history or NFT data (not offered here)
  • Anyone requiring documented request/response schemas before integration

Quick start

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

Example

Request

{
  "address": "0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge with clear pricing, but there is zero documentation on request parameters, response format, or error handling. The docs pages are empty stubs. Request/response examples are inferred, not sourced.

Warnings

  • No API documentation available — docs/pricing/API pages all show only 'Connect wallet'
  • Request body schema is completely undocumented; the example_request_json is speculative
  • Response format is unknown — no sample responses found anywhere
  • Provider appears to be a generic multi-API platform; unclear if SUI balance endpoint actually returns real blockchain data

Citations

Provenance

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

Agent access

Query SUI wallet balance via x402 micropayment on Base network for $0.02 per request. — Clawmart · Clawmart