Gets the total amount of underlying assets held by the vault.
The API response
Indicates whether the API request was successful.
Provides a message related to the API response.
Optional data returned by the API.
const response = await fetch('https://beta.usemoon.ai//erc4626/{account}/totalAssets?chainId=text&address=text', { method: 'GET', headers: { "Authorization": "text" }, }); const data = await response.json();
{ "success": false, "message": "text" }