curl --request GET \
--url https://api.orderly.org/v1/public/trading_rewards/broker_allocation_history
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"epoch_id": 2,
"rewards": [
{
"broker_id": "woofi_pro",
"epoch_token": "ORDER",
"pct_allocation": 0.2,
"rewards_allocation": 100
}
]
}
]
}
}
Limit: 10 requests per 1 second per IP address
Return each epoch from Epoch 1 to last completed epoch.
GET /v1/public/trading_rewards/broker_allocation_history
curl --request GET \
--url https://api.orderly.org/v1/public/trading_rewards/broker_allocation_history
{
"success": true,
"timestamp": 1702989203989,
"data": {
"rows": [
{
"epoch_id": 2,
"rewards": [
{
"broker_id": "woofi_pro",
"epoch_token": "ORDER",
"pct_allocation": 0.2,
"rewards_allocation": 100
}
]
}
]
}
}
OK
The response is of type object
.