x402basequality 0.35

Query GRT wallet balance on Base via x402 micropayment — $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the wallet balance for the GRT (The Graph) token. It is part of a broader suite of pay-per-call APIs offered by the provider, spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints are gated behind the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint `/api/v1/wallet/GRT/balance` accepts POST requests and returns JSON. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals), which equals $0.02 per request. Payment is made via the "exact" scheme with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.

Documentation on the site is extremely thin — the docs, API, 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, and no usage examples available from the crawled material. The endpoint is confirmed live (402 challenge captured), but the actual response format for a successful paid call is unknown.

Capabilities

wallet-balancegrt-tokenx402-paymentusdc-settlementbase-networkpay-per-requestcrypto-data

Use cases

  • Check GRT token balance for a given wallet address
  • Monitor The Graph token holdings programmatically
  • Integrate GRT balance lookups into trading bots or portfolio dashboards

Fit

Best for

  • Agents needing on-demand GRT balance queries without API key management
  • Developers building crypto portfolio trackers
  • Automated workflows that need pay-per-call wallet balance checks

Not for

  • Bulk historical balance queries (no batch or historical endpoint documented)
  • Users who need detailed documentation or OpenAPI specs before integrating

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/wallet/GRT/balance \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no request/response schema, no examples, and no OpenAPI spec. The actual behavior after payment is entirely unknown from available material.

Warnings

  • No OpenAPI or schema documentation available — request body and response format are unknown
  • All non-homepage pages (docs, API, pricing, README) render only 'Connect wallet' with no content
  • Cannot confirm what request body fields are expected or what the response looks like after successful payment
  • The provider lists many diverse API categories (AI, analytics, finance, infrastructure) at a uniform $0.02 price with no visible documentation, which may indicate an early-stage or placeholder service

Citations

Provenance

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

Agent access