Query MINA wallet balances via x402 micropayment on Base for $0.02 per request.
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
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
Quality
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
- —Endpoint returns HTTP 402 with x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/wallet/MINA/balance
- —maxAmountRequired is 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.02https://lowpaymentfee.com/api/v1/wallet/MINA/balance
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs