Trading Rewards
Get Current Epoch Estimate by Broker
Partner Support
User Flows
General API
- Builder Info
- System Info
- USDC Faucet
User API
- Registration
- Key Management
- Account/User Info
- Account Notifications
- Account Config
- Delegate Signer
Trading API
- Order Management
- Liquidations
- Assets/Withdraw/Settle PnL
- Positions
- Funding
Rewards API
- Trading Rewards
- GETGet Parameters of Each Epoch for All Epochs
- GETGet Epochs Data
- GETGet Broker Allocation History
- GETGet Wallet Trading Rewards History
- GETGet Account Trading Rewards History
- GETGet Current Epoch Estimate
- GETGet Current Epoch Estimate by Broker
- GETGet the Status of Trading Rewards Programme
- GETGet Symbol Rewards Category
- GET
- Market Making Rewards
Staking & Valor API
- Staking
- Valor
Builder API
- User Data
- Trading Campaigns
- Fee Setting
- Referral Program
Market Data API
- TradingView
- Funding Rates
- Market Info
Websocket API
- Introduction
- PING/PONG
- Authentication
- Error Response
- Public Market Data
- Private User Data
Trading Rewards
Get Current Epoch Estimate by Broker
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
GET
/
v1
/
public
/
trading_rewards
/
current_epoch_broker_estimate
curl --request GET \
--url https://api-evm.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
}
]
}
}
Response
200 - application/json
OK
curl --request GET \
--url https://api-evm.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
}
]
}
}