Query SNX wallet balance on Base via x402 micropayment at $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns the wallet balance for the SNX (Synthetix) 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 utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.
The specific endpoint `/api/v1/wallet/SNX/balance` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, which uses 6 decimals), equating to $0.02 per request. No API keys are required; payment is handled inline via the X-PAYMENT header. The provider advertises no rate limits and instant access.
Documentation beyond the landing page is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (returns 402 with a valid x402 challenge), but the actual response format for a successful paid request is unknown.
Capabilities
Use cases
- —Checking SNX token balance for a given wallet address
- —Integrating SNX balance lookups into trading bots or portfolio dashboards
- —Agent-driven portfolio monitoring that pays per query with no subscription
Fit
Best for
- —Developers needing on-demand SNX balance queries without API key management
- —AI agents that can settle micropayments via x402 on Base
- —Low-volume or sporadic wallet balance checks where pay-per-call is cost-effective
Not for
- —High-frequency balance polling where a WebSocket or indexed data source would be cheaper
- —Users who need balances for many tokens in a single call (this endpoint is SNX-specific)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/wallet/SNX/balance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"address": "0xYourWalletAddress"}'Example
Request
{
"address": "0x1234567890abcdef1234567890abcdef12345678"
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI spec, no response schema, and no examples. The request body format is entirely inferred. The docs pages are empty beyond a wallet-connect prompt.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are unknown and inferred.
- —All documentation pages (/docs, /api, /pricing, /README) return only a 'Connect wallet' prompt with no content.
- —The example_request_json is speculative; the actual required fields are undocumented.
- —Provider offers a very broad set of unrelated APIs (AI, analytics, geocoding, finance) all at the same price, which may indicate a generic or placeholder service.
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base, equating to $0.02https://lowpaymentfee.com/api/v1/wallet/SNX/balance
- —The USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/wallet/SNX/balance
- —Provider advertises $0.02 per request, no API keys, no rate limits, instant accesshttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) contain only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs