POST
/
stake
/
buyback
/
revenue
/
distribute
Distribute Revenue
curl --request POST \
  --url https://prv.stake.biya.io/stake/buyback/revenue/distribute \
  --header 'Content-Type: application/json' \
  --data '
{
  "round_id": "<string>"
}
'
{
  "round_id": "<string>",
  "record_count": 123,
  "success": true,
  "message": "<string>"
}

Body

application/json

DistributeRevenueRequest requests revenue distribution

round_id
string

Response

200 - application/json

OK

DistributeRevenueResponse contains distribution result

round_id
string
record_count
integer<int32>
success
boolean
message
string