Check Balances
import { SwapKit, Chain } from '@swapdk/sdk';
const swapDK = SwapKit({ config: { apiKeys: { swapKit: 'your-swapdk-api-key' } },});
const balance = await swapDK.getBalance(Chain.Bitcoin, true);
const allWallets = swapDK.getAllWallets();