GET
/
v1
/
public
/
trading_rewards
/
account_rewards_history
curl --request GET \
  --url https://api-evm.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
          }
        ]
      }
    ]
  }
}

Query Parameters

address
string
required
chain_type
string

EVM or SOL

Response

200 - application/json
OK
success
boolean
required
timestamp
integer
data
object