x402basequality 0.35

Crypto token data via x402 micropayment — $0.02 per request on Base network.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides token data for the CAKE token (PancakeSwap) via the x402 payment protocol. It is part of a broader suite of APIs offered by the provider covering data analytics, AI/ML inference, finance/Web3 market data, and utility services, all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/tokens/CAKE` accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an `X-PAYMENT` header with a signed USDC payment of up to 0.02 USDC (maxAmountRequired=20000 base units, USDC has 6 decimals) to the payTo address on Base. No API keys, rate limits, or upfront commitments are required — each call is independently paid.

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 example request/response payloads, and no description of the response schema for this token endpoint. The endpoint is confirmed live (returns a valid 402 challenge), but the actual data returned after payment is unknown from available materials.

Capabilities

token-datacrypto-market-datax402-micropaymentusdc-paymentbase-networkper-request-billingno-api-key

Use cases

  • Fetching current CAKE (PancakeSwap) token data programmatically
  • Integrating pay-per-call crypto data into trading bots or dashboards
  • Agent-driven token lookups without API key management

Fit

Best for

  • Developers wanting keyless, pay-per-call token data
  • AI agents that can settle x402 payments on Base
  • Low-volume or sporadic token data queries where subscriptions are overkill

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need comprehensive historical token data or OHLCV charts (no evidence of such features)
  • Anyone unable to pay in USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages render only a wallet-connect prompt. The actual data returned is unknown.

Warnings

  • No OpenAPI or schema documentation available — response format is entirely unknown
  • All doc/pricing/API pages return only a 'Connect wallet' prompt with no technical content
  • No example requests or responses available; the token data fields returned after payment are unverified
  • The provider lists many API categories (AI, analytics, finance, utilities) all at $0.02 — breadth vs. depth is unclear

Citations

Provenance

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

Agent access