Portfolio performance data via x402 micropayment on Base network, $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides portfolio performance data for a specific portfolio (ID 76) behind an x402 paywall. The endpoint 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 — access is granted per-request via the x402 payment protocol.
The provider site (lowpaymentfee.com) hosts a broad catalog of x402-gated APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced uniformly at $0.02 per call. This specific endpoint falls under the finance category and appears to return performance metrics for a pre-defined portfolio. However, no detailed documentation, request schema, or response schema is available beyond the x402 challenge metadata. The docs, pricing, and API pages on the site require a wallet connection and provide no additional technical detail.
Because there is no OpenAPI spec, no example responses, and no documentation describing the request body or response fields, the exact data returned is unknown. Agents should expect a JSON response containing portfolio performance information, but the structure must be discovered empirically.
Capabilities
Use cases
- —Retrieving performance metrics for a specific investment portfolio
- —Integrating portfolio analytics into trading or reporting dashboards
- —Agent-driven portfolio monitoring with per-request micropayments
Fit
Best for
- —Agents needing on-demand portfolio performance data without API key management
- —Developers experimenting with x402 pay-per-call finance endpoints
- —Low-volume consumers who want no subscription commitment
Not for
- —Users needing bulk or historical portfolio data across many portfolios
- —Anyone requiring detailed API documentation or guaranteed SLAs
- —Users who cannot transact USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/76/performance \
-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, no documentation, and no example payloads. The endpoint path is specific to portfolio ID 76 with no explanation of what that portfolio contains. Effectively a stub listing.
Warnings
- —No API documentation available — docs page requires wallet connection and shows no content
- —No request body schema or response schema provided
- —Portfolio ID 76 is hardcoded in the path with no explanation of what it represents
- —No OpenAPI or machine-readable spec found
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC payment on Base network at 20000 base unitshttps://lowpaymentfee.com/api/v1/portfolios/76/performance
- —Site advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/76/performance