DeFi liquidity data for GRT via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides DeFi liquidity information for the GRT (The Graph) token, accessible through the x402 payment protocol. It is part of a broader API platform at lowpaymentfee.com that offers data & analytics, AI/ML inference, finance/Web3, and infrastructure endpoints — all priced at $0.02 per request with no API keys, no rate limits, and no commitments required.
The specific endpoint at `/api/v1/defi/GRT/liquidity` accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge confirms the endpoint is live, advertising a maxAmountRequired of 20,000 base units (USDC has 6 decimals, so this equals $0.02). The payment is made via the "exact" scheme to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render 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 the 402 challenge, but the actual data format and coverage details must be discovered by calling the endpoint.
Capabilities
Use cases
- —Querying real-time liquidity data for GRT across DeFi protocols
- —Building trading bots that need GRT liquidity depth before executing swaps
- —Monitoring GRT liquidity pool health for portfolio management
- —Integrating GRT liquidity metrics into DeFi dashboards
Fit
Best for
- —Agents or apps needing on-demand GRT liquidity data without API key management
- —Developers building on Base who want frictionless pay-per-call DeFi data
- —Low-volume consumers who prefer micropayments over monthly subscriptions
Not for
- —High-frequency trading requiring sub-second latency guarantees (no SLA documented)
- —Users needing comprehensive multi-token liquidity data in a single call
- —Anyone requiring detailed API documentation or schema validation before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/GRT/liquidity \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty beyond a wallet-connect prompt. The specific /defi/GRT/liquidity path is not even listed on the homepage, making it unclear whether it is a supported production endpoint or an undocumented route.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or JSON schema describing request parameters or response format.
- —The /api/v1/defi/GRT/liquidity endpoint is not listed among the advertised APIs on the homepage, raising questions about its official support status.
- —No SLA, rate limit, or uptime guarantees documented.
Citations
- —Endpoint returns 402 with x402 challenge advertising 20000 base units USDC on Base networkhttps://lowpaymentfee.com/api/v1/defi/GRT/liquidity
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/defi/GRT/liquidity
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Homepage lists Finance & Web3, Data & Analytics, AI & ML, and Infrastructure API categories but does not list a /defi/ endpointhttps://lowpaymentfee.com