x402basequality 0.30

Check AXS (Axie Infinity) wallet balance via x402 micropayment on Base network.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns wallet balance information for AXS (Axie Infinity Shards) tokens. It is part of a broader platform offering dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all gated behind the x402 payment protocol on the Base network.

The specific endpoint `/api/v1/wallet/AXS/balance` accepts POST requests and is priced at a maximum of $0.02 per call (20,000 base units of USDC on Base, which has 6 decimals). Payment is settled on-chain via USDC (contract 0x8335…2913) to the provider's address. No API keys or rate limits are advertised; access is granted per-request upon valid x402 payment.

Documentation is extremely sparse. The provider's landing page lists available endpoints and pricing but the /docs, /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 documentation, and no usage examples. The endpoint is confirmed live (returns a proper 402 challenge), but the actual response format and required request body fields are unknown.

Capabilities

wallet-balanceaxs-tokencrypto-balance-lookupx402-paymentbase-networkusdc-settlementpay-per-request

Use cases

  • Querying AXS token balance for a given wallet address
  • Portfolio tracking tools that need on-demand balance lookups
  • Automated trading bots checking AXS holdings before executing trades

Fit

Best for

  • Agents needing quick, keyless AXS balance checks
  • Developers who prefer pay-per-call over subscription API plans
  • On-chain payment workflows on Base network

Not for

  • Bulk or high-frequency balance polling (no documented batch endpoint)
  • Users who need detailed documentation or SLA guarantees
  • Querying non-AXS token balances (other endpoints may exist but this one is AXS-specific)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wallet/AXS/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.30/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02/call in USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no examples, and all documentation pages return only a wallet-connect prompt. The actual behavior of the endpoint is entirely inferred from the URL path.

Warnings

  • No documentation available — /docs, /pricing, /README all render only 'Connect wallet' with no content
  • No OpenAPI or schema definition; request body fields and response format are unknown
  • Example request JSON is inferred from the URL pattern and is not confirmed by any documentation
  • The platform lists many endpoint categories but provides no technical detail for any of them

Citations

Provenance

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

Agent access