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 the x402 payment protocol. The specific resource `/api/v1/portfolios/25/transactions` accepts POST requests and is gated behind a per-call USDC payment on the Base network. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0.02 USD per request), consistent with the site-wide pricing of $0.02/request.
lowpaymentfee.com hosts a broader suite of x402-gated APIs spanning data & analytics, AI/ML inference (sentiment, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints share the same $0.02/request pricing model, require no API keys, and settle payments on the Base L2 network using USDC. The platform advertises no rate limits and instant access.
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 POST body it expects. The endpoint is confirmed live (returns a valid 402 challenge), but the lack of documentation makes it difficult to use without experimentation.
Capabilities
Use cases
- —Retrieving transaction data for a specific portfolio via pay-per-call USDC payments
- —Integrating portfolio transaction lookups into agent workflows without API key management
- —Accessing financial transaction records through x402 micropayments on Base
Fit
Best for
- —Agents or apps that need on-demand portfolio transaction data without subscription commitments
- —Developers experimenting with x402 payment-gated APIs on Base
- —Low-volume consumers who prefer per-call pricing over monthly plans
Not for
- —Users who need detailed API documentation or schema definitions before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/25/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it accepts POST requests with USDC on Base at $0.02/call. However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty beyond a wallet connect prompt. The purpose and data model of the portfolio transactions endpoint are entirely undocumented.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No OpenAPI or JSON schema describing request body or response format
- —The specific purpose and data returned by /api/v1/portfolios/25/transactions is unknown
- —Portfolio ID '25' is hardcoded in the URL with no explanation of what portfolio it references
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/portfolios/25/transactions
- —Site-wide pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/25/transactions