x402basequality 0.35

Stock market quote for TMO (Thermo Fisher Scientific) via x402 micropayment on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides a market quote for the ticker symbol TMO (Thermo Fisher Scientific) through the x402 payment protocol. It is part of a broader suite of pay-per-request 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 — no API keys, no rate limits, and no subscriptions required.

The specific endpoint `/api/v1/market/quote/TMO` accepts HTTP POST requests and returns JSON. Payment is handled inline via the x402 protocol: the caller includes an `X-PAYMENT` header containing a signed USDC payment of up to 20,000 base units (i.e., $0.02 given USDC's 6 decimals). The payment settles on Base to the provider's address. 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 this endpoint. The endpoint appears to be one of many on the platform following the same pricing and payment pattern, but the exact fields returned in a TMO quote are unknown.

Capabilities

stock-market-quotex402-paymentusdc-micropaymentbase-networkpay-per-requestno-api-keyjson-response

Use cases

  • Fetching a real-time or recent market quote for Thermo Fisher Scientific (TMO)
  • Integrating pay-per-call stock data into an AI agent workflow without managing API keys
  • Building trading or portfolio monitoring tools that pay per request via crypto micropayments

Fit

Best for

  • Agents or apps that need occasional stock quotes without subscription overhead
  • Developers experimenting with x402 micropayment-gated APIs
  • Crypto-native workflows that prefer on-chain settlement for data access

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 without a Base-compatible wallet or USDC balance

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI spec, no documentation, no example request/response payloads, and no description of what fields the quote endpoint returns. The listing is effectively a stub with only the 402 challenge and landing page to work from.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • All documentation pages (/docs, /pricing, /api, /README) render only a 'Connect wallet' prompt with no technical content
  • Response schema for the TMO quote is completely unknown — no example responses are available
  • The exact data source and freshness of market quotes is undisclosed

Citations

Provenance

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

Agent access