x402basequality 0.40

Get the current stock price for CRM (Salesforce) via a pay-per-call x402 endpoint on Base.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint returns the current stock price for the ticker CRM (Salesforce) through a simple HTTP POST request, paid per call using the x402 protocol on the Base network. It is part of a broader suite of APIs offered by lowpaymentfee.com, which spans data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request with no API keys, no rate limits, and no commitments.

The endpoint accepts payment in USDC on Base (contract 0x8335…2913) with a maximum amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). Payment is handled via the x402 exact scheme: callers include an X-PAYMENT header with a signed payment facilitator token, and the server returns the stock price data as application/json. The x402 challenge was confirmed live, returning a proper 402 response.

Documentation beyond the landing page is 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 path suggests it returns a price for the CRM ticker, but the exact response format must be discovered empirically.

Capabilities

stock-price-lookupx402-paymentusdc-baseper-call-pricingreal-time-datano-api-key

Use cases

  • Retrieve the latest stock price for Salesforce (CRM) in an automated trading or analytics pipeline
  • Agent-driven portfolio monitoring that pays per query with no subscription
  • Embedding real-time equity prices into dashboards or reports without managing API keys

Fit

Best for

  • AI agents or bots that need on-demand stock prices without credential management
  • Developers who prefer crypto micropayments over traditional API subscriptions
  • Low-volume or bursty use cases where $0.02/request is cheaper than a monthly plan

Not for

  • High-frequency trading requiring sub-millisecond latency and bulk data feeds
  • Users who need historical OHLCV candle data or full market depth
  • Anyone without a Base-compatible wallet or USDC balance

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms pricing and payment details, but there is no OpenAPI spec, no documented request/response schema, and all doc pages beyond the landing page are empty wallet-connect stubs. The actual response format is unknown.

Warnings

  • No OpenAPI or schema documentation available — response format must be discovered empirically
  • All documentation pages (/docs, /pricing, /api, /README) render only a 'Connect wallet' prompt with no content
  • No example request or response payloads are provided anywhere in the crawled material
  • The broader lowpaymentfee.com platform lists many endpoints across diverse categories; quality and reliability of each is unverified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 00:00:39Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access