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

The vaults API from Tesseract — 4 operation(s) for vaults.

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

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

This API exposes 4 operations across 4 paths, and defines 7 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.

4 operations 4 paths 7 schemas 2 GET1 POST1 PUT

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 4

Across 4 paths, the API surfaces 4 operations — 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

vaults 4
POST
/vaults/query/by-client-addresses
List vaults for multiple client wallet addresses
VaultsController_queryVaultsByAddresses body → 200
GET
/vaults/{vault}
Get vault detail
VaultsController_getVaultDetail 1 param → 200
GET
/vaults/{vault}/transactions
List transactions for a vault
VaultsController_getVaultTransactions 4 params → 200
PUT
/vaults/{vault}/strategy
Set vault strategy (EIP-712 signed)
VaultsController_setStrategy 1 param body → 200

Schemas 7

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

PublicVaultStrategy
object
2 properties 2 required
BatchVaultsByAddressDto
object
1 property 1 required
SetStrategyResponseModel
object
3 properties 3 required
VaultEventModel
object
2 properties 2 required
SetStrategyDto
object
4 properties 4 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-vaults-api-openapi.yml Raw ↑

Other APIs Tesseract publishes across the network.

Tesseract clients API
Tesseract health API
Tesseract insights API
Tesseract strategies API