"claim_lake_manager".
This endpoint is only for fresh vaults that were created without a manager.
Request Body
| Field | Type | Need | Description | Example |
|---|---|---|---|---|
”account” | string | required | Claimer wallet address | 42trU9A5… |
“signature” | string | required | Cryptographic signature | 5J3mBbAH… |
“timestamp” | integer | required | Current timestamp in milliseconds | 1716200000000 |
”lake” | string | required | Vault address | AbCdEfGh123456789… |
“deposit_amount” | decimal string | required | Manager’s initial deposit amount | 1000.00 |
”agent_wallet” | string | optional | Agent wallet address | 69trU9A5… |
“expiry_window” | integer | optional | Signature expiry in milliseconds | 30000 |
Response
- Status 200: Manager claim successful
| Field | Type | Description |
|---|---|---|
'shares_minted' | decimal string | Number of manager shares minted to the claimer |
- Status 400: Invalid request parameters
- Status 401: Unauthorized access
- Status 500: Internal server error