WalletNftBalanceQuery

interface WalletNftBalanceQuery {
	page?: number;
	wallet: string;
}