Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Exactly Protocol Previewer API

Read-only preview methods for Exactly Protocol markets

Exactly Protocol Previewer API is one of 17 APIs that Exactly Protocol publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Previewer. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 7 operations across 7 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://app.exact.ly.

7 operations 7 paths 3 schemas 7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://app.exact.ly
License
Resource Areas
1

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 7 POST. Each is listed below with its method, path, parameters, and response codes.

Previewer 7

Read-only preview methods for Exactly Protocol markets

POST
/previewer/exactly
Get all market accounts for an address
exactly body → 200
POST
/previewer/previewDepositAtMaturity
Preview a fixed-rate deposit at a specific maturity
previewDepositAtMaturity body → 200
POST
/previewer/previewDepositAtAllMaturities
Preview a fixed-rate deposit at all active maturities
previewDepositAtAllMaturities body → 200
POST
/previewer/previewBorrowAtMaturity
Preview a fixed-rate borrow at a specific maturity
previewBorrowAtMaturity body → 200
POST
/previewer/previewBorrowAtAllMaturities
Preview a fixed-rate borrow at all active maturities
previewBorrowAtAllMaturities body → 200
POST
/previewer/previewRepayAtMaturity
Preview repayment of a fixed-rate borrow at maturity
previewRepayAtMaturity body → 200
POST
/previewer/previewWithdrawAtMaturity
Preview withdrawal of a fixed-rate deposit at maturity
previewWithdrawAtMaturity body → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are MarketAccount (17 properties), FixedPool (6 properties), FixedPreview (3 properties). Each schema is shown below with its type and property counts.

FixedPreview
object
Preview result for a fixed-rate pool operation
3 properties
MarketAccount
object
Comprehensive market state and account position data
17 properties
FixedPool
object
Summary of a fixed-rate maturity pool
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

exactly-previewer-api-openapi.yml Raw ↑

Other APIs Exactly Protocol publishes across the network.

Exactly Protocol Previewer API
Exactly Protocol Market API
Exactly Protocol Auditor API
Exactly Protocol RewardsController API
Exactly Protocol Subgraph API (The Graph)
Exactly Protocol ERC-4626 API
Exactly Protocol Fixed Rate API
Exactly Protocol Liquidations API
Exactly Protocol Liquidity API
Exactly Protocol Market Management API
Exactly Protocol Market State API
Exactly Protocol Markets API