DeFi liquidity data for MANA token, paid per-request via x402 on Base
What it does
This endpoint at lowpaymentfee.com provides DeFi liquidity data for the MANA token (Decentraland). It is part of a broader suite of pay-per-request APIs offered by lowpaymentfee.com covering data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints use the x402 payment protocol on the Base network, settling in USDC.
The specific endpoint `/api/v1/defi/MANA/liquidity` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, requiring a maximum payment of 20,000 base units of USDC (0.02 USD per request, since USDC uses 6 decimals). No API keys or rate limits are advertised — access is gated purely by micropayment. The payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base, using the USDC contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the liquidity response contains. The endpoint is confirmed live via its 402 challenge, but the actual data schema and data sources are unknown.
Capabilities
Use cases
- —Querying current liquidity pool data for the MANA (Decentraland) token
- —Building DeFi dashboards that display token liquidity metrics
- —Automated trading bots that need liquidity depth information before executing swaps
- —Portfolio analytics tools integrating cross-token liquidity data
Fit
Best for
- —Agents or apps needing on-demand MANA liquidity data without API key management
- —Developers building on Base who want x402-native DeFi data access
- —Low-volume consumers who prefer pay-per-call over subscription pricing
Not for
- —High-frequency trading requiring sub-second latency guarantees (no SLA documented)
- —Users needing comprehensive DeFi analytics across many tokens in a single call
- —Anyone requiring detailed documentation or guaranteed schema stability
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/MANA/liquidity \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages returned only a wallet-connect prompt. The actual data returned by this endpoint is entirely unknown, making it effectively a stub listing.
Warnings
- —No documentation available — all doc pages return only 'Connect wallet' with no content
- —No request or response schema provided; data fields are unknown
- —This specific /defi/MANA/liquidity endpoint is not listed on the provider's homepage API catalog, raising questions about discoverability and support
- —Data source for MANA liquidity information is undisclosed
Citations
- —The endpoint returns a 402 challenge requiring 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/defi/MANA/liquidity
- —USDC contract address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/defi/MANA/liquidity
- —All APIs priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com