Retrieve portfolio holdings data via x402 micropayment on Base network for $0.02/request.
What it does
This endpoint at lowpaymentfee.com returns holdings data for portfolio ID 54. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call 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/54/holdings` accepts POST requests and returns JSON. Payment is settled on-chain via USDC on Base (contract 0x8335…2913) with a maximum amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). There are no API keys, no rate limits, and no signup required — callers simply attach an x402 payment header to each request. The x402 challenge is live and well-formed (version 1, scheme "exact").
Documentation on the site is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the holdings response contains or what parameters the POST body accepts. The endpoint appears to be part of a portfolio/finance domain, but without documentation the exact data returned is unknown.
Capabilities
Use cases
- —Fetching holdings data for a specific portfolio via automated agent
- —Integrating portfolio position data into a trading dashboard
- —Programmatic access to portfolio composition without API key management
Fit
Best for
- —Agents that need on-demand portfolio holdings without signup
- —Developers experimenting with x402 micropayment-gated APIs
- —Automated workflows requiring pay-per-call finance data
Not for
- —Users needing detailed API documentation or schema guarantees before integration
- —Bulk data retrieval where per-request pricing would be cost-prohibitive
- —Users without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/54/holdings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation: no OpenAPI spec, no request/response schema, no examples, and all doc pages render only 'Connect wallet'. The purpose of this specific endpoint (portfolio 54 holdings) is only inferable from the URL path. Effectively a stub listing.
Warnings
- —No API documentation available — all doc pages return only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —The endpoint is hardcoded to portfolio ID 54; unclear if other portfolio IDs are supported
- —No examples of request body or response payload exist in crawled material
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/54/holdings
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/54/holdings
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com