x402basequality 0.35

Market quote for ADP via x402 micropayment on Base, $0.02 per request in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a market quote for the ticker symbol ADP. It is part of a broader platform offering finance, analytics, AI, and utility APIs, all gated behind the x402 payment protocol. Each call costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The caller simply attaches an X-PAYMENT header with a valid x402 payment proof to receive the response.

The specific endpoint `/api/v1/market/quote/ADP` appears to fall under the Finance & Web3 category of the platform, which also includes price feeds, exchange rates, token quotes, and gas estimates. The x402 challenge confirms the endpoint is live, accepts POST requests, and settles payments to a specified address using USDC (contract 0x8335…2913 on Base). The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02.

Documentation on the site is extremely thin — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the ADP quote response contains. The endpoint is confirmed live via the 402 challenge, but the actual data format and coverage remain unknown.

Capabilities

market-quotex402-paymentusdc-settlementbase-networkper-request-pricingno-api-keyfinancial-data

Use cases

  • Fetching a real-time or near-real-time market quote for ADP (Automatic Data Processing)
  • Agent-driven portfolio monitoring that pays per query with no subscription
  • Integrating low-cost financial data lookups into automated trading or alerting workflows

Fit

Best for

  • AI agents needing on-demand market quotes without API key management
  • Developers prototyping financial apps who want pay-per-use pricing
  • x402-compatible clients on the Base network looking for cheap market data

Not for

  • Bulk historical market data downloads (no batch endpoint documented)
  • Users who need detailed documentation or guaranteed SLA before integrating
  • Non-crypto users who cannot settle payments in USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/market/quote/ADP \
  -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 x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and the docs pages are empty stubs. The actual content of the ADP quote response is entirely unknown, making this effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no content.
  • No request or response schema provided; the data format of the ADP quote is unknown.
  • The endpoint path suggests a single-ticker quote (ADP) but it is unclear whether this is a stock, fund, or other instrument.
  • No OpenAPI spec or ai-plugin manifest found.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:04:26Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access