The USD value of the reward

Export

StakingRewardUSDValue

interface StakingRewardUSDValue {
    amount: string;
    conversion_price: string;
    conversion_time: string;
}

Properties

amount: string

The value of the reward in USD

Memberof

StakingRewardUSDValue

conversion_price: string

The conversion price from native currency to USD

Memberof

StakingRewardUSDValue

conversion_time: string

The time of the conversion in UTC.

Memberof

StakingRewardUSDValue