x402basequality 0.35

Check RNDR token wallet balance via x402 micropayment on Base network for $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the balance of an RNDR (Render Token) wallet. It is part of a broader platform offering pay-per-call APIs across data analytics, AI/ML, finance/Web3, and infrastructure categories, all settled via the x402 protocol on the Base network using USDC.

The specific endpoint `/api/v1/wallet/RNDR/balance` accepts POST requests and is gated by an x402 payment challenge. The maximum amount required per call is 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made inline via the X-PAYMENT header — no API keys, accounts, or rate limits are required. The payment timeout is 300 seconds.

The platform advertises a uniform $0.02 per request pricing across all its endpoints. Documentation pages (docs, pricing, README) appear to be behind a wallet-connect gate and did not yield substantive content during crawling, so details about request/response schemas, supported parameters, and error handling are unknown. The endpoint is confirmed live via a valid 402 challenge response.

Capabilities

wallet-balance-queryrndr-tokenx402-paymentusdc-settlementbase-networkpay-per-callno-api-key

Use cases

  • Querying the current RNDR token balance of a specific wallet address
  • Monitoring Render Token holdings programmatically
  • Building portfolio dashboards that need real-time RNDR balances
  • Agent-driven wallet balance checks without API key management

Fit

Best for

  • Developers needing quick, keyless RNDR balance lookups
  • AI agents that can settle x402 micropayments on Base
  • Applications requiring low-cost, on-demand crypto balance queries

Not for

  • Bulk historical balance queries (no evidence of batch or historical support)
  • Non-RNDR token balances (this endpoint is RNDR-specific; other token endpoints may exist but are not documented here)
  • Users who cannot settle USDC payments on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wallet/RNDR/balance \
  -H "X-PAYMENT: <x402-payment-token>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are gated behind wallet-connect with no useful content. The purpose is inferred from the URL path alone; request body format and response structure are entirely unknown.

Warnings

  • No request or response schema available — input parameters and output format are unknown
  • All documentation pages (docs, pricing, README) returned only a wallet-connect prompt with no content
  • Endpoint purpose inferred solely from URL path '/api/v1/wallet/RNDR/balance'; actual functionality unverified
  • No evidence of what wallet address format or parameters the POST body expects

Citations

Provenance

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

Agent access