API Endpoints
Overview
This documentation covers the REST API endpoints required to implement vault creation, asset management, and governance functionality for the L4VA protocol. The API enables:
- Vault Formation
- Creation of Private, Public, and Semi-Private vaults
- Asset contribution during timed windows
- Investment handling with Fixed/LBE options
- Governance
- Proposal creation and management
- Voting mechanisms
- Multi-signature execution flows
- Threshold validations
- Wallet Integration
- Wallet connection and session management
- Vault association and role management
Getting Started
Obtain API credentials Review authentication requirements Test endpoints in development envir...
Vault Formation
Create Vault Creates a new vault with specified configuration. Endpoint POST /api/v1/vaults S...
Governance
Proposal Management Create a new governance proposal. HTTP Request POST /api/v1/vaults/{vaultI...
Wallet Integration
About CIP-08 and CIP-30 This guide is a walkthrough on how to implement the message signing desc...
Swim Lane Diagram
This diagram explains how this API backend interacts with the blockchain and the L4VA Smart Contr...