Portfolio performance data via x402 micropayment on Base network, $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides portfolio performance data for a specific portfolio (ID 90) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals).
The provider lowpaymentfee.com hosts a broad catalog of x402-gated APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request. This particular endpoint falls under the finance category and appears to return performance metrics for a pre-defined portfolio. No API keys or rate limits are advertised; access is granted purely through the x402 payment protocol.
Documentation is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no description of request parameters, and no example of the response payload. The exact fields returned by the portfolio performance endpoint are unknown. Callers should expect a JSON response but will need to experiment to understand the schema.
Capabilities
Use cases
- —Retrieving performance metrics for a tracked portfolio via automated agent
- —Integrating portfolio performance data into a dashboard without API key management
- —Pay-per-call access to financial portfolio data on Base L2
Fit
Best for
- —Agents needing on-demand portfolio performance data without subscription commitments
- —Developers experimenting with x402 micropayment-gated finance APIs
- —Low-volume consumers who prefer pay-per-request pricing
Not for
- —Users needing detailed API documentation or guaranteed response schemas before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/90/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing. However, there is no OpenAPI schema, no documentation of request/response fields, and no examples. The docs pages are empty. This is effectively a stub listing with confirmed liveness but minimal usable detail.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are unknown
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no content
- —The specific portfolio ID 90 is hardcoded in the URL; it is unclear whether other portfolio IDs are available or what this portfolio represents
Citations
- —Endpoint returns HTTP 402 with x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/90/performance
- —maxAmountRequired is 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.02https://lowpaymentfee.com/api/v1/portfolios/90/performance
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Documentation pages render only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs