x402-gated portfolio transactions endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides access to portfolio transaction data via an x402 payment-gated POST request. The specific resource `/api/v1/portfolios/98/transactions` appears to serve transaction records for portfolio ID 98. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of $0.02 per request (20,000 base units at 6 decimals).
The parent site lowpaymentfee.com hosts a broad catalog of x402-enabled API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no minimum commitments. However, the specific endpoint being listed here (`/portfolios/98/transactions`) is not prominently featured on the site's landing page, and no dedicated documentation, request schema, or response schema is available for it. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content.
Because there is no OpenAPI spec, no request/response examples, and no documentation beyond the generic site description, the actual data returned by this endpoint is unknown. Callers should expect to POST JSON and receive JSON back (mimeType is application/json), but the exact fields are undocumented.
Capabilities
Use cases
- —Retrieving transaction records for a specific portfolio
- —Integrating portfolio transaction data into dashboards or analytics pipelines
- —Agent-driven portfolio monitoring with per-call payment
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 pay-per-use over monthly plans
Not for
- —High-volume bulk transaction data export (no documented batch endpoints)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/98/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the specific portfolio endpoint is not listed on the site's landing page. Effectively a stub listing.
Warnings
- —No OpenAPI spec or request/response schema available for this endpoint
- —The /portfolios/98/transactions path is not listed on the site's main API catalog — it may be a demo or internal resource
- —All documentation pages (docs, pricing, api, README) returned only a 'Connect wallet' prompt with no usable content
- —The purpose and data returned by this specific endpoint are unknown
Citations
- —The endpoint returns a 402 challenge requesting USDC payment on Base network with maxAmountRequired of 20000 base unitshttps://lowpaymentfee.com/api/v1/portfolios/98/transactions
- —The site advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/portfolios/98/transactions