shreyash-5873Total Borrowing on Anchor
    Updated 2022-09-25
    select
    sum(msg_value:execute_msg:borrow_stable:borrow_amount) / pow(10, 6) as borrowed_amount
    from terra.msgs
    where msg_value:execute_msg:borrow_stable is not null
    and tx_status = 'SUCCEEDED'
    Run a query to Download Data