Nexus Mutual · Schema

PricingResult

Pricing data for a cover product across all staking pools, including per-pool target prices and a weighted average.

Decentralized InsuranceDeFiEthereumSmart Contract CoverCrypto InsuranceProtocol ProtectionStakingClaims

Properties

Name Type Description
productId integer The cover product id
pricePerPool array Array of pricing data per staking pool
weightedAveragePrice integer The capacity-weighted average price across all pools, expressed as basis points (0-10,000)
View JSON Schema on GitHub

JSON Schema

PricingResult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nexusmutual.io/schemas/PricingResult",
  "title": "PricingResult",
  "description": "Pricing data for a cover product across all staking pools, including per-pool target prices and a weighted average.",
  "type": "object",
  "properties": {
    "productId": {
      "type": "integer",
      "description": "The cover product id"
    },
    "pricePerPool": {
      "type": "array",
      "description": "Array of pricing data per staking pool",
      "items": {
        "$ref": "#/definitions/PoolPricing"
      }
    },
    "weightedAveragePrice": {
      "type": "integer",
      "description": "The capacity-weighted average price across all pools, expressed as basis points (0-10,000)"
    }
  },
  "required": ["productId", "pricePerPool", "weightedAveragePrice"],
  "definitions": {
    "PoolPricing": {
      "type": "object",
      "description": "Pricing information for a single staking pool",
      "properties": {
        "poolId": {
          "type": "integer",
          "description": "The staking pool id"
        },
        "targetPrice": {
          "type": "integer",
          "description": "The target annual price for this pool, expressed as basis points (0-10,000)"
        }
      },
      "required": ["poolId", "targetPrice"]
    }
  }
}

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/PricingResult"
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 email required.

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