x402basequality 0.35

SNX token data via x402 micropayment on Base — $0.02 per request, no API key needed.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides token data for SNX (Synthetix Network Token) as part of a broader suite of finance, crypto, AI, and utility APIs. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network. Each request costs $0.02 (20,000 base units of USDC with 6 decimals), and there are no API keys, rate limits, or subscription commitments — callers simply attach an x402 payment header to each request.

The specific endpoint `/api/v1/tokens/SNX` sits alongside other crypto and finance endpoints such as `/api/v1/crypto/quotes`, `/api/v1/finance/prices`, and `/api/v1/finance/rates`. While the exact response schema for this token endpoint is not documented, it is reasonable to infer it returns JSON data about the SNX token (likely price, market data, or metadata) given the platform's finance and crypto API category.

The endpoint is live and returns a proper x402 challenge (HTTP 402) when called without payment. It accepts POST requests and settles payments to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) on Base. The maximum timeout for payment settlement is 300 seconds. Documentation on the site is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional technical detail.

Capabilities

x402-paymentusdc-basetoken-datasnxcrypto-market-dataper-request-pricingno-api-key

Use cases

  • Fetching current SNX token data (price, metadata) for trading bots or dashboards
  • Integrating pay-per-call crypto data into autonomous AI agents
  • Building portfolio trackers that pull token info without managing API keys

Fit

Best for

  • Agents or bots needing on-demand SNX token data without subscription overhead
  • Developers prototyping crypto dashboards who want instant access with no signup
  • x402-compatible wallets and tools on the Base network

Not for

  • High-frequency trading requiring sub-second latency and bulk data (per-request cost adds up)
  • Users who need comprehensive historical SNX data or OHLCV candles (no evidence of such features)
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no example responses, and no description of what the /tokens/SNX endpoint actually returns. The docs, pricing, and API pages are all blank beyond a wallet-connect prompt. Pricing is clear ($0.02/request) but the response format is entirely unknown.

Warnings

  • No OpenAPI or response schema available — the exact data returned by /api/v1/tokens/SNX is unknown
  • All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no technical content
  • The /api/v1/tokens/SNX path is not listed on the homepage's available APIs; it may be an undocumented or dynamically-generated route
  • No example responses available to verify data quality or structure

Citations

Provenance

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

Agent access