{
  "format": "delx/intent-card/v1",
  "id": "liq-price-short-api",
  "intent": "Short Liquidation Price for an agent workflow",
  "title": "Short Liquidation Price API for agents",
  "description": "Approximate short liquidation price from entry, leverage, and maintenance. Call when risk banners for leveraged short positions (advisory model). Returns liq price estimate for short as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "Short Liquidation Price API",
    "Short Liquidation Price for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/liq-price-short-api",
  "machine_url": "https://commerce.delx.ai/intents/liq-price-short-api.json",
  "recommendation": {
    "tool_name": "util_liq_price_short",
    "service_name": "Short Liquidation Price",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/liq-price-short",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "entry": {
          "description": "Input field: entry.",
          "type": "integer"
        },
        "leverage": {
          "description": "Input field: leverage.",
          "type": "integer"
        },
        "mmr": {
          "description": "Input field: mmr.",
          "type": "number"
        }
      },
      "required": [
        "entry",
        "leverage",
        "mmr"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "entry": 100,
      "leverage": 10,
      "mmr": 0.005
    },
    "example_output": {
      "schema": "delx/util-liq-price-short/v1",
      "entry": 100,
      "leverage": 10,
      "mmr": 0.005,
      "liq_price": 109.50000000000001
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/liq-price-short -m POST -H 'x-delx-source: intent-card-liq-price-short-api' --max-amount 0.001 -b '{\"entry\":100,\"leverage\":10,\"mmr\":0.005}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-liq-price-short-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/liq-price-short"
  }
}
