Skip to main content
GET
/
v1
/
staking
/
valor2
/
revenue_buyback
Get Valor2 Revenue Buyback
curl --request GET \
  --url https://api.orderly.org/v1/staking/valor2/revenue_buyback
{
  "success": true,
  "timestamp": 1702989203989,
  "data": [
    {
      "batch_id": 13,
      "usdc_revenue": 19090,
      "esorder_amount": 90000000
    }
  ]
}

Response

200 - application/json

OK

success
boolean
required
Example:

true

timestamp
integer
Example:

1702989203989

data
object[]

Order by batch_id. Display the amount after the batch is claimable.