cURL
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
EVM or SOL
EVM
SOL
OK
The response is of type object.
object