Portfolio performance data via x402 micropayment on Base network, $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides portfolio performance data for a specific portfolio (ID 17) behind an x402 paywall. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) at a cost of $0.02 per request (20,000 base units with 6 decimals).
The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced uniformly at $0.02 per call. The platform advertises no API keys, no rate limits, and instant access; callers simply attach an x402 payment header to each request.
Documentation 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 portfolio performance response contains. The specific portfolio (ID 17) is not described anywhere on the site. Consequently, the exact input parameters and output shape are unknown.
Capabilities
Use cases
- —Retrieving performance metrics for a tracked portfolio
- —Integrating portfolio performance data into dashboards or agents
- —Paying per-request for financial data without API key management
Fit
Best for
- —Agents or apps that need on-demand portfolio performance data with no subscription
- —Developers who prefer crypto micropayments over traditional API key auth
- —Quick, low-commitment access to financial performance endpoints
Not for
- —Users who need detailed documentation or schema guarantees before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone needing portfolio performance for arbitrary portfolio IDs (only ID 17 is exposed at this URL)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/17/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (returns a valid 402 x402 challenge) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The purpose of 'portfolio 17' is unexplained. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all return only a wallet-connect prompt with no content.
- —No OpenAPI or output schema provided; request parameters and response shape are entirely unknown.
- —The specific portfolio ID (17) is not described anywhere; unclear what portfolio this represents.
- —No request or response examples available from any source.
Citations
- —Endpoint returns HTTP 402 with x402 challenge advertising USDC on Base network at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/portfolios/17/performance
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/portfolios/17/performance