Skip to main content
GET
/
v1
/
staking
/
valor2
/
pool_info
Get Valor2 Pool Info
curl --request GET \
  --url https://api.orderly.org/v1/staking/valor2/pool_info
{
  "success": true,
  "timestamp": 1702989203989,
  "data": {
    "revenue_rate": 0.6,
    "valor_price_esorder": 0.018128737338881,
    "treasury_pool_value": 741510.854264,
    "est_treasury_inflow": 1502.490346,
    "order_price_usdc": 0.2,
    "total_redeemed_amount": 1594502.182669,
    "current_batch_id": 13,
    "next_settlement_date": "2025-10-06"
  }
}

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989

data
object