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

Tesseract insights API

The insights API from Tesseract — 5 operation(s) for insights.

Tesseract insights API is one of 5 APIs that Tesseract publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 0.1.0.

Requests are made against the base URL https://api.vault.tesseract.fi.

5 operations 5 paths 5 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.1.0
Base URL
https://api.vault.tesseract.fi
Resource Areas
1

Paths & Operations 5

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

insights 5
GET
/insights/{vaultAddress}/allocations
Allocation history for stacked area chart
InsightsController_getAllocations 3 params → 200
GET
/insights/{vaultAddress}/allocations/latest
Current allocation breakdown for pie/donut chart
InsightsController_getAllocationsLatest 1 param → 200
GET
/insights/{vaultAddress}/performance
APY/APR history for line chart
InsightsController_getPerformance 3 params → 200
GET
/insights/{vaultAddress}/tvl
TVL and share price history for area chart
InsightsController_getTvl 3 params → 200
GET
/insights/{vaultAddress}/summary
Dashboard summary with KPIs
InsightsController_getSummary 1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are SummaryModel (13 properties), AllocationLatestModel (6 properties), TvlHistoryModel (3 properties), PerformanceHistoryModel (3 properties). Each schema is shown below with its type and property counts.

AllocationHistoryModel
object
3 properties 3 required
AllocationLatestModel
object
6 properties 6 required
SummaryModel
object
13 properties 13 required
PerformanceHistoryModel
object
3 properties 3 required
TvlHistoryModel
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tesseract-insights-api-openapi.yml Raw ↑

Other APIs Tesseract publishes across the network.

Tesseract clients API
Tesseract health API
Tesseract strategies API
Tesseract vaults API