Query Lido DeFi positions via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides access to Lido DeFi position data through the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which covers data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request settled in USDC on the Base network.
The specific endpoint `/api/v1/defi/lido/positions` accepts POST requests and returns JSON. Based on the path, it likely returns information about Lido staking positions (e.g., stETH holdings, staking rewards, or validator data), though no detailed schema or example responses are documented. Payment is handled via the x402 exact-payment scheme: callers attach an `X-PAYMENT` header with a USDC payment of up to 20,000 base units ($0.02) to the specified payTo address on Base.
The platform advertises no API keys, no rate limits, and instant access. Documentation pages (`/docs`, `/pricing`, `/README`) all resolve but contain only a "Connect wallet" prompt with no substantive content, so the actual request/response schema and field definitions are unknown. The endpoint is live and returns a valid x402 challenge.
Capabilities
Use cases
- —Querying current Lido staking positions for a wallet or protocol
- —Building DeFi dashboards that display Lido staking data
- —Automated portfolio tracking that includes liquid staking positions
- —Agent-driven DeFi analytics pipelines needing on-demand Lido data
Fit
Best for
- —AI agents or bots that need pay-per-call DeFi data without API key management
- —Developers prototyping Lido-related dashboards with low-commitment pricing
- —x402-native applications on the Base network
Not for
- —High-volume production use cases where $0.02/request adds up (no bulk discount documented)
- —Users who need detailed documentation or guaranteed SLAs before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/lido/positions \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts payments. However, there is no OpenAPI schema, no documented request/response format, and all documentation pages are empty stubs ('Connect wallet'). The endpoint's actual functionality (what fields it accepts or returns) must be entirely inferred from the URL path. This is effectively a stub listing.
Warnings
- —No request or response schema documented — actual input parameters and output fields are unknown.
- —All documentation pages (/docs, /pricing, /README) contain only 'Connect wallet' with no substantive content.
- —The endpoint path suggests Lido DeFi positions but this is not confirmed by any documentation or example.
- —This specific endpoint (/api/v1/defi/lido/positions) is not listed on the provider's homepage among available APIs, raising questions about its status.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/defi/lido/positions
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/defi/lido/positions