Trading Rewards
Get the Status of Trading Rewards Programme
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 the Status of Trading Rewards Programme
Limit: 10 requests per 1 second per IP address
GET /v1/public/trading_rewards/status
GET
/
v1
/
public
/
trading_rewards
/
status
curl --request GET \
--url https://api-evm.orderly.org/v1/public/trading_rewards/status
{
"success": true,
"timestamp": 1702989203989,
"data": {
"epoch_status": "Active",
"current_epoch": 23,
"last_completed_epoch": 22
}
}
curl --request GET \
--url https://api-evm.orderly.org/v1/public/trading_rewards/status
{
"success": true,
"timestamp": 1702989203989,
"data": {
"epoch_status": "Active",
"current_epoch": 23,
"last_completed_epoch": 22
}
}