WalletDeFiBalanceQuery

interface WalletDeFiBalanceQuery {
	currency?: "AVAX" | "ETH" | "MATIC" | "USD" | "XDAI";
	wallet: string;
}