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/97/transactions` accepts POST requests and charges up to $0.02 per call in USDC on the Base network. Payment is handled inline via the x402 header challenge — no API keys or accounts are required.
The hosting site lowpaymentfee.com offers a broad catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced at $0.02 per request. However, this particular endpoint targets portfolio-level transaction records (portfolio ID 97). No OpenAPI schema, request body documentation, or response examples are available from the crawled material, so the exact fields accepted and returned are unknown. The docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further detail.
Because the endpoint returned a well-formed 402 challenge with x402 version 1, it is confirmed live. The payment is settled in USDC (contract 0x8335…2913) on Base to address 0x1A2B…85F3, with a max timeout of 300 seconds. The `maxAmountRequired` of 20000 base units equals $0.02 (USDC uses 6 decimals).
Capabilities
Use cases
- —Fetching transaction records for a specific portfolio
- —Integrating portfolio transaction data into dashboards or analytics pipelines
- —Agent-driven portfolio monitoring with per-call USDC payments
Fit
Best for
- —Developers wanting keyless, pay-per-use portfolio transaction 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 response schemas before integrating
- —Bulk historical data exports (no evidence of batch support)
- —Users without USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/97/transactions
# Returns 402 with x402 challenge; include X-PAYMENT header with signed USDC payment to proceed.Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, but there is no OpenAPI schema, no request/response documentation, and no examples. The docs pages are empty stubs. The purpose of 'portfolio 97 transactions' is opaque — it could be demo/placeholder data. Effectively a stub listing.
Warnings
- —No OpenAPI or request/response schema available — request body format and response structure are unknown.
- —Documentation pages (/docs, /api, /pricing, /README) all resolve to a minimal 'Connect wallet' page with no useful content.
- —The specific portfolio ID (97) is hardcoded in the endpoint path; unclear whether this represents real or demo data.
- —The broader lowpaymentfee.com site lists many diverse API categories but provides no substantive documentation for any of them.
Citations
- —Endpoint returns a valid x402 version 1 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/portfolios/97/transactions
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/portfolios/97/transactions
- —Site advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages all show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs