Pay-per-call portfolio transactions API on Base network via x402 protocol at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides access to portfolio transaction data (portfolio ID 8) via the x402 payment protocol. It accepts POST requests and charges $0.02 per call, settled in USDC on the Base network. No API keys or rate limits are required — payment is handled inline via the X-PAYMENT header.
The endpoint is part of a broader platform offering multiple API categories including data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced uniformly at $0.02 per request. The specific functionality of the `/portfolios/8/transactions` endpoint is not well-documented beyond its title "Premium API Access," but the path structure suggests it returns or creates transaction records for a specific portfolio.
Payment is made in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, with a maximum amount of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). The x402 challenge is live and responds correctly with version 1 of the protocol. No OpenAPI schema, detailed documentation, or example responses are available from the crawled pages.
Capabilities
Use cases
- —Retrieving or creating transaction records for a specific portfolio
- —Integrating pay-per-call financial data into agent workflows
- —Accessing portfolio data without managing API keys or subscriptions
Fit
Best for
- —Agents needing on-demand portfolio transaction data without subscription overhead
- —Developers experimenting with x402 payment protocol integrations
- —Low-volume consumers who prefer per-request pricing
Not for
- —High-volume bulk transaction data retrieval (no documented batch endpoints)
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —Non-crypto-native consumers who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/8/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear, but there is no documentation on request/response schemas, no OpenAPI spec, and the crawled docs/pricing/API pages only show a wallet connect prompt. The actual functionality of this specific endpoint is unclear beyond its URL path.
Warnings
- —No OpenAPI or request/response schema available
- —Documentation pages return only 'Connect wallet' with no useful content
- —Exact functionality of /portfolios/8/transactions is undocumented — path suggests portfolio-specific transaction data but details are unknown
- —Platform appears to be a generic demo or placeholder with many endpoints all at the same price
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base at maxAmountRequired 20000 (=$0.02)https://lowpaymentfee.com/api/v1/portfolios/8/transactions
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/8/transactions