x402basequality 0.40

Real-time TSLA stock price via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for Tesla (TSLA) via an x402-enabled API hosted at lowpaymentfee.com. Each request costs $0.02 (20,000 base units of USDC on the Base network, where USDC uses 6 decimals). Payment is handled inline via the x402 protocol — no API keys, accounts, or rate limits are required. The caller includes an X-PAYMENT header with a signed USDC payment, and the server returns the data in a single request-response cycle.

The endpoint accepts POST requests and returns JSON. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com spanning finance, AI/ML, data analytics, crypto, and utility categories — all priced at $0.02 per request. The specific endpoint at /api/v1/stocks/TSLA/price is focused on delivering a real-time or near-real-time TSLA stock quote.

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. The endpoint is confirmed live (returns a proper 402 challenge), but the exact shape of the response body must be inferred.

Capabilities

stock-pricereal-time-quotex402-paymentusdc-basepay-per-requestno-api-keytesla-tsla

Use cases

  • Fetching the latest TSLA stock price in an automated trading or monitoring agent
  • Embedding real-time Tesla price data into dashboards or alerts without managing API keys
  • Agent-driven portfolio tracking that pays per query with no subscription commitment

Fit

Best for

  • AI agents needing on-demand TSLA price data with zero onboarding friction
  • Developers prototyping financial tools who want instant, keyless API access
  • Low-volume or bursty use cases where pay-per-call is cheaper than a subscription

Not for

  • High-frequency trading requiring sub-millisecond latency or bulk historical data
  • Users who need broad multi-ticker coverage from a single endpoint (this is TSLA-specific)
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no example payloads, and all documentation pages are empty beyond a wallet-connect prompt. The listing is functional but essentially a stub in terms of developer documentation.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no content
  • No example request or response payloads are available from the provider
  • The specific data source and update frequency for TSLA price are not disclosed

Citations

Provenance

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

Agent access