DeFi liquidity data for MATIC via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides DeFi liquidity data for the MATIC token. It is part of a broader platform offering data & analytics, AI/ML inference, finance/Web3, and infrastructure APIs, all gated behind the x402 payment protocol on the Base network. Each request costs $0.02 (20,000 base units of USDC on Base, which has 6 decimals). No API keys or rate limits are required — callers simply attach an x402 payment header to each POST request.
The specific endpoint `/api/v1/defi/MATIC/liquidity` is categorized under Finance & Web3 and presumably returns liquidity pool or liquidity-related metrics for the MATIC (Polygon) token. However, the crawled documentation is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further detail. There is no OpenAPI schema, no request/response examples, and no description of what fields the liquidity response contains or what parameters the POST body accepts. The endpoint is confirmed live (returns a valid 402 x402 challenge), but the actual data quality and schema remain unknown.
Payment settles in USDC (contract 0x8335…2913) on the Base L2 network to address 0x1A2B…85F3. The x402 challenge specifies scheme "exact", maxAmountRequired of 20000 base units (= $0.02), and a timeout of 300 seconds. The output mimeType is application/json.
Capabilities
Use cases
- —Querying current liquidity metrics for MATIC in DeFi protocols
- —Building dashboards that display MATIC liquidity across pools
- —Automated trading bots that need liquidity depth data before executing swaps
- —Research and analytics on MATIC DeFi ecosystem liquidity
Fit
Best for
- —Agents or bots that need on-demand MATIC liquidity data without managing API keys
- —Developers prototyping DeFi tools who want pay-per-call pricing
- —x402-native applications on the Base network
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-frequency use cases where $0.02 per call adds up significantly
- —Non-MATIC token liquidity queries (separate endpoints may exist but are not documented here)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/MATIC/liquidity \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 x402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and the documentation pages are empty beyond a wallet-connect prompt. The actual data returned is entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No request body schema or response schema documented; callers must guess what to POST and what they receive.
- —The endpoint path /api/v1/defi/MATIC/liquidity is not listed on the provider's homepage among their advertised APIs, raising questions about its status.
- —Data source, freshness, and accuracy of the liquidity information are completely unknown.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/defi/MATIC/liquidity
- —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/MATIC/liquidity