x402basequality 0.35

Pay-per-call trade data endpoint on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

lowpaymentfee.com hosts a collection of x402-enabled API endpoints spanning data & analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. The specific endpoint at `/api/v1/trades/1` is listed under "Premium API Access" and accepts POST requests gated by an x402 payment challenge. Payment is settled on the Base network in USDC (contract 0x8335…2913) at a maximum cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are advertised; access is granted purely via the x402 payment header.

The provider's landing page lists roughly 16 endpoints across four categories: Data & Analytics (metrics, reports, data export, insights), AI & Machine Learning (sentiment analysis, text summarization, classification, embeddings), Finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and Infrastructure (geocoding, validation, conversion, generation). All are priced at $0.02 per request. However, the crawled documentation pages (docs, pricing, README) returned only a "Connect wallet" prompt with no further technical detail, so the actual request/response schemas for this trades endpoint are unknown.

Because there is no OpenAPI spec, no example payloads, and no documentation beyond the landing page listing, the precise input parameters and response format for `/api/v1/trades/1` cannot be confirmed. The endpoint is live — it returns a well-formed 402 challenge — but what trade data it returns and what POST body it expects remain unclear.

Capabilities

x402-paymentusdc-settlementbase-networkpay-per-callno-api-keytrade-datapost-endpoint

Use cases

  • Fetching trade data on demand without subscription or API key management
  • Agent-driven workflows that need per-call payment for financial data
  • Programmatic access to trade information settled via on-chain USDC micropayments

Fit

Best for

  • Developers wanting zero-commitment, pay-as-you-go trade data access
  • AI agents that can settle x402 payments autonomously on Base
  • Prototyping financial data integrations without signup or rate limits

Not for

  • High-volume production use cases where $0.02/request adds up quickly without bulk discounts
  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • Anyone unable to settle USDC payments on the Base network

Quick start

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

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 OpenAPI spec, no request/response schema, and all documentation pages beyond the landing page are empty ("Connect wallet" only). The purpose and parameters of the /api/v1/trades/1 endpoint are not documented anywhere in the crawl.

Warnings

  • No OpenAPI or schema documentation available — request body and response format are unknown
  • All doc/pricing/README pages return only 'Connect wallet' with no content
  • The endpoint path '/api/v1/trades/1' suggests a specific resource (trade ID 1) but no explanation of what trade data is returned
  • Provider appears to be a demo or early-stage site; reliability and data quality are unverified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 11:32:12Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-26

Agent access