x402-gated portfolio transactions endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to portfolio transaction data via a POST request to `/api/v1/portfolios/11/transactions`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request.
Payment is handled via the x402 protocol on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The challenge advertises a `maxAmountRequired` of 20000 base units, which equals $0.02 (USDC uses 6 decimals). No API keys or rate limits are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The endpoint uses the "exact" payment scheme with a 300-second timeout.
The specific functionality of this particular endpoint — portfolio transactions for portfolio ID 11 — is not well-documented beyond the generic "Premium API Access" label. The broader site lists many endpoints but the crawled documentation pages (`/docs`, `/api`, `/pricing`, `/README`) all returned only a "Connect wallet" prompt with no substantive content. Without further documentation, the exact request body schema and response format remain unknown.
Capabilities
Use cases
- —Fetching transaction history for a specific portfolio via a pay-per-request model
- —Integrating portfolio data into agent workflows that can settle payments on Base
- —Accessing financial transaction data without needing API keys or subscriptions
Fit
Best for
- —Agents or applications that can settle x402 payments in USDC on Base
- —Users who want pay-per-use access to portfolio transaction data without subscriptions
- —Developers prototyping with low-cost, keyless 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 subscription models
- —Anyone unable to settle USDC payments on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/11/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"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 all doc pages return only a wallet-connect prompt. The specific purpose of this portfolio transactions endpoint is unclear beyond its URL path.
Warnings
- —No API documentation available — all doc pages (/docs, /api, /pricing, /README) return only 'Connect wallet' with no content
- —Request body schema and response format are completely unknown
- —The endpoint targets a specific portfolio ID (11) with no explanation of what this portfolio represents
- —No OpenAPI or schema definition provided by the server
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/11/transactions
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/11/transactions
- —All APIs on the platform 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 APIs across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com