Valor
Get Valor Pool Info
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
- Market Making Rewards
Staking & Valor API
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
Valor
Get Valor Pool Info
Limit: 10 requests per 1 second per IP address
GET /v1/staking/valor/pool_info
GET
/
v1
/
staking
/
valor
/
pool_info
curl --request GET \
--url https://api-evm.orderly.org/v1/staking/valor/pool_info
{
"success": true,
"timestamp": 1702989203989,
"data": {
"valor_price_usdc": 50,
"treasury_pool_value": 20000,
"next_settlement_date": "2024-06-15",
"revenue_rate": 0.6,
"est_treasury_inflow": 30000,
"total_redeemed_amount": 2000
}
}
curl --request GET \
--url https://api-evm.orderly.org/v1/staking/valor/pool_info
{
"success": true,
"timestamp": 1702989203989,
"data": {
"valor_price_usdc": 50,
"treasury_pool_value": 20000,
"next_settlement_date": "2024-06-15",
"revenue_rate": 0.6,
"est_treasury_inflow": 30000,
"total_redeemed_amount": 2000
}
}