Nexus Mutual · Schema

CapacityResult

Capacity data for a cover product, including available capacity per asset and NXM allocation.

Decentralized InsuranceDeFiEthereumSmart Contract CoverCrypto InsuranceProtocol ProtectionStakingClaims

Properties

Name Type Description
productId integer The product id
availableCapacity array The maximum available capacity across all assets.
allocatedNxm string The used capacity amount for active covers (in NXM wei).
minAnnualPrice string The minimal annual price as a decimal fraction between 0 and 1.
maxAnnualPrice string The maximal annual price as a decimal fraction between 0 and 1.
View JSON Schema on GitHub

JSON Schema

CapacityResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nexusmutual.io/schemas/CapacityResult",
  "title": "CapacityResult",
  "description": "Capacity data for a cover product, including available capacity per asset and NXM allocation.",
  "type": "object",
  "properties": {
    "productId": {
      "type": "integer",
      "description": "The product id"
    },
    "availableCapacity": {
      "type": "array",
      "description": "The maximum available capacity across all assets.",
      "items": {
        "$ref": "#/definitions/AvailableCapacity"
      }
    },
    "allocatedNxm": {
      "type": "string",
      "description": "The used capacity amount for active covers (in NXM wei)."
    },
    "minAnnualPrice": {
      "type": "string",
      "description": "The minimal annual price as a decimal fraction between 0 and 1."
    },
    "maxAnnualPrice": {
      "type": "string",
      "description": "The maximal annual price as a decimal fraction between 0 and 1."
    }
  },
  "definitions": {
    "AssetInfo": {
      "type": "object",
      "description": "An object containing asset info",
      "properties": {
        "id": {
          "type": "integer",
          "description": "The id of the asset"
        },
        "symbol": {
          "type": "string",
          "description": "The symbol of the asset (e.g. ETH, DAI)"
        },
        "decimals": {
          "type": "integer",
          "description": "The number of decimal places for the asset",
          "example": 18
        }
      },
      "required": ["id", "symbol", "decimals"]
    },
    "AvailableCapacity": {
      "type": "object",
      "description": "Available capacity for a specific asset",
      "properties": {
        "assetId": {
          "type": "integer",
          "description": "The asset id"
        },
        "amount": {
          "type": "string",
          "description": "The capacity amount expressed in the asset's smallest unit (e.g. wei for ETH)"
        },
        "asset": {
          "$ref": "#/definitions/AssetInfo"
        }
      },
      "required": ["assetId", "amount", "asset"]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/CapacityResult"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.