Claim ecosystem badge response
ClaimEcosystemBadgeResponse
Name
Lite |
Type |
Required
Default |
Description |
badge
b |
EpochBadge |
True |
The epoch badge |
EpochBadge
Name
Lite |
Type |
Required
Default |
Description |
account_id
ai |
string |
True |
The off chain account id |
main_account_id
ma |
string |
True |
The account ID |
type
t |
RewardProgramType |
True |
The type of the reward program |
epoch
e |
integer |
True |
The epoch number |
epoch_start_time
es |
string |
True |
The start time of the epoch |
epoch_end_time
ee |
string |
True |
The end time of the epoch |
badge
b |
EpochBadgeType |
True |
The type of the badge |
distributed_badges
db |
[EpochBadgeType] |
True |
The distributed badges |
total_point
tp |
string |
True |
Total point |
rank
r |
integer |
True |
Rank |
claimed_at
ca |
string |
True |
The time when the badge was claimed, or the epoch end time if the user has already completed the KYC process |
RewardProgramType
| Value |
Description |
ECOSYSTEM = 1 |
|
TRADER = 2 |
|
LP = 3 |
|
EpochBadgeType
| Value |
Description |
CHAMPION = 1 |
Champion |
LEGEND = 2 |
Legend |
VETERAN = 3 |
Veteran |
ELITE = 4 |
Elite |
MASTER = 5 |
Master |
EXPERT = 6 |
Expert |
WARRIOR = 7 |
Warrior |
SERGEANT = 8 |
Sergeant |
RANGER = 9 |
Ranger |
CHALLENGER = 10 |
Challenger |
APPRENTICE = 11 |
Apprentice |
ROOKIE = 12 |
Rookie |
EpochBadgeType
| Value |
Description |
CHAMPION = 1 |
Champion |
LEGEND = 2 |
Legend |
VETERAN = 3 |
Veteran |
ELITE = 4 |
Elite |
MASTER = 5 |
Master |
EXPERT = 6 |
Expert |
WARRIOR = 7 |
Warrior |
SERGEANT = 8 |
Sergeant |
RANGER = 9 |
Ranger |
CHALLENGER = 10 |
Challenger |
APPRENTICE = 11 |
Apprentice |
ROOKIE = 12 |
Rookie |