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 52) 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 x402-gated APIs spanning data & analytics, AI/ML inference, finance & Web3, and infrastructure utilities — all priced at $0.02 per request. The specific endpoint listed here (/api/v1/portfolios/52/performance) is not featured on the provider's landing page catalog, suggesting it may be a specialized or less-publicized route. No OpenAPI schema, request/response examples, or detailed documentation were found during crawling; the docs, pricing, and API pages all returned only a "Connect wallet" prompt with no additional content.
Because there is no schema describing what fields the POST body should contain or what the response looks like, agents calling this endpoint will need to experiment or obtain documentation out-of-band. The endpoint is confirmed live (returns a proper x402 402 challenge), and the pricing is clear and low.
Capabilities
Use cases
- —Retrieving performance metrics for a specific investment portfolio
- —Integrating portfolio performance data into dashboards or reporting tools
- —Agent-driven portfolio monitoring with per-request micropayments
Fit
Best for
- —Developers needing on-demand portfolio performance data without API key management
- —AI agents that can settle x402 payments on Base in USDC
- —Low-volume or sporadic access to portfolio analytics at $0.02/call
Not for
- —High-frequency bulk data retrieval where per-request costs add up
- —Users who need detailed API documentation or schema guarantees before integrating
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/52/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and no meaningful documentation — the docs pages only show a wallet-connect prompt. The endpoint path is not listed in the provider's own catalog, adding uncertainty about its purpose and expected inputs.
Warnings
- —No OpenAPI or input/output schema available — request body format is unknown
- —No documentation beyond the x402 challenge; docs pages return only 'Connect wallet'
- —This specific endpoint (/api/v1/portfolios/52/performance) is not listed in the provider's public API catalog
- —Portfolio ID 52 is hardcoded in the path; unclear if other portfolio IDs are available or what data is returned
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/52/performance
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/52/performance
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages all returned only a 'Connect wallet' prompt with no additional contenthttps://lowpaymentfee.com/docs