get_dynamic_global_properties

Api.get_dynamic_global_properties() → Union[bool, dict][source]
Return dict dynamic_props

A dictionary containing the dynamic global properties (see below)

dict(
    id, head_block_number, head_block_id, time, current_witness, total_pow, num_pow_witnesses,
    virtual_supply, current_supply, confidential_supply, current_sbd_supply, confidential_sbd_supply,
    sbd_interest_rate, sbd_print_rate, average_block_size, maximum_block_size, current_aslot,
    recent_slots_filled, participation_count, max_virtual_bandwidth, current_reserve_ratio,
    custom_ops_bandwidth_multiplier, is_forced_min_price, transit_block_num, transit_witnesses,
    total_vesting_fund_steem, total_reward_fund_steem, total_vesting_shares, total_reward_shares2,
    last_irreversible_block_num, vote_regeneration_per_day, golos_per_vests, now
)