Portfolio holdings data via x402 micropayment on Base network, $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides access to portfolio holdings data (portfolio ID 85) through the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 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 is part of a broader platform (lowpaymentfee.com) that offers numerous pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced at $0.02 per request. However, this specific endpoint (/api/v1/portfolios/85/holdings) is not listed on the site's main catalog, and no documentation describes its request body schema or response format. The portfolio ID "85" is hardcoded in the URL, and it is unclear whether other portfolio IDs are available or what data fields the holdings response contains.
The x402 challenge was successfully captured (HTTP 402 with valid accepts array), confirming the endpoint is live. The payment timeout is 300 seconds. No OpenAPI spec, detailed docs, or example responses were found during crawling — the docs, pricing, and API pages all returned only a "Connect wallet" prompt with no substantive content.
Capabilities
Use cases
- —Retrieve holdings data for portfolio 85 programmatically with per-call micropayments
- —Integrate portfolio data into trading bots or dashboards without API key management
- —Agent-driven portfolio monitoring with x402 payment settlement on Base
Fit
Best for
- —Developers needing pay-per-call portfolio data without subscriptions
- —AI agents that can settle x402 payments on Base
- —Quick one-off lookups of portfolio holdings
Not for
- —Users who need documented request/response schemas before integrating
- —Bulk or high-frequency data retrieval where per-call pricing is inefficient
- —Access to arbitrary portfolio IDs (only portfolio 85 is confirmed)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/85/holdings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live (valid 402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no documentation of request/response schemas, no examples, and the endpoint is not listed in the site's own catalog. Effectively a stub with confirmed liveness.
Warnings
- —No documentation found — docs, pricing, and API pages return only a wallet-connect prompt with no content
- —Request body schema and response format are completely unknown
- —This specific endpoint (/api/v1/portfolios/85/holdings) is not listed on the provider's main API catalog
- —It is unclear what portfolio 85 represents or whether other portfolio IDs exist
Citations
- —The endpoint returns a valid x402 challenge with USDC on Base network, maxAmountRequired 20000 (=$0.02)https://lowpaymentfee.com/api/v1/portfolios/85/holdings
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/85/holdings