BuyBack
Get Buyback Aggregate
Retrieve the total buy and send amount from the buyback contract.
HTTP Request Method: GET
Roles: Guest
Request URL: {{BASE_RESTFUL_URL}}/v1/get-buyback-aggregate
Request Body
{}
Response
{
"global_buyback_view_aggregate": {
"aggregate": {
"sum": {
"buy_amount": 3.047851264858275e+23,
"spend_amount": 5000000000
}
}
}
}