Pay-per-call market quote endpoint on Base via x402, $0.02/request in USDC.
What it does
This endpoint at `/api/v1/market/quote/WM` is part of the lowpaymentfee.com platform, which offers a collection of x402-protocol APIs spanning data analytics, AI/ML inference, finance, and utility services. Each call is settled on the Base network using USDC at $0.02 per request with no API keys, rate limits, or subscriptions required.
The specific endpoint probed (`/market/quote/WM`) appears to serve market quote data — likely for a ticker or asset identified as "WM." It accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, advertising a max amount of 20,000 base units of USDC (0x8335…) on Base, which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 exact scheme with a 300-second timeout.
The broader lowpaymentfee.com platform lists 16+ endpoints across four categories: Data & Analytics (metrics, reports, export, insights), AI & Machine Learning (sentiment, summarization, classification, embeddings), Finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and Infrastructure (geocoding, validation, conversion, generation). All share the same $0.02 per-request pricing. Documentation pages exist but appear to require a wallet connection to view, so detailed request/response schemas are not available from the crawl.
Capabilities
Use cases
- —Fetching real-time or on-demand market quotes for the WM ticker/asset
- —Integrating pay-per-call market data into trading bots or dashboards
- —Agent-driven financial data retrieval without API key management
Fit
Best for
- —Developers who want zero-setup market data access via crypto micropayments
- —AI agents that need on-demand financial quotes without subscription overhead
- —Projects already operating on the Base network with USDC
Not for
- —High-frequency trading requiring sub-second latency guarantees (no SLA documented)
- —Users who need bulk historical market data downloads
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/market/quote/WM \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI schema, no documented request/response format, and the docs pages are gated behind wallet connection. The purpose of the 'WM' quote endpoint is inferred from the URL path and site context only.
Warnings
- —No request or response schema available — the docs, pricing, and README pages all render only a 'Connect wallet' prompt.
- —The exact data returned by /market/quote/WM is unknown; 'WM' ticker/asset identity is not documented.
- —No rate-limit or SLA information is published.
- —The platform lists many endpoints but none have publicly visible documentation.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/market/quote/WM
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers 16+ endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/market/quote/WM