x402basequality 0.35

Query SNX wallet balance on Base via x402 micropayment at $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 SNX (Synthetix) token. It is part of a broader suite of pay-per-call APIs offered by the provider, spanning data analytics, AI/ML inference, finance/Web3, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/wallet/SNX/balance` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, which uses 6 decimals), equating to $0.02 per request. No API keys are required; payment is handled inline via the X-PAYMENT header. The provider advertises no rate limits and instant access.

Documentation beyond the landing page 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 spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns 402 with a valid x402 challenge), but the actual response format for a successful paid request is unknown.

Capabilities

wallet-balance-querysnx-tokenx402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Checking SNX token balance for a given wallet address
  • Integrating SNX balance lookups into trading bots or portfolio dashboards
  • Agent-driven portfolio monitoring that pays per query with no subscription

Fit

Best for

  • Developers needing on-demand SNX balance queries without API key management
  • AI agents that can settle micropayments via x402 on Base
  • Low-volume or sporadic wallet balance checks where pay-per-call is cost-effective

Not for

  • High-frequency balance polling where a WebSocket or indexed data source would be cheaper
  • Users who need balances for many tokens in a single call (this endpoint is SNX-specific)

Quick start

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

Example

Request

{
  "address": "0x1234567890abcdef1234567890abcdef12345678"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI spec, no response schema, and no examples. The request body format is entirely inferred. The docs pages are empty beyond a wallet-connect prompt.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are unknown and inferred.
  • All documentation pages (/docs, /api, /pricing, /README) return only a 'Connect wallet' prompt with no content.
  • The example_request_json is speculative; the actual required fields are undocumented.
  • Provider offers a very broad set of unrelated APIs (AI, analytics, geocoding, finance) all at the same price, which may indicate a generic or placeholder service.

Citations

Provenance

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

Agent access