DeFi liquidity data for Fantom (FTM), paid per-request via x402 on Base.
What it does
This endpoint at lowpaymentfee.com provides DeFi liquidity data for the Fantom (FTM) ecosystem. 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.
The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on Base (contract 0x8335…2913) using the x402 "exact" scheme. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 per request — consistent with the platform's uniform $0.02/request pricing advertised on its landing page. No API keys or rate limits are mentioned; access is instant once payment is attached.
Documentation is extremely sparse. The /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI spec, no request/response schema, and no example payloads available. The specific fields returned by the FTM liquidity endpoint (e.g., pool addresses, TVL, token pairs, volume) are unknown and must be discovered by making a paid call. The endpoint is confirmed live via a valid 402 challenge.
Capabilities
Use cases
- —Querying current DeFi liquidity pools and metrics on the Fantom network
- —Monitoring TVL or pool composition changes for FTM-based protocols
- —Feeding Fantom liquidity data into trading bots or portfolio dashboards
Fit
Best for
- —Agents or bots needing on-demand Fantom DeFi liquidity snapshots
- —Developers who want keyless, pay-per-call access without subscriptions
- —x402-compatible clients settling micropayments in USDC on Base
Not for
- —Users needing detailed API documentation or guaranteed response schemas before purchasing
- —High-frequency bulk data consumers who need subscription-based pricing
- —Non-Fantom DeFi data (endpoint is FTM-specific)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/FTM/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 and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and no examples. The actual data returned is entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README all show only 'Connect wallet'
- —No OpenAPI or JSON schema for request or response bodies
- —Actual response fields for FTM liquidity data are unknown and must be discovered empirically
- —Platform lists many diverse endpoints (AI, geocoding, finance) at uniform $0.02 pricing with no docs — provenance and data quality are unverifiable
Citations
- —Endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/defi/FTM/liquidity
- —Platform advertises $0.02/request uniform pricing 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/FTM/liquidity