cURL
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>" }
ClaimRevenue claims revenue for a participation
ClaimRevenueRequest requests revenue claim
OK
ClaimRevenueResponse contains claim result
RevenueRecord represents a revenue record
Show child attributes