x402basequality 0.30

Query MINA 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 MINA cryptocurrency wallet balance data, payable per-request via the x402 protocol on the Base network using USDC. The specific resource is `/api/v1/wallet/MINA/balance`, accepting POST requests. Each call costs a maximum of $0.02 (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — payment is handled inline via the X-PAYMENT header.

The provider, lowpaymentfee.com, offers a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced at $0.02 per request and settled on the Base network. However, the specific wallet balance endpoint probed here is not explicitly listed on the provider's landing page catalog (which focuses on analytics, AI, finance, and utility endpoints). The endpoint is live and returns a valid x402 challenge (HTTP 402) with USDC payment details.

Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what fields the MINA balance response contains. Users should expect to experiment or contact the provider for integration details.

Capabilities

mina-wallet-balancex402-paymentusdc-base-networkper-request-billingno-api-keycrypto-balance-query

Use cases

  • Querying MINA token balances for a given wallet address
  • Building portfolio trackers that need on-demand MINA balance lookups
  • Integrating MINA balance checks into automated trading or alerting bots

Fit

Best for

  • Agents or apps needing on-demand MINA wallet balance without managing API keys
  • Developers who prefer pay-per-call pricing with no subscription commitment
  • x402-compatible agents settling micropayments on Base

Not for

  • Bulk or high-frequency balance polling where per-request costs add up
  • Users who need detailed MINA transaction history or staking data (not indicated as supported)
  • Anyone requiring comprehensive documentation or SLA guarantees

Quick start

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

Example

Request

{
  "address": "B62qrPN5Y5yq8kGE3FbVKbGTdTAJvZiijRsXIPYYhvQ6e7cS5EHBM3F"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no response examples, and the specific MINA balance endpoint is not even listed on the provider's own landing page. Request and response formats are entirely inferred/guessed.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or schema definition for this endpoint; request/response structure is unknown.
  • The /api/v1/wallet/MINA/balance endpoint is not listed in the provider's public API catalog, raising questions about its support status.
  • Example request JSON is speculative — actual required fields are undocumented.

Citations

Provenance

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

Agent access