x402basequality 0.30

DeFi liquidity data for MATIC via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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

defi-liquidity-datamatic-tokenx402-micropaymentbase-network-settlementusdc-paymentno-api-keyper-request-pricing

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

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 20:53:40Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access