x402basequality 0.35

Check SHIB wallet balances 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 SHIB (Shiba Inu) wallet balance data, gated behind an x402 payment challenge. It is part of a broader suite of pay-per-call APIs offered by the same provider, spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints on the platform share a uniform $0.02 per-request pricing model settled in USDC on the Base network.

The specific endpoint `/api/v1/wallet/SHIB/balance` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, requiring a maximum payment 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 provider's wallet. No API keys or rate limits are advertised; access is granted purely through per-call micropayment.

Documentation is extremely sparse. The provider's 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 beyond the x402 outputSchema stub, and no example payloads. The actual data source for SHIB balances (whether on-chain lookup, third-party aggregator, etc.) is not disclosed. Users should treat this as a minimally documented endpoint and test with a single paid call before relying on it in production.

Capabilities

shib-wallet-balancex402-micropaymentusdc-paymentbase-networkpay-per-requestno-api-keyjson-response

Use cases

  • Querying SHIB token balances for a given wallet address
  • Building portfolio trackers that need on-demand SHIB balance lookups
  • Automated trading bots checking SHIB holdings before executing trades
  • Agent-driven workflows that need permissionless crypto balance data

Fit

Best for

  • Developers needing keyless, pay-per-call SHIB balance queries
  • AI agents that can settle x402 micropayments on Base
  • Projects wanting to avoid API key management for simple crypto lookups

Not for

  • High-volume balance polling where $0.02/request adds up quickly
  • Users who need detailed transaction history or multi-token batch queries
  • Anyone requiring well-documented request/response schemas before integration

Quick start

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

Example

Request

{
  "address": "0x1234567890abcdef1234567890abcdef12345678"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no examples, and all doc pages are empty stubs. The request body and response format are entirely inferred.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • Request body schema is inferred (address field); no official specification exists.
  • Response format is completely unknown — no example or schema provided.
  • Data source for SHIB balances is undisclosed; unclear if this queries on-chain data or a third-party service.
  • The provider hosts many endpoints across diverse categories (AI, analytics, finance, utils) all at $0.02 — quality and reliability of each is unverified.

Citations

Provenance

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

Agent access