SHIB liquidity data via x402 micropayment on Base network, $0.02 per request.
What it does
This endpoint provides SHIB (Shiba Inu) liquidity data through the x402 payment protocol. It is part of the lowpaymentfee.com platform, which offers a broad suite of DeFi, analytics, AI, and utility APIs — all gated behind x402 micropayments settled in USDC on the Base network.
The specific endpoint at `/api/v1/defi/SHIB/liquidity` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…0913 on Base), which equals $0.02 per request (USDC uses 6 decimals). No API keys are required; payment is handled inline via the X-PAYMENT header. The platform advertises no rate limits and instant access.
Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what fields the liquidity endpoint returns. The endpoint is confirmed live (returns 402 with a valid x402 challenge), but the actual response payload structure is unknown.
Capabilities
Use cases
- —Querying current SHIB liquidity pool metrics for trading decisions
- —Monitoring SHIB liquidity across DeFi protocols programmatically
- —Integrating SHIB liquidity data into a trading bot or dashboard
Fit
Best for
- —Developers needing on-demand SHIB liquidity data without API key management
- —Agents that can settle x402 micropayments in USDC on Base
- —Low-volume or pay-as-you-go DeFi data consumers
Not for
- —Users who need detailed API documentation or response schema guarantees before integrating
- —High-frequency consumers who need bulk/subscription pricing rather than per-call payments
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/defi/SHIB/liquidity \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on request parameters or response schema. The docs, pricing, and API pages are all blank beyond a wallet-connect prompt. Without knowing what the endpoint actually returns, this is effectively a stub listing.
Warnings
- —No OpenAPI schema or any documentation describing request parameters or response fields
- —Docs, pricing, and API pages render only 'Connect wallet' with no technical content
- —The endpoint path suggests SHIB liquidity data but the actual response structure is completely unknown
- —The platform lists many diverse API categories (AI, geocoding, analytics, DeFi) all at $0.02 — unclear if all are fully implemented
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/defi/SHIB/liquidity
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/defi/SHIB/liquidity