Exactly Protocol · Schema

FixedPreview

Preview result for a fixed-rate pool operation on Exactly Protocol, returned by the Previewer contract's previewDepositAtMaturity, previewBorrowAtMaturity, previewRepayAtMaturity, and previewWithdrawAtMaturity methods.

DeFiLendingBorrowingFixed RateVariable RateEthereumOptimismBaseERC-4626Credit Markets

Properties

Name Type Description
maturity integer Unix timestamp of the maturity pool
assets string Net assets received or required for the operation, in underlying token wei units. For deposits: positionAssets at maturity. For borrows: total owed at maturity. For repay: actual cost with early disco
utilization string Pool utilization rate after this operation would execute, scaled by 1e18. Values range from 0 (0%) to 1e18 (100%).
View JSON Schema on GitHub

JSON Schema

fixed-preview.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/exactly/refs/heads/main/json-schema/fixed-preview.json",
  "title": "FixedPreview",
  "description": "Preview result for a fixed-rate pool operation on Exactly Protocol, returned by the Previewer contract's previewDepositAtMaturity, previewBorrowAtMaturity, previewRepayAtMaturity, and previewWithdrawAtMaturity methods.",
  "type": "object",
  "properties": {
    "maturity": {
      "type": "integer",
      "description": "Unix timestamp of the maturity pool",
      "minimum": 0
    },
    "assets": {
      "type": "string",
      "description": "Net assets received or required for the operation, in underlying token wei units. For deposits: positionAssets at maturity. For borrows: total owed at maturity. For repay: actual cost with early discount. For withdraw: actual proceeds after discount."
    },
    "utilization": {
      "type": "string",
      "description": "Pool utilization rate after this operation would execute, scaled by 1e18. Values range from 0 (0%) to 1e18 (100%)."
    }
  },
  "required": ["maturity", "assets", "utilization"],
  "examples": [
    {
      "maturity": 1735689600,
      "assets": "1050000000000000000000",
      "utilization": "450000000000000000"
    }
  ]
}

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/fixed-preview"
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.