x402basequality 0.35

Pay-per-call ZEC token data endpoint on Base via x402, $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides token data for ZEC (Zcash) via a simple POST request, paid per call using the x402 protocol. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or accounts are required — callers attach an X-PAYMENT header with a valid x402 payment proof and receive a JSON response.

The endpoint is part of a broader suite of APIs offered by lowpaymentfee.com spanning data & analytics, AI/ML inference, finance & Web3, and infrastructure utilities — all priced uniformly at $0.02 per request. The specific `/api/v1/tokens/ZEC` path falls under the Finance & Web3 category, likely returning price or market data for the ZEC token, though the exact response schema is not documented.

The x402 challenge was successfully captured, confirming the endpoint is live. However, 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 spec, no example request/response, and no description of what fields the ZEC token endpoint returns. Callers should expect a JSON response but will need to experiment to determine the exact payload structure.

Capabilities

x402-paymentper-call-pricingusdc-base-settlementtoken-datazec-zcashno-api-keyjson-response

Use cases

  • Fetching current ZEC/Zcash token data (likely price or quote) on demand
  • Integrating pay-per-call crypto data into agent workflows without API key management
  • Building trading bots or dashboards that need ZEC data with minimal setup

Fit

Best for

  • Agents or apps needing occasional ZEC token lookups without subscription commitments
  • Developers who want keyless, pay-as-you-go crypto data access
  • x402-compatible wallets and autonomous agents on Base

Not for

  • High-frequency trading requiring sub-second latency and guaranteed SLAs
  • Users who need detailed historical ZEC data or OHLCV candles (not documented)
  • Anyone without a Base-compatible USDC wallet for x402 payments

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, and all documentation pages are empty beyond a wallet-connect prompt. The actual data returned for ZEC is unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — response format for /api/v1/tokens/ZEC is unknown
  • All doc/pricing/README pages render only 'Connect wallet' with no technical content
  • The specific endpoint path /api/v1/tokens/ZEC is not listed on the homepage; it may be a generic pattern but is unverified beyond the 402 challenge
  • No example responses available to confirm what token data fields are returned

Citations

Provenance

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

Agent access