curl --request GET \
--url https://api.orderly.org/v1/public/trading_rewards/account_rewards_history{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"epoch_id": 2,
"broker": [
{
"broker_id": "woofi_pro",
"wallet_epoch_avg_staked": 2,
"trader_score_major": 2,
"trader_score_alts": 2,
"epoch_token": "ORDER",
"reward_status": "Confirmed",
"r_major": 2,
"r_alts": 2,
"r_account": 2
}
]
}
]
}
}Limit: 10 requests per 1 second per IP address
Return each epoch from Epoch 1 to last completed epoch.
GET /v1/public/trading_rewards/account_rewards_history
curl --request GET \
--url https://api.orderly.org/v1/public/trading_rewards/account_rewards_history{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"epoch_id": 2,
"broker": [
{
"broker_id": "woofi_pro",
"wallet_epoch_avg_staked": 2,
"trader_score_major": 2,
"trader_score_alts": 2,
"epoch_token": "ORDER",
"reward_status": "Confirmed",
"r_major": 2,
"r_alts": 2,
"r_account": 2
}
]
}
]
}
}OK
true
1702989203989
Show child attributes
Show child attributes
2
Show child attributes
"woofi_pro"
The epoch average staked balance used to calculate trading rewards
2
The total trader scores from major symbols for this account under this broker in this epoch
Note: This value can be updated when reward_status == pending
2
The total trader scores from alts symbols for this account under this broker in this epoch
Note: This value can be updated when reward_status == pending
2
Type of reward distributed for this epoch ($ORDER or es$ORDER)
"ORDER"
Pending = During the waiting period after the epoch has endedConfirmed = When the epoch rewards have been finalized and ready for users to claim"Confirmed"
The amount of rewards for major symbols distributed to this account under this broker in this epoch
Note: This value can be updated when reward_status == pending
2
The amount of rewards for alts symbols distributed to this account under this broker in this epoch
Note: This value can be updated when reward_status == pending
2
The amount of rewards distributed to this account under this broker in this epoch
Note: This value can be updated when reward_status == pending
2