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/75/transactions` accepts POST requests and charges up to $0.02 per call in USDC on the Base network. Payment is handled entirely through the x402 challenge-response flow — no API keys or accounts are required.
The hosting site lowpaymentfee.com advertises a broad catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced at $0.02 per request. However, this specific endpoint targets portfolio #75's transactions, and no further documentation about the request body schema, available query parameters, or response format was found in the crawl. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no substantive content.
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 maximum timeout of 300 seconds. Without request/response schema documentation, callers will need to experiment or contact the provider to understand the expected POST body and the shape of the returned transaction data.
Capabilities
Use cases
- —Fetching transaction history for a specific portfolio via micropayment
- —Integrating portfolio transaction data into an agent workflow without API key management
- —Programmatic access to financial transaction records with per-call USDC settlement
Fit
Best for
- —Agents or bots 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-request over monthly plans
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-volume batch processing where per-request pricing may add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/portfolios/75/transactions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, but there is no documentation on request body schema, response format, or what 'portfolio 75 transactions' actually returns. Docs pages are empty. This is effectively a stub listing.
Warnings
- —No request or response schema documented — callers must guess the POST body format
- —All documentation pages (docs, pricing, API, README) returned only 'Connect wallet' with no content
- —The endpoint is scoped to portfolio ID 75; it is unclear whether other portfolio IDs are available or what this portfolio represents
- —No OpenAPI spec or ai-plugin manifest found
Citations
- —Endpoint returns a valid x402 version 1 challenge with maxAmountRequired of 20000 base units USDC on Basehttps://lowpaymentfee.com/api/v1/portfolios/75/transactions
- —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 on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/portfolios/75/transactions