aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface StakingApyDataPoint

    A single data point returned by the historical staking-APY endpoint.

    interface StakingApyDataPoint {
        apy: number;
        timestamp: number;
    }
    Index
    apy: number

    APY at that timestamp as a decimal ratio. 0.045 represents 4.5%.

    timestamp: number

    Timestamp supplied by the API. The Timestamp alias does not distinguish seconds from milliseconds.