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 27. 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 market data, and infrastructure utilities — all priced at $0.02 per request and settled via x402 micropayments in USDC on the Base network.

The specific endpoint `/api/v1/portfolios/27/holdings` accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an `X-PAYMENT` header containing a signed USDC payment of up to 20,000 base units ($0.02, since USDC uses 6 decimals) to the payee address `0x1A2B…85F3` on Base. No API keys, accounts, or rate limits are required — access is granted per-payment.

Documentation on the site is extremely sparse. The crawled /docs, /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no substantive 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 (402 challenge captured), but the lack of documentation makes it difficult to use without experimentation.

Capabilities

x402-micropaymentusdc-paymentbase-networkportfolio-holdingsjson-apipay-per-request

Use cases

  • Fetching holdings data for a specific portfolio programmatically
  • Integrating portfolio position data into trading dashboards or bots
  • Agent-driven portfolio monitoring with per-call payment

Fit

Best for

  • Developers wanting keyless, pay-per-call access to portfolio data
  • AI agents that can settle x402 payments on Base
  • Users who prefer micropayments over subscription billing

Not for

  • Users needing detailed API documentation or request/response schemas before integrating
  • Bulk data retrieval where per-call pricing would be expensive at scale
  • Anyone without a Base-compatible USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, no documentation beyond a landing page listing, and the specific endpoint (portfolios/27/holdings) is not even listed on the site's own catalog. This is effectively a stub listing.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README pages all return only a wallet-connect prompt with no content.
  • No OpenAPI or JSON schema describing request body or response format for this endpoint.
  • The endpoint path /api/v1/portfolios/27/holdings is not listed among the site's advertised APIs; it may be an unlisted or experimental route.
  • Request body format is unknown — POST method is specified but no input schema is provided.

Citations

Provenance

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

Agent access