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 87) through the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled in USDC on the Base network at $0.02 per call (maxAmountRequired of 20,000 base units with 6 decimals = $0.02). No API keys or rate limits are required; access is gated purely by the x402 micropayment.
The provider site (lowpaymentfee.com) hosts a broader catalog of 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 targets portfolio holdings retrieval. The exact schema of the POST request body and the response payload are not documented in the crawled material — the docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further detail.
Because there is no OpenAPI spec, no request/response examples, and no documentation beyond the landing page listing, the actual fields accepted and returned by this endpoint remain unknown. Agents should expect a JSON response (mimeType: application/json) but will need to experiment or obtain additional documentation to understand the input and output structure.
Capabilities
Use cases
- —Retrieving holdings for a specific portfolio programmatically
- —Integrating portfolio data into trading bots or dashboards
- —Agent-driven portfolio monitoring with per-call micropayments
Fit
Best for
- —Agents needing on-demand portfolio holdings without subscription commitments
- —Developers who want keyless, pay-per-use access to financial data
- —Crypto-native workflows settling payments on Base L2
Not for
- —Users needing detailed API documentation or schemas before integrating
- —High-volume bulk data retrieval where per-call pricing adds up
- —Non-crypto users who cannot pay with USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/87/holdings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, and no meaningful documentation beyond a landing page. The specific purpose of 'portfolio 87 holdings' is opaque without further context.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are unknown
- —Docs, pricing, and API pages all render only a 'Connect wallet' prompt with no technical content
- —The endpoint is for a specific portfolio ID (87); unclear if other portfolio IDs are available or how they are discovered
- —The provider site lists many endpoints but none have documented schemas
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/87/holdings
- —maxAmountRequired is 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.02https://lowpaymentfee.com/api/v1/portfolios/87/holdings
- —Site advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages resolve to minimal 'Connect wallet' contenthttps://lowpaymentfee.com/docs