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 47) 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 market data, and utility/infrastructure services — all priced at $0.02 per request with no API keys, no rate limits, and no minimum commitments. This particular endpoint sits under the finance category and appears to return performance metrics for a pre-defined portfolio. However, the exact response schema, accepted request body fields, and the nature of the portfolio (crypto, equities, etc.) are not documented in any available material.
Because the crawled documentation pages (docs, api, pricing, README) all returned only a "Connect wallet" prompt with no substantive content, the specifics of what fields the endpoint accepts or returns remain unknown. The x402 challenge confirms the endpoint is live and correctly advertising its payment terms, but users should expect to experiment with the request body to discover accepted parameters.
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 wanting pay-per-call financial data on Base/USDC
- —Automated workflows that need frictionless, keyless API access
Not for
- —Users who need detailed documentation or guaranteed SLA before integrating
- —Bulk historical data retrieval (no evidence of batch or export support on this endpoint)
- —Non-crypto-native users who cannot settle payments on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/47/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Example
Request
{}Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no response examples, and no description of what the endpoint actually returns or accepts. The portfolio context (ID 47) is opaque. This is effectively a stub listing.
Warnings
- —No documentation available — all doc pages return only a 'Connect wallet' prompt with no content
- —Response schema and accepted request body fields are completely unknown
- —The specific portfolio (ID 47) is unexplained; unclear what asset class or data it covers
- —No OpenAPI spec or AI plugin manifest found
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC payment on Base network at 20000 base unitshttps://lowpaymentfee.com/api/v1/portfolios/47/performance
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/portfolios/47/performance
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com