GET
/
v1
/
public
/
trading_rewards
/
wallet_rewards_history
curl --request GET \
  --url https://api-evm.orderly.org/v1/public/trading_rewards/wallet_rewards_history
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "wallet_lifetime_trading_rewards_order": 3378176.44849794,
    "wallet_lifetime_trading_rewards_escrow": 0,
    "rows": [
      {
        "epoch_id": 2,
        "wallet_epoch_avg_staked": 0,
        "max_reward_amount": 200000,
        "epoch_token": "ORDER",
        "reward_status": "Pending",
        "r_wallet": 199712.92309234
      }
    ]
  }
}

Query Parameters

address
string
required
chain_type
string

EVM or SOL

Response

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