Retrieve portfolio holdings via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns holdings data for portfolio ID 46. 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 market data, and utility services — all gated behind the x402 payment protocol on the Base network using USDC.
The specific endpoint `/api/v1/portfolios/46/holdings` accepts POST requests and returns JSON. Payment is settled on-chain via USDC on Base (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge advertises a maxAmountRequired of 20000 base units, which at 6 decimals for USDC equals $0.02 per request — consistent with the site's uniform $0.02/request pricing. No API keys are required; access is granted purely through the x402 payment header. The platform advertises no rate limits and instant access.
Documentation 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 live (402 challenge returned successfully), but the lack of documentation makes it difficult to use without experimentation.
Capabilities
Use cases
- —Retrieving current holdings for a specific portfolio
- —Integrating portfolio data into dashboards or trading bots
- —Automated portfolio monitoring and reporting
Fit
Best for
- —Developers wanting keyless, pay-per-call portfolio data access
- —Agents that can settle x402 payments on Base with USDC
- —Quick one-off portfolio lookups without subscription commitments
Not for
- —Users who need detailed API documentation before integrating
- —High-volume consumers who would prefer subscription-based pricing
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/46/holdings \
-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 zero documentation on request parameters, response schema, or what 'portfolio 46' represents. No OpenAPI spec, no examples, and all doc pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No request body schema or response schema documented; callers must guess at the POST body format.
- —It is unclear what 'portfolio 46' refers to or whether other portfolio IDs are available.
- —No OpenAPI or ai-plugin manifest found.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/portfolios/46/holdings
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/46/holdings
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only 'Connect wallet'https://lowpaymentfee.com/docs