cURL
curl --request GET \ --url https://prv.stake.biya.io/stake/buyback/burn/statistics
{ "total_burns": 123, "total_burned": "<string>", "cumulative_burned": "<string>", "recent_burns": [ { "id": "<string>", "round_id": "<string>", "burn_time": "<string>", "tx_hash": "<string>", "quantity": "<string>", "burn_address": "<string>", "status": 123, "block_height": "<string>", "created_at": "<string>", "updated_at": "<string>" } ] }
GetBurnStatistics queries burn statistics
OK
BurnStatisticsResponse contains burn statistics
Show child attributes