CurrentIncome

interface CurrentIncome {
	/**
	 * Claimed rewards earned on this token for a wallet or set of wallets.
	 * @format decimal
	 * @pattern ^-?\d{0,96}(?:\.\d{0,4})?$
	 */
	claimed_rewards: string;
}