mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 08:18:07 +00:00
821 B
821 B
!!! info "QueryEpochBadgeRequest"
Query list of epoch badges
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|-|-|-|-|
|account_id<br>`ai` |string|False<br>`'all'`|The off chain account id to get referral stats|
|epoch<br>`e` |integer|False<br>`'all'`|The numerical epoch index|
|type<br>`t` |RewardProgramType|False<br>`'all'`|The type of the reward program|
|limit<br>`l` |integer|False<br>`'500'`|The limit to query for. Defaults to 500; Max 1000|
|cursor<br>`c` |string|False<br>`'all'`|The cursor to indicate when to start the query from|
??? info "[RewardProgramType](/../../schemas/reward_program_type)"
|Value| Description |
|-|-|
|`ECOSYSTEM` = 1||
|`TRADER` = 2||
|`LP` = 3||