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 27. 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 market data, and infrastructure utilities — all priced at $0.02 per request and settled via x402 micropayments in USDC on the Base network.
The specific endpoint `/api/v1/portfolios/27/holdings` accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed USDC payment of up to 20,000 base units ($0.02, since USDC uses 6 decimals) to the payee address `0x1A2B…85F3` on Base. No API keys, accounts, or rate limits are required — access is granted per-payment.
Documentation on the site is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all returned 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 or what POST body (if any) is expected. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to use without experimentation.
Capabilities
Use cases
- —Fetching holdings data for a specific portfolio programmatically
- —Integrating portfolio position data into trading dashboards or bots
- —Agent-driven portfolio monitoring with per-call payment
Fit
Best for
- —Developers wanting keyless, pay-per-call access to portfolio data
- —AI agents that can settle x402 payments on Base
- —Users who prefer micropayments over subscription billing
Not for
- —Users needing detailed API documentation or request/response schemas before integrating
- —Bulk data retrieval where per-call pricing would be expensive at scale
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/27/holdings \
-H "X-PAYMENT: <x402-signed-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a landing page listing, and the specific endpoint (portfolios/27/holdings) is not even listed on the site's own catalog. This is effectively a stub listing.
Warnings
- —No API documentation available — /docs, /api, /pricing, and /README pages all return only a wallet-connect prompt with no content.
- —No OpenAPI or JSON schema describing request body or response format for this endpoint.
- —The endpoint path /api/v1/portfolios/27/holdings is not listed among the site's advertised APIs; it may be an unlisted or experimental route.
- —Request body format is unknown — POST method is specified but no input schema is provided.
Citations
- —The endpoint returns a 402 challenge requesting up to 20,000 base units of USDC on Base network.https://lowpaymentfee.com/api/v1/portfolios/27/holdings
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/portfolios/27/holdings