x402basequality 0.35

Check LINK wallet balances on-chain via x402 micropayment at $0.02 per request on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the balance of a LINK (Chainlink) wallet. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, all gated via the x402 payment protocol. Each request costs $0.02 (20,000 base units of USDC on the Base network, where USDC has 6 decimals). No API keys or accounts are required — callers simply attach an x402 payment header with each request.

The provider's landing page lists dozens of endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all at the same $0.02 per-call price point. This specific endpoint (`/api/v1/wallet/LINK/balance`) falls under the Finance & Web3 category and likely returns the LINK token balance for a given wallet address. The endpoint accepts POST requests and returns JSON.

Documentation is extremely sparse. The docs, pricing, API, 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 x402 challenge is live and well-formed, confirming the endpoint is operational, but the lack of documentation makes it difficult to know the exact request body format or response structure.

Capabilities

x402-paymentcrypto-wallet-balancelink-tokenbase-networkusdc-settlementpay-per-requestno-api-key

Use cases

  • Querying LINK token balances for a specific wallet address
  • Integrating on-chain LINK balance checks into automated trading or portfolio dashboards
  • Agent-driven wallet monitoring without needing API keys or accounts

Fit

Best for

  • Developers needing quick, keyless LINK balance lookups
  • AI agents that can settle x402 micropayments on Base
  • Low-volume or sporadic balance checks where $0.02/call is cost-effective

Not for

  • High-frequency balance polling where per-call costs would accumulate quickly
  • Users who need detailed transaction history or multi-token balance queries in a single call
  • Anyone unable to settle USDC payments on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wallet/LINK/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 x402 challenge is live and pricing is clear ($0.02/call in USDC on Base), but there is zero documentation: no OpenAPI spec, no request/response schema, no examples. The request body and response format are entirely inferred. The docs pages return only a wallet-connect prompt.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
  • No OpenAPI or schema provided; request body format is guessed
  • Response schema is unknown — example_response_json is null
  • The provider lists many endpoints but none have documented schemas

Citations

Provenance

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

Agent access