Trading Rewards
Get Symbol Rewards Category
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 Symbol Rewards Category
Limit: 10 requests per 1 second per IP address
GET /v1/public/trading_rewards/symbol_category
GET
/
v1
/
public
/
trading_rewards
/
symbol_category
curl --request GET \
--url https://api-evm.orderly.org/v1/public/trading_rewards/symbol_category
{
"success": true,
"timestamp": 1702989203989,
"data": {
"current": {
"epoch_id": 23,
"major_weightage": 0.8,
"alts_weightage": 0.2,
"major_symbols": "BTC,ETH",
"updated_time": 123891923213
},
"next": {
"epoch_id": 24,
"major_weightage": 0.7,
"alts_weightage": 0.3,
"major_symbols": "BTC,ETH",
"updated_time": 132891923213
}
}
}
Response
200 - application/json
OK
curl --request GET \
--url https://api-evm.orderly.org/v1/public/trading_rewards/symbol_category
{
"success": true,
"timestamp": 1702989203989,
"data": {
"current": {
"epoch_id": 23,
"major_weightage": 0.8,
"alts_weightage": 0.2,
"major_symbols": "BTC,ETH",
"updated_time": 123891923213
},
"next": {
"epoch_id": 24,
"major_weightage": 0.7,
"alts_weightage": 0.3,
"major_symbols": "BTC,ETH",
"updated_time": 132891923213
}
}
}