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/31` is part of the lowpaymentfee.com platform, which offers a collection of x402-protocol APIs spanning data & analytics, AI/ML, finance/Web3, and infrastructure utilities. All endpoints use the x402 payment protocol on the Base network, accepting USDC (USD Coin) for per-request micropayments with no API keys, no rate limits, and no subscriptions required.
The specific endpoint `/api/v1/trades/31` is listed under "Premium API Access" and accepts POST requests. The x402 challenge indicates a maximum payment of 20,000 base units of USDC (6 decimals), which equals $0.02 per request — consistent with the site's uniform $0.02/request pricing across all endpoints. Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on the Base L2 network, with a 300-second timeout window.
However, the exact data returned by this particular endpoint is unclear. The path suggests trade-related data (possibly a specific trade record with ID 31), but no documentation, request schema, or response schema is available beyond the generic "Premium API Access" label. The site's docs, pricing, and API pages all render only a wallet-connect prompt with no additional technical documentation. Agents should be aware that the actual payload and required POST body are undocumented.
Capabilities
Use cases
- —Fetching trade data on-demand with per-call USDC micropayments
- —Integrating pay-per-use trade information into autonomous agents
- —Accessing financial trade records without subscription or API key management
Fit
Best for
- —Agents that need keyless, pay-per-call access to trade data
- —Developers experimenting with x402 micropayment protocol on Base
- —Use cases requiring low-friction, no-commitment API access
Not for
- —Users who need detailed API documentation or response schemas before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone needing non-USDC or non-Base-network payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/trades/31 \
-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 documentation on request/response schemas, no OpenAPI spec, and the purpose of '/api/v1/trades/31' is only vaguely described as 'Premium API Access'. The docs pages render only wallet-connect prompts with no usable content.
Warnings
- —No request or response schema documented — the POST body format is unknown
- —The endpoint path '/api/v1/trades/31' suggests a specific resource (trade ID 31) but this is unconfirmed
- —All documentation pages (docs, pricing, API, README) render only a wallet-connect prompt with no technical content
- —The 'Premium API Access' label is generic and does not describe what data is returned
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/trades/31
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/trades/31