Portfolio performance data via x402 micropayment on Base network, $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns portfolio performance data for a specific portfolio (ID 94) behind an x402 paywall. It accepts POST requests and responds with 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 provider 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 particular endpoint falls under the finance category and appears to deliver performance metrics for a pre-defined portfolio. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.
Documentation is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The endpoint is confirmed live (402 challenge captured), but the actual shape of the response data is unknown. Callers should expect JSON output but will need to experiment to understand the exact fields returned.
Capabilities
Use cases
- —Retrieving performance metrics for a tracked portfolio
- —Integrating portfolio performance data into dashboards or agents
- —Programmatic access to portfolio returns without API key management
Fit
Best for
- —Agents or apps needing on-demand portfolio performance data with no signup
- —Developers experimenting with x402 micropayment protocols
- —Crypto-native workflows that can pay per call on Base
Not for
- —Users needing detailed API documentation or response schemas before integrating
- —Bulk historical portfolio analysis requiring high-volume, low-latency access
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/94/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live with a valid 402 challenge and clear pricing, but there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The portfolio endpoint (ID 94) is not listed on the provider's homepage, making its purpose and output entirely opaque. Effectively a stub listing.
Warnings
- —No OpenAPI spec or schema available for request or response
- —Documentation pages return only 'Connect wallet' with no technical content
- —This specific endpoint (/portfolios/94/performance) is not listed on the provider's homepage — its purpose and data source are unknown
- —Response format and fields are completely undocumented
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base at 20000 base unitshttps://lowpaymentfee.com/api/v1/portfolios/94/performance
- —Provider advertises $0.02 per request, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/94/performance