Lido DeFi pool data via x402 micropayment on Base, $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides Lido DeFi pool data through the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of data, AI, finance, and utility APIs all priced at $0.02 per request, payable in USDC on the Base network. No API keys or accounts are required — callers authenticate and pay per-request via the x402 payment header.
The specific endpoint `/api/v1/defi/lido/pools` is categorized under Finance & Web3 and presumably returns information about Lido staking pools (e.g., pool addresses, TVL, APY, or related metrics). However, no detailed documentation, request parameters, or response schema are available from the crawled material. The docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content.
The x402 challenge confirms the endpoint is live and accepts POST requests. Payment is settled in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base with a max amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). The payment timeout is 300 seconds. The platform advertises no rate limits and instant access.
Capabilities
Use cases
- —Querying current Lido staking pool data for portfolio dashboards
- —Monitoring Lido pool metrics (TVL, APY) in automated DeFi strategies
- —Feeding Lido pool information into AI agents that manage DeFi positions
- —Comparing staking yields across protocols by pulling Lido pool stats
Fit
Best for
- —Agents or bots needing on-demand Lido pool data without API key management
- —Developers building DeFi dashboards who want simple pay-per-call pricing
- —Low-volume consumers who don't want subscription commitments
Not for
- —High-frequency trading requiring sub-second latency and bulk data
- —Users who need comprehensive Lido protocol data beyond pool-level info (e.g., validator details)
- —Anyone unable to pay in USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/lido/pools \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no request/response schema, no examples, and no description of what data the Lido pools endpoint actually returns. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all return only a 'Connect wallet' prompt with no content.
- —No request parameters or response schema documented for this endpoint.
- —The specific data returned by /api/v1/defi/lido/pools is unknown and inferred from the path name only.
- —This endpoint does not appear in the provider's own homepage listing of available APIs, raising questions about its completeness or status.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/defi/lido/pools
- —Platform pricing is $0.02 per request 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/defi/lido/pools