Portfolio performance data via x402 micropayment on Base network, $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com returns portfolio performance data for portfolio ID 62. It is part of a broader platform offering various pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network at $0.02 per request.
The specific endpoint `/api/v1/portfolios/62/performance` accepts POST requests and returns JSON. The x402 challenge confirms it is live, requiring a maximum of 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) paid to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base. No API keys or rate limits are advertised; access is gated purely by micropayment.
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 description of request parameters, and no example of the response payload. The portfolio ID 62 is hardcoded in the URL, and it is unclear whether other portfolio IDs are available or what fields the performance response contains. Use with caution until more documentation surfaces.
Capabilities
Use cases
- —Retrieving performance metrics for a specific investment portfolio
- —Integrating portfolio performance data into dashboards or agent workflows
- —Paying per-request for financial data without API key management
Fit
Best for
- —Agents or apps needing on-demand portfolio performance data with no subscription
- —Developers experimenting with x402 micropayment-gated APIs
- —Scenarios where pay-per-call is preferred over monthly billing
Not for
- —Users needing detailed API documentation or schema guarantees before integration
- —Bulk historical portfolio data retrieval (no batch endpoint documented)
- —Non-crypto-native users unfamiliar with x402 payment flows
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/62/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and all documentation pages are empty stubs. The purpose of the endpoint can only be inferred from the URL path.
Warnings
- —No API documentation available — docs, pricing, and README pages all return only a wallet-connect prompt with no content.
- —No request body schema or response schema documented; request parameters and response fields are unknown.
- —Portfolio ID 62 is hardcoded in the URL; it is unclear what this portfolio represents or whether other IDs exist.
- —The broader platform lists many API categories but this specific endpoint's data source and accuracy are unverified.
Citations
- —The endpoint returns a 402 challenge requiring 20,000 base units of USDC (0.02 USD) on Base network.https://lowpaymentfee.com/api/v1/portfolios/62/performance
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/portfolios/62/performance