Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const vault = 'CAQ6PAG4X6L7LJVGOKSQ6RU2LADWK4EQXRJGMUWL7SECS7LXUEQLM5U7'; async function balance(user: string, apiClient: ApiClient): bigint { const {underlyingBalance: balance} = await apiClient.getData("balance", vault, { from: user }); return BigInt(balance[0]); }
Was this page helpful?