x402basequality 0.30

Retrieve portfolio holdings data via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns holdings data for portfolio ID 34. It is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all gated behind the x402 payment protocol on the Base network.

The specific endpoint `/api/v1/portfolios/34/holdings` accepts POST requests and is priced at a maximum of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per call (USDC uses 6 decimals). Payment is settled on-chain via the x402 "exact" scheme, meaning the caller attaches a one-shot USDC payment in the X-PAYMENT header. No API keys, rate limits, or subscriptions are required — access is instant once payment is included.

Documentation on the platform is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the holdings response contains or what POST body (if any) is expected. The endpoint is confirmed live (HTTP 402 challenge captured), but the lack of documentation makes it difficult to know exactly what data is returned or how to structure a request body.

Capabilities

x402-paymentusdc-baseportfolio-holdingspay-per-requestno-api-key

Use cases

  • Fetching current holdings for a specific portfolio on-demand
  • Integrating portfolio data into trading bots or dashboards without API key management
  • Agent-driven portfolio monitoring with per-call micropayments

Fit

Best for

  • Developers wanting keyless, pay-per-use portfolio data access
  • AI agents that can settle x402 payments on Base
  • Users who need occasional portfolio lookups without subscription commitments

Not for

  • Users needing detailed API documentation or response schema guarantees before integrating
  • High-frequency bulk data retrieval where per-call pricing becomes expensive
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/portfolios/34/holdings \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages return only 'Connect wallet' with no content. The purpose of portfolio 34 specifically is unexplained. This is effectively a stub listing.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet'
  • No OpenAPI or JSON schema describing request body or response format
  • The endpoint is for a hardcoded portfolio ID (34); unclear if other portfolio IDs are available or what this portfolio represents
  • Response content and structure are completely unknown

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 08:36:35Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access