Portfolio transactions endpoint on Base, paid per-call via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides access to portfolio transaction data via a POST request to `/api/v1/portfolios/58/transactions`. It is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all settled on the Base network using USDC via the x402 protocol.
The specific endpoint probed here charges a maximum of $0.02 per request (20,000 base units of USDC with 6 decimals). Payment is handled inline: callers attach an `X-PAYMENT` header conforming to x402 version 1, with the "exact" scheme on Base mainnet. The USDC asset contract is `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`. No API keys, rate limits, or upfront commitments are required — you pay per call.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what fields the transactions endpoint accepts or returns. The endpoint is confirmed live (returns a proper 402 challenge), but without documentation it is difficult to know the expected POST body or the shape of the response. The platform's landing page lists this endpoint under "Finance & Web3" but the specific `/portfolios/58/transactions` path is not listed among the advertised APIs, suggesting it may be a specific portfolio resource rather than a general-purpose endpoint.
Capabilities
Use cases
- —Fetching transaction history for a specific portfolio
- —Integrating portfolio transaction data into dashboards or analytics pipelines
- —Agent-driven portfolio monitoring with per-call micropayments
Fit
Best for
- —Developers wanting keyless, pay-per-use portfolio transaction access
- —AI agents that can settle payments on Base via x402
- —Projects needing low-friction access to financial transaction data without subscriptions
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume batch transaction exports where per-call pricing adds up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/58/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, but there is no documentation, no OpenAPI schema, no request/response examples, and the specific portfolio endpoint isn't even listed on the site's landing page. Effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all return only a wallet-connect prompt
- —No OpenAPI or request/response schema provided
- —The specific path /api/v1/portfolios/58/transactions is not listed among the site's advertised APIs — it may be a hardcoded portfolio resource
- —Cannot confirm what POST body fields are expected or what the response looks like
Citations
- —The endpoint returns a 402 challenge with x402 version 1, exact scheme, on Base network, with USDC asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 and maxAmountRequired of 20000 base unitshttps://lowpaymentfee.com/api/v1/portfolios/58/transactions
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages return only a Connect wallet prompt with no substantive documentationhttps://lowpaymentfee.com/docs