Compound DeFi pool data via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides access to Compound protocol pool data through a pay-per-call x402 micropayment model settled in USDC on the Base network. Each request costs $0.02 (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to a POST request.
The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of APIs across DeFi, analytics, AI/ML, and utility categories, all at the same $0.02-per-request price point. The specific endpoint `/api/v1/defi/compound/pools` is focused on Compound protocol pool information, though the exact response schema is not documented in the available materials. The payment is made to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no response schema, and no example payloads available. The endpoint is confirmed live via a valid 402 challenge response.
Capabilities
Use cases
- —Querying current Compound protocol pool information for portfolio dashboards
- —Automated DeFi agents monitoring lending pool parameters
- —Comparing Compound pool yields across assets
Fit
Best for
- —Agents needing on-demand DeFi pool data without API key management
- —Low-volume consumers who prefer pay-per-call over subscriptions
- —Base network users who can settle USDC micropayments natively
Not for
- —High-frequency trading bots needing sub-second latency guarantees (no SLA documented)
- —Users who need detailed documentation or guaranteed response schemas before integrating
- —Anyone needing historical Compound data in bulk (no batch endpoint documented)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/compound/pools \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no response schema, no example requests or responses, and all documentation pages render only 'Connect wallet' with no useful content. The actual data returned by this endpoint is entirely unknown.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —No response schema or example payloads; the structure of returned Compound pool data is unknown
- —No OpenAPI or machine-readable spec provided
- —The endpoint path suggests DeFi/Compound pool data but this is unverified beyond the URL naming
Citations
- —Endpoint returns a valid x402 402 challenge with USDC on Base networkhttps://lowpaymentfee.com/api/v1/defi/compound/pools
- —Price is $0.02 per request (20000 base units USDC, 6 decimals)https://lowpaymentfee.com
- —No API keys, no rate limits, instant access advertisedhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/defi/compound/pools