Portfolio holdings data via x402 micropayment on Base network for $0.02/request.
What it does
This endpoint at lowpaymentfee.com returns portfolio holdings data for portfolio ID 60. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all gated behind the x402 payment protocol on the Base network using USDC.
The specific endpoint `/api/v1/portfolios/60/holdings` accepts POST requests and is priced at a maximum of $0.02 per call (20,000 base units of USDC, which has 6 decimals). Payment is settled on-chain via the x402 "exact" scheme to a designated wallet address. No API keys, rate limits, or upfront commitments are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
Documentation on the site is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what fields the holdings response contains. The endpoint is confirmed live (returns a proper 402 challenge), but the actual data returned after payment is unknown from available materials.
Capabilities
Use cases
- —Retrieving holdings data for a specific portfolio via micropayment
- —Integrating portfolio data into automated trading or analytics agents
- —Querying investment positions without needing API key registration
Fit
Best for
- —Agents needing on-demand portfolio holdings data without signup
- —Developers experimenting with x402 pay-per-call APIs
- —Low-volume, ad-hoc portfolio data lookups
Not for
- —High-frequency bulk portfolio data retrieval (no documented batch support)
- —Users who need detailed API documentation or response schema guarantees before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/60/holdings \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, but there is no OpenAPI schema, no request/response examples, and no meaningful documentation beyond a landing page listing. The specific endpoint (/portfolios/60/holdings) is not even listed on the homepage — only generic API categories are shown. The actual data returned is entirely unknown.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —All doc/pricing/API pages render only 'Connect wallet' with no content
- —The specific /portfolios/60/holdings endpoint is not listed on the provider's homepage — it may be a demo or placeholder
- —Response format and fields are completely unknown; no examples available
- —Portfolio ID 60 is hardcoded in the URL — unclear if other portfolio IDs are accessible
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/60/holdings
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/60/holdings