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 48) 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. This particular endpoint falls under the finance category and appears to return performance metrics for a portfolio. No OpenAPI schema, detailed documentation, or example responses were found in the crawl; the docs, pricing, and API pages all returned only a "Connect wallet" prompt with no substantive content.
Because no request or response schema is documented, the exact fields accepted or returned are unknown. The endpoint is confirmed live (HTTP 402 challenge captured) and uses x402 version 1 with the "exact" payment scheme. There are no API keys or rate limits advertised by the provider.
Capabilities
Use cases
- —Retrieve performance metrics for a tracked portfolio
- —Integrate 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 finance APIs on Base
- —Automated portfolio monitoring workflows
Not for
- —Users needing detailed API documentation or response schemas before integrating
- —Bulk historical portfolio data downloads (no evidence of batch support)
- —Non-crypto-native users unfamiliar with x402 payment flows
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/48/performance \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and no example data. The docs pages returned only wallet-connect prompts. This is effectively a stub listing with verified liveness but minimal usable documentation.
Warnings
- —No request or response schema documented — input/output fields are unknown
- —Docs, pricing, and API pages all return only 'Connect wallet' with no substantive content
- —Portfolio ID 48 is hardcoded in the URL; unclear if other portfolio IDs are available or how they are discovered
- —No examples of actual response data found in crawl
Citations
- —Endpoint returns HTTP 402 with x402 version 1 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/portfolios/48/performance
- —Payment is 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base network, equaling $0.02https://lowpaymentfee.com/api/v1/portfolios/48/performance
- —Provider advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Provider hosts APIs across data & analytics, AI/ML, finance/Web3, and infrastructure categorieshttps://lowpaymentfee.com