POST
/
stake
/
buyback
/
revenue
/
claim
Claim Revenue
curl --request POST \
  --url https://prv.stake.biya.io/stake/buyback/revenue/claim \
  --header 'Content-Type: application/json' \
  --data '
{
  "participation_id": "<string>",
  "claim_tx_hash": "<string>"
}
'
{
  "record": {
    "id": "<string>",
    "round_id": "<string>",
    "participation_id": "<string>",
    "user_address": "<string>",
    "total_pool": "<string>",
    "user_share": "<string>",
    "claimed_amount": "<string>",
    "claim_status": 123,
    "created_at": "<string>",
    "updated_at": "<string>"
  },
  "success": true,
  "message": "<string>"
}

Body

application/json

ClaimRevenueRequest requests revenue claim

participation_id
string
claim_tx_hash
string

Response

200 - application/json

OK

ClaimRevenueResponse contains claim result

record
object

RevenueRecord represents a revenue record

success
boolean
message
string