x402basequality 0.35

Get SOL wallet balance via x402 micropayment — $0.02 per request on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the balance of a Solana (SOL) wallet, accessible through the x402 payment protocol. It is part of a broader suite of APIs offered by lowpaymentfee.com spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints on the platform share a uniform pricing model of $0.02 per request, settled in USDC on the Base network with no API keys, rate limits, or commitments required.

The specific endpoint at `/api/v1/wallet/SOL/balance` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, advertising a max amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 `exact` scheme to the specified payTo address, with a 300-second timeout.

Documentation on the site is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawled material. The endpoint's behavior (what parameters it accepts, what fields it returns) must be inferred from the URL path alone.

Capabilities

solana-wallet-balancex402-micropaymentusdc-base-settlementper-request-pricingno-api-key

Use cases

  • Checking the SOL balance of a Solana wallet address programmatically
  • Integrating real-time Solana balance data into dashboards or bots
  • Agent-driven portfolio monitoring that pays per query with no subscription

Fit

Best for

  • Agents or apps needing on-demand SOL balance lookups without API key management
  • Low-volume or sporadic queries where per-call pricing is more economical than a subscription
  • x402-native workflows that settle payments in USDC on Base

Not for

  • High-frequency balance polling where per-request costs would accumulate quickly
  • Users who need detailed Solana transaction history or token account enumeration beyond simple SOL balance
  • Developers who require comprehensive API documentation and typed schemas before integration

Quick start

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

Example

Request

{
  "address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU"
}

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 no OpenAPI spec, no documented request/response schema, no examples, and the docs pages are empty stubs. The endpoint's exact input parameters and response format are entirely inferred from the URL path.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only a wallet-connect prompt
  • No OpenAPI or JSON schema provided; request and response formats are unknown
  • Example request JSON is speculative — the actual required fields are undocumented

Citations

Provenance

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

Agent access