x402basequality 0.25

Portfolio holdings data via x402 micropayment on Base network, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns portfolio holdings data for portfolio ID 76. It is part of a broader platform offering various pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network at $0.02 per request.

The specific endpoint `/api/v1/portfolios/76/holdings` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, requiring a maximum of 20,000 base units of USDC (0.02 USD given 6 decimals) per call, paid to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3`. No API keys or rate limits are advertised; access is gated purely by micropayment.

Documentation 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's purpose — returning holdings for a specific portfolio — is inferred solely from the URL path and the generic "Premium API Access" description.

Capabilities

portfolio-holdingsx402-paymentusdc-micropaymentbase-networkpay-per-requestjson-api

Use cases

  • Retrieve holdings data for portfolio 76 programmatically with per-call payment
  • Integrate portfolio data into trading bots or dashboards without API key management
  • Agent-driven portfolio monitoring using x402 micropayments

Fit

Best for

  • Agents or apps needing on-demand portfolio holdings without subscription commitments
  • Developers experimenting with x402 pay-per-call protocols
  • Low-volume consumers who want to avoid API key registration

Not for

  • Users needing detailed API documentation or schema guarantees before integration
  • High-volume consumers who would benefit from bulk pricing or subscriptions
  • Anyone needing holdings for arbitrary portfolio IDs (this endpoint is hardcoded to portfolio 76)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the purpose of the endpoint is only inferable from the URL path. Effectively a stub listing.

Warnings

  • No OpenAPI schema or request/response documentation available
  • All doc/pricing/README pages return only 'Connect wallet' with no content
  • Endpoint is specific to portfolio ID 76; unclear if other portfolio IDs are supported
  • POST body requirements are unknown — no input schema provided
  • Response format and fields are completely undocumented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 09:02:24Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access