cURL
curl --request GET \ --url https://api.orderly.org/v1/public/trading_rewards/current_epoch_broker_estimate
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "broker_id": "woofi_pro", "est_pct_allocation": 0.2, "est_allocation": 8278.08333486 } ] } }
Limit: 10 requests per 1 second per IP address
Get all broker’s estimated rewards allocation during the current epoch
GET /v1/public/trading_rewards/current_epoch_broker_estimate
OK
The response is of type object.
object