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 clients API

The clients API from Tesseract — 3 operation(s) for clients.

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

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

This API exposes 3 operations across 3 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.

3 operations 3 paths 5 schemas 3 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 3

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

clients 3
GET
/clients/{client}/summary
Portfolio summary for a client (weighted avg APY)
ClientsController_getClientSummary 1 param → 200
GET
/clients/{client}/vaults
List vaults for a client
ClientsController_getClientVaults 1 param → 200
GET
/clients/{client}/transactions
List client-initiated transactions for a client
ClientsController_getClientTransactions 5 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are PublicVaultModel (15 properties), VaultTransactionModel (7 properties), ClientSummaryModel (3 properties), VaultEventModel (2 properties). Each schema is shown below with its type and property counts.

ClientSummaryModel
object
3 properties 3 required
PublicVaultStrategy
object
2 properties 2 required
VaultEventModel
object
2 properties 2 required
VaultTransactionModel
object
7 properties 7 required
PublicVaultModel
object
15 properties 15 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tesseract-clients-api-openapi.yml Raw ↑

Other APIs Tesseract publishes across the network.

Tesseract health API
Tesseract insights API
Tesseract strategies API
Tesseract vaults API