x402-gated portfolio transactions endpoint on Base, pay-per-call with USDC.
What it does
This endpoint at lowpaymentfee.com exposes a POST-based transactions API for portfolio #95, gated behind the x402 payment protocol. It accepts USDC payments on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof to access the resource.
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 uniformly at $0.02 per request. This specific endpoint appears to serve portfolio transaction data or accept transaction submissions for portfolio ID 95. However, the exact request body schema and response format are undocumented — the crawled docs pages returned only a "Connect wallet" stub with no further technical detail.
The endpoint is confirmed live: it returns a well-formed x402 version 1 challenge with scheme "exact", settling to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 on Base. The asset is USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). Timeout is 300 seconds. Because no OpenAPI spec, request/response schemas, or detailed documentation were found, the actual functionality behind this endpoint remains opaque.
Capabilities
Use cases
- —Submitting or retrieving transactions for a specific portfolio via micropayment
- —Integrating pay-per-call portfolio data into an agent workflow
- —Accessing financial transaction data without API key registration
Fit
Best for
- —Agents that can settle x402 payments in USDC on Base
- —Developers wanting keyless, pay-per-use portfolio transaction access
- —Automated workflows needing low-friction API access at $0.02/call
Not for
- —Users needing detailed API documentation or guaranteed SLAs before integration
- —High-volume batch processing where per-call pricing adds up quickly
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/95/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live with a valid x402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a landing page listing, and the docs/pricing/README pages all returned only 'Connect wallet' stubs. The actual functionality of this specific endpoint is unknown.
Warnings
- —No request or response schema documented — actual input/output format is unknown
- —All documentation pages (docs, pricing, README, api) returned only 'Connect wallet' with no technical content
- —The purpose of 'portfolios/95/transactions' is unclear — it could be a demo or placeholder endpoint
- —No OpenAPI or machine-readable spec available
Citations
- —Endpoint returns x402 version 1 challenge with maxAmountRequired 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/portfolios/95/transactions
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/portfolios/95/transactions
- —Site advertises $0.02 per request, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —Documentation pages returned only 'Connect wallet' stubshttps://lowpaymentfee.com/docs