Retrieve portfolio holdings data via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns holdings data for portfolio ID 59. It is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled via x402 micropayments in USDC on the Base network.
The specific endpoint `/api/v1/portfolios/59/holdings` accepts POST requests and is gated by an x402 payment challenge. The maximum amount required is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a timeout of 300 seconds. No API keys or rate limits are advertised; access is instant once payment is included in the X-PAYMENT header.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. 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 402 with a valid x402 challenge), but the actual data returned after payment is unknown from available sources.
Capabilities
Use cases
- —Fetching holdings data for a specific portfolio on demand
- —Integrating portfolio position data into trading or analytics dashboards
- —Agent-driven portfolio monitoring with per-call micropayments
Fit
Best for
- —Agents or apps needing on-demand portfolio holdings without subscription commitments
- —Developers experimenting with x402 payment-gated APIs on Base
- —Low-volume consumers who prefer pay-per-request over monthly plans
Not for
- —Users needing detailed API documentation or response schemas before integrating
- —High-frequency bulk data consumers who need sub-cent pricing or batch endpoints
- —Anyone requiring portfolio data for arbitrary portfolio IDs (this endpoint is hardcoded to portfolio 59)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/59/holdings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"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 59 holdings' actually contains. No OpenAPI spec, no examples, and all doc pages are empty wallet-connect stubs.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no technical content.
- —No request body schema or response schema is documented; the actual data returned is unknown.
- —Endpoint is specific to portfolio ID 59; it is unclear whether other portfolio IDs are available or what this portfolio represents.
- —The platform lists many endpoints on its homepage but this specific portfolios endpoint is not among them, raising questions about its provenance.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/portfolios/59/holdings
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/59/holdings
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs