x402basequality 0.35

Pay-per-call stock data for ADP via x402 on Base, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides stock data for ADP (Automatic Data Processing) through an x402-protocol pay-per-call API. Each request costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header with a signed USDC payment to the payTo address, and the server returns the data in JSON.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of endpoints across categories including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all at the same $0.02/request price point. The specific /api/v1/stocks/ADP route is a POST endpoint that presumably returns stock-related information for the ADP ticker, though the exact response schema is not documented.

Note that documentation is extremely sparse. The docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no response schema, and no example payloads available. The endpoint is confirmed live (returns a valid 402 challenge), but the actual data content and response format must be discovered empirically.

Capabilities

stock-datax402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Retrieving real-time or recent stock data for ADP without managing API keys or subscriptions
  • Building autonomous trading agents that pay per data request using USDC on Base
  • Integrating stock lookups into crypto-native applications with inline micropayments

Fit

Best for

  • Agents or apps that need occasional stock data without subscription overhead
  • Crypto-native workflows that can pay in USDC on Base
  • Developers prototyping financial tools who want instant access without signup

Not for

  • High-frequency trading requiring bulk data feeds at lower per-unit cost
  • Users who need comprehensive historical stock data across many tickers in a single call
  • Anyone without access to USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/stocks/ADP \
  -H "X-PAYMENT: <x402-payment-header>" \
  -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 pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and the docs pages are empty stubs. The actual data returned is unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or response schema available — actual response format is unknown
  • Documentation pages (/docs, /pricing, /api, /README) all render only 'Connect wallet' with no technical content
  • The specific stock data fields, update frequency, and data source for the ADP endpoint are undocumented
  • Request body schema (if any) is not specified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 22:47:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access