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 60) 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 site 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 via the x402 payment header.
Documentation is extremely sparse. The docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The endpoint is confirmed live (returns a proper 402 challenge), but the exact request body format and response structure are unknown.
Capabilities
Use cases
- —Retrieving performance metrics for a tracked portfolio
- —Integrating portfolio performance data into dashboards or agents
- —Paying per-request for financial data without subscription commitments
Fit
Best for
- —Agents or apps needing on-demand portfolio performance data
- —Developers wanting keyless, pay-per-call financial APIs
- —x402-compatible clients on the Base network
Not for
- —Users needing detailed API documentation or schemas before integrating
- —Bulk historical portfolio data retrieval (no batch endpoint documented)
- —Non-crypto payment workflows (only USDC on Base is accepted)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/60/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 ($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 'portfolio 60 performance' is opaque — it is unclear what portfolio this refers to or what fields are returned.
Warnings
- —No OpenAPI or schema documentation available — request body format and response structure are entirely unknown
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no technical content
- —The specific portfolio (ID 60) is hardcoded in the URL with no explanation of what it represents
- —No information on error handling, response fields, or data freshness
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000https://lowpaymentfee.com/api/v1/portfolios/60/performance
- —All APIs priced at $0.02 per request 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/60/performance