x402basequality 0.40

ATOM liquidity data via x402 micropayment on Base — $0.02 per request, no API key needed.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides DeFi liquidity data for ATOM (Cosmos) via a pay-per-call x402 protocol. Each request costs $0.02 (20,000 base units of USDC on the Base network, where USDC has 6 decimals). No API keys, accounts, or rate limits are required — callers simply attach an x402 payment header with each POST request.

The endpoint is part of a broader platform offering dozens of APIs across data analytics, AI/ML inference, finance/Web3, and infrastructure categories, all priced uniformly at $0.02 per request. This specific route (`/api/v1/defi/ATOM/liquidity`) falls under the Finance & Web3 category and presumably returns JSON data about ATOM liquidity pools or metrics, though the exact response schema is not documented.

Payment settles on the Base L2 network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge specifies a 300-second payment timeout and uses the "exact" payment scheme. The endpoint is live and returns a proper 402 challenge when called without payment.

Capabilities

x402-paymentdefi-liquidity-dataatom-cosmosusdc-base-settlementpay-per-requestno-api-keyjson-response

Use cases

  • Querying real-time ATOM liquidity pool data for trading bots
  • Monitoring Cosmos ecosystem DeFi liquidity for portfolio dashboards
  • Feeding ATOM liquidity metrics into automated DeFi strategies
  • Comparing ATOM liquidity across protocols for research

Fit

Best for

  • Agents or bots needing on-demand ATOM liquidity data without signup
  • Developers prototyping DeFi dashboards who want instant API access
  • Micropayment-native workflows that settle on Base L2

Not for

  • Users needing free or bulk-discounted high-volume data feeds
  • Anyone requiring detailed response schema documentation before integration

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/defi/ATOM/liquidity \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>"

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/defi/ATOM/liquidity",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402_payment_token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no documented response format, no examples, and the crawled docs/pricing/README pages are all blank beyond a 'Connect wallet' prompt. The actual data returned by this endpoint is unknown.

Warnings

  • No response schema or example response documented — actual output format is unknown
  • Documentation pages (/docs, /pricing, /README) returned no meaningful content
  • The endpoint description is generic ('Premium API Access') and does not describe the ATOM liquidity data specifically
  • Cannot verify what liquidity data (pools, depth, volume, etc.) is actually returned

Citations

Provenance

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

Agent access