Litecoin DeFi liquidity data via pay-per-request x402 on Base (USDC).
What it does
This endpoint at lowpaymentfee.com provides Litecoin (LTC) DeFi liquidity data through the x402 payment protocol. Each request costs $0.02 in USDC on the Base network — no API keys, no rate limits, and no subscriptions required. The caller simply includes an X-PAYMENT header with a valid x402 payment proof to receive a JSON response.
The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 market data, and utility services, all priced at $0.02 per request. The specific `/api/v1/defi/LTC/liquidity` route is not listed on the site's landing page catalog, but it follows the same x402 scheme and pricing pattern as the advertised endpoints.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The endpoint is confirmed live (returns a proper 402 challenge with x402 Version 1), but without documentation it is unclear exactly what fields the liquidity response contains or what POST body parameters (if any) are accepted.
Capabilities
Use cases
- —Querying current DeFi liquidity metrics for Litecoin
- —Monitoring LTC liquidity pools across DeFi protocols
- —Building dashboards that track Litecoin DeFi activity
- —Automated trading bots needing LTC liquidity snapshots
Fit
Best for
- —Developers needing on-demand LTC DeFi liquidity data without API key management
- —Agents or bots that can pay per call via x402 on Base
- —Projects already using USDC on Base that want frictionless API access
Not for
- —Users who need detailed API documentation or guaranteed response schemas before integrating
- —High-frequency use cases where $0.02 per request adds up significantly
- —Anyone needing historical or batch liquidity data (no evidence of batch support)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/LTC/liquidity \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts payments. However, there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The specific /defi/LTC/liquidity route is not even listed on the provider's own landing page catalog. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no technical content.
- —No OpenAPI or request/response schema provided; response format is unknown.
- —This specific endpoint (/api/v1/defi/LTC/liquidity) is not listed on the provider's landing page catalog of available APIs.
- —Cannot verify what data is actually returned without making a paid request.
Citations
- —The endpoint returns a valid x402 Version 1 challenge with maxAmountRequired of 20000 base units (USDC on Base, i.e. $0.02)https://lowpaymentfee.com/api/v1/defi/LTC/liquidity
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The payment asset is USDC at contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/defi/LTC/liquidity
- —Docs, pricing, and API pages render only a 'Connect wallet' prompt with no further contenthttps://lowpaymentfee.com/docs