Pay-per-call trade data endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This endpoint at `/api/v1/trades/30` is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data & analytics, AI/ML inference, finance & Web3, and infrastructure utilities. All endpoints are gated via the x402 payment protocol, requiring no API keys or rate limits — callers simply attach a USDC payment on the Base network to each request.
The specific `/api/v1/trades/30` endpoint is listed under "Premium API Access." Based on the x402 challenge, it accepts POST requests and charges a maximum of 20,000 base units of USDC (0x8335…on Base), which equals $0.02 per call (USDC uses 6 decimals). The endpoint returns `application/json` responses. However, the exact schema of the request body and response payload is not documented in the crawled material — the docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further technical detail.
The broader platform advertises endpoints for metrics, reports, data export, insights, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and generation — all at the same $0.02/request price point. Without documentation on what `/api/v1/trades/30` specifically returns (e.g., trade history, order book data, or aggregated trade metrics), its exact functionality remains unclear. The endpoint is confirmed live via a valid 402 challenge.
Capabilities
Use cases
- —Fetching trade-related data on demand without subscription commitments
- —Integrating pay-per-call trade information into automated trading agents
- —Accessing financial trade data from an agent workflow using x402 micropayments
Fit
Best for
- —Agents needing on-demand trade data with no API key management
- —Developers prototyping x402 payment flows on Base
- —Low-volume consumers who want per-request pricing without subscriptions
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need detailed API documentation and schema guarantees before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/trades/30 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no documentation on what the endpoint actually returns, no request/response schema, and the docs/pricing/API pages are all empty beyond a wallet-connect prompt. The specific purpose of '/api/v1/trades/30' is not explained anywhere in the crawled material.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no technical content.
- —The exact purpose and response schema of /api/v1/trades/30 is unknown; 'Premium API Access' is the only description provided.
- —No OpenAPI spec, no example requests or responses found.
- —The broader platform lists many endpoints but none have documented schemas or usage guides.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/trades/30
- —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 endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/trades/30