x402basequality 0.35

Stock market quote for TJX 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 provides a stock market quote for the ticker symbol TJX (TJX Companies, Inc.) through the x402 payment protocol. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, which spans data analytics, AI/ML inference, finance, crypto, and utility services. Each request costs $0.02 in USDC on the Base network, with no API keys, rate limits, or subscriptions required.

The endpoint accepts HTTP POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header containing a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals) to the payTo address on Base. The x402 challenge was confirmed live, returning a proper 402 response with version 1 of the protocol.

Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, 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 the TJX quote endpoint. The exact fields returned (e.g., price, volume, timestamp) are unknown and must be discovered by making a paid call.

Capabilities

stock-quotemarket-datax402-paymentusdc-micropaymentbase-networkpay-per-requestno-api-key

Use cases

  • Fetching a real-time or recent stock quote for TJX Companies
  • Integrating pay-per-call equity data into trading bots or dashboards
  • Agent-driven portfolio monitoring that pays per data request without subscriptions

Fit

Best for

  • Developers who want stock quotes without API key management
  • AI agents that can settle x402 micropayments on Base
  • Low-volume or sporadic equity data needs where per-call pricing is cheaper than a subscription

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data
  • Users who need comprehensive market data across thousands of tickers in a single call
  • Anyone unable to transact in USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documentation of request parameters or response schema, and no example payloads. The docs pages are empty beyond a wallet-connect prompt, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — response fields for the TJX quote are unknown.
  • All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no technical content.
  • The broader lowpaymentfee.com site lists many diverse endpoints (AI, analytics, finance, utils) all at $0.02 — the actual data sources and reliability are unverified.
  • No example request or response payloads could be obtained without making a paid call.

Citations

Provenance

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

Agent access