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 a specific portfolio (ID 56) 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 pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. This particular endpoint falls under the finance category and appears to deliver performance metrics for a pre-defined portfolio. However, no detailed documentation, request schema, or response schema is available; the docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further content.
Because there is no OpenAPI spec, no example responses, and no documentation describing what fields the portfolio performance response contains or what parameters the POST body accepts, consumers should expect to experiment or contact the provider for details. The endpoint is confirmed live via a valid 402 challenge.
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 micropayments
- —Developers who want keyless, pay-per-call financial data access on Base
Not for
- —Users needing detailed API documentation or guaranteed SLA before integrating
- —Bulk historical portfolio data retrieval (no evidence of batch support)
- —Non-crypto-native consumers who cannot settle USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/56/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The purpose of the endpoint is only inferable from the URL path. This is effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —No request body schema or response schema provided
- —No OpenAPI or ai-plugin manifest found
- —Portfolio ID 56 is hardcoded in the URL; unclear if other portfolio IDs are available or how they are created
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base, maxAmountRequired 20000 (=$0.02)https://lowpaymentfee.com/api/v1/portfolios/56/performance
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/56/performance