mirrored listing x402 base

Real-time at-risk DeFi borrowers across Aave V3, Morpho, Comet, Euler V2, Fluid, Moonwell,

Real-time at-risk DeFi borrowers across Aave V3, Morpho, Comet, Euler V2, Fluid, Moonwell, Spark on 11 EVM chains. Returns health factor, collateral, debt, and protocol. Updated every 5 minutes from the liquita liquidation engine.

Do you run liquita-x402-edge.liquita.workers.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
7
calls / 30d
6
unique payers
2026-09-14
updated

Provider

liquita-x402-edge.liquita.workers.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "base",
    "payTo": "0x6EDE3258BCe2ef32F9bB614C781818B4eFd0e765",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "chain": "EVM chain slug (base, arbitrum, mainnet, optimism, polygon, avalanche, scroll, mantle, linea, unichain, hyperevm)",
          "limit": "Max rows (default 50, max 500)",
          "protocol": "Lending protocol (aave_v3, morpho, comet, euler_v2, fluid, moonwell, spark)"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "items": [
            {
              "borrower": "0xabc...123",
              "chain": "base",
              "collateral_usd": 12500,
              "debt_usd": 11800,
              "health_factor": 1.02,
              "protocol": "aave_v3",
              "updated_at": "2026-05-26T10:00:00Z"
            }
          ],
          "total": 1031
        },
        "type": "object"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {},
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://liquita-x402-edge.liquita.workers.dev/v1/at-risk"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://liquita-x402-edge.liquita.workers.dev/v1/at-risk");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://liquita-x402-edge.liquita.workers.dev/v1/at-risk")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5317.json, and this resource appears in /discovery/resources and /discovery/search.