WalletAccountingHistoryQuery

interface WalletAccountingHistoryQuery {
	cost_method?: "FIFO" | "LIFO" | "WAC";
	currency?: "AVAX" | "ETH" | "MATIC" | "USD" | "XDAI";
	page?: number;
	wallet: string;
}