mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
14 lines
600 B
Markdown
14 lines
600 B
Markdown
!!! info "[RewardEpochInfo](/../../schemas/reward_epoch_info)"
|
|
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
|
|-|-|-|-|
|
|
|epoch<br>`e` |integer|True|The epoch number|
|
|
|epoch_start_time<br>`es` |string|True|The start time of the epoch|
|
|
|epoch_end_time<br>`ee` |string|True|The end time of the epoch|
|
|
|status<br>`s` |RewardEpochStatus|True|The status of the epoch|
|
|
??? info "[RewardEpochStatus](/../../schemas/reward_epoch_status)"
|
|
|Value| Description |
|
|
|-|-|
|
|
|`PAST` = 1|Past|
|
|
|`CURRENT` = 2|Current|
|
|
|`FUTURE` = 3|Future|
|