Query Balances

You can query your own or any other wallet's balances for any verified asset.

await agent.execute('What is my ETH Balance?');

await agent.getBalance({ walletAddress: '0x123', assetSymbol: 'FUEL' });

Last updated