x402-gated portfolio transactions endpoint on Base, pay-per-call with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to portfolio transaction data via a POST request to `/api/v1/portfolios/32/transactions`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all settled on the Base network using USDC.
The specific endpoint probed here returns an x402 challenge with a `maxAmountRequired` of 20,000 base units of USDC (the asset at `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` on Base). Since USDC uses 6 decimals, this translates to $0.02 per request, consistent with the site's advertised flat pricing of $0.02/request across all endpoints. The platform advertises no API keys, no rate limits, and instant access — payment is handled entirely via the x402 protocol's `X-PAYMENT` header.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the portfolio transactions endpoint actually returns or what parameters it accepts. The endpoint's purpose (portfolio transaction data) is inferred solely from the URL path. The platform hosts many other endpoints but this listing covers only the `/api/v1/portfolios/32/transactions` route.
Capabilities
Use cases
- —Retrieving transaction history for a specific portfolio
- —Integrating portfolio transaction data into automated trading or analytics pipelines
- —Agent-driven portfolio monitoring with per-call USDC payments
Fit
Best for
- —Developers wanting keyless, pay-per-request access to portfolio data
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing detailed API documentation or request/response schemas before integrating
- —High-volume consumers who need bulk pricing or subscription discounts
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/32/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, confirming it is operational. However, there is no OpenAPI schema, no documentation of request parameters or response format, and no examples. The endpoint's actual functionality is inferred only from the URL path. Docs pages are empty beyond a wallet-connect prompt.
Warnings
- —No API documentation available — docs, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or request/response schema provided; request body format and response structure are unknown.
- —The specific purpose of /api/v1/portfolios/32/transactions (what portfolio '32' refers to, what data is returned) is entirely unclear.
- —Platform appears to be a demonstration or early-stage service with many generic endpoint categories but no substantive documentation.
Citations
- —The endpoint returns an x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/32/transactions
- —The USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/portfolios/32/transactions
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs