Interface IDEXMarketMakerRewardsEpochSummary

When querying the list of epochs via the RestRequestGetMarketMakerRewardsEpochs endpoint the response will be a summary of each epoch.


interface IDEXMarketMakerRewardsEpochSummary {
    epochId: string;
    startsAt: number;
    endsAt: number;
    reviewEndsAt: number;
}

Properties

epochId: string

Epoch identifier

startsAt: number

Timestamp of the epoch start.

endsAt: number

Timestamp of the epoch end.

reviewEndsAt: number

Timestamp of the epoch review period completion.