x402basequality 0.40

Real-time SNX token price via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current price of the SNX (Synthetix) token. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint at `/api/v1/tokens/SNX/price` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…0913 on Base), which equals $0.02 per request (USDC uses 6 decimals). No API keys are required; payment is handled inline via the X-PAYMENT header. The platform advertises no rate limits and instant access.

Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no example request/response payloads, and no detailed documentation for the token price endpoint specifically. The response schema must be inferred: it likely returns a JSON object with the token symbol and its current price, but this is unconfirmed.

Capabilities

token-price-lookupx402-paymentusdc-settlementbase-networkreal-time-pricingno-api-keypay-per-request

Use cases

  • Fetching the current SNX token price for portfolio tracking or trading bots
  • Integrating real-time Synthetix pricing into a DeFi dashboard
  • Agent-driven price checks without managing API keys or subscriptions
  • On-demand crypto price lookups with per-call micropayments

Fit

Best for

  • Agents or bots needing keyless, pay-per-call SNX price data
  • Developers building on Base who want native USDC-settled API access
  • Low-volume or sporadic price lookups where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing tiers
  • Users who need historical price data or OHLCV candles (not evidenced here)
  • Anyone without a Base-compatible USDC wallet for x402 payments

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/SNX/price \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI spec, no example request/response, and all documentation pages are empty stubs. The response schema and request body format are entirely unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/README pages return only a wallet-connect prompt with no content
  • No example responses available; the actual data source for SNX pricing is unspecified
  • The platform lists many endpoint categories but specifics on data provenance are absent

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 11:22:16Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access