DynamicGlobalProperties
Description
This table contains the data returned by the get_dynamic_global_properties
API. This API call is used to get the state of the Hive blockchain and its global parameters. It is updated every time a block is processed.
Columns
Name
Description
head_block_number
last block number of the blockchain but not yet irreversible
time
Point in time (UTC) that the block was included in the chain.
current_witness
Account name of the current witness.
current_supply
HIVE currently in existence.
current_supply_symbol
"HIVE"
current_hbd_supply
HBD currently in existence.
current_hbd_supply_symbol
"HBD"
total_vesting_fund_hive
HIVE that are staked into Hive Power (powered up)
total_vesting_fund_hive_symbol
"HIVE"
total_vesting_shares
VESTS that are staked into HIVE POWER (powered up).
total_vesting_shares_symbol
"VESTS"
total_reward_fund_hive
HIVE available in the reward pool for pending (liquid) rewards
total_reward_fund_hive_symbol
"HIVE"
total_reward_shares2
Deprecated - number of shares in the pool.
pending_rewarded_vesting_shares
Amount of VESTS produced from HIVE held in pending reward vested fund.
pending_rewarded_vesting_shares_symbol
"VESTS"
pending_rewarded_vesting_hive
Pool of HIVE tokens for pending (vested) rewards.
pending_rewarded_vesting_hive_symbol
"HIVE"
hbd_interest_rate
interest rate that HBD deposits receive.
hbd_print_rate
Percentage of HIVE being converted to HBD during payouts
maximum_block_size
Maximum block size set by top20 witnesses (can change every round)
required_actions_partition_percent
size of the block that is partitioned for actions.
Required actions can only be delayed if they take up more than this amount.
More can be included, but are not required.
Block generation should only include transactions up to maximum_block_size -required_actions_parition_size
to ensure required actions are not delayed when they should not be.
current_aslot
current absolute slot number. Equal to the total number of slots since genesis. Also equal to the total number of missed slots plus head_block_number
.
recent_slots_filled
Used to compute witness participation.
participation_count
Used to compute witness participation.
last_irreversible_block_num
latest block number that has been confirmed by two thirds of all block producers and is thus irreversible.
vote_power_reserve_rate
number of votes regenerated per day. Any user voting slower than this rate will be “wasting” voting power through spillover; any user voting faster than this rate will have their votes reduced.
target_votes_per_period
number of votes regenerated per day. Any user voting slower than this rate will be “wasting” voting power through spillover; any user voting faster than this rate will have their votes reduced.
delegation_return_period
delay (in seconds) before Hive Power is returned to the original owner when a delegation is removed.
reverse_auction_seconds
duration (in seconds) of the reverse auction period
available_account_subsidies
hbd_stop_percent
Debt ratio percentage at which HBD printing will stop
hbd_start_percent
Debt ratio percentage at which HBD printing will start to be reduced
next_maintenance_time
Used to compute payments for proposals.
last_budget_time
Used to compute payments for proposals.
content_reward_percent
percentage of the inflation allocated to the reward pool
vesting_reward_percent
percentage of the inflation allocated to reward stakeholders
sps_fund_percent
percentage of the inflation allocated to the DHF
sps_interval_ledger
Amount that will be sent to the DHF account at the next funding interval.
sps_interval_ledger_symbol
"HBD"
downvote_pool_percent
Used by a separate downvote pool that is a percentage of the max size of the voting mana. Downvotes will be taken from the downvote pool first, and then the upvote pool once the downvote pool has been consumed. The downvote pool will follow the same rules as the upvote pool, regenerating over five days and filling instantly and proportionally to new Hive Power and delegations.
hive_per_vest
HIVE to VEST conversion ratio
smt_creation_fee
Fee to create a new SMT
smt_creation_fee_symbol
"HBD"
price_hive_usd
HIVE price in USD
price_hbd_usd
HBD price in USD
confidential_supply
total asset held in confidential balances.
confidential_supply_symbol
"HIVE"
confidential_hbd_supply
Total HBD held in confidential balances.
current_remove_threshold
number of objects that can be removed in one automatic operation (only applies to situations where many objects can accumulate over time but need to be removed in a single operation f.e. proposal votes)
early_voting_seconds
Duration of the first period where all votes are considered equally regarding vote time and the linear rewards curve is applied (equal weight to all voters in that window) - currently 24 hours
mid_voting_seconds
Duration of the second period where with reward weight/2 is applied - currently 48 hours
max_consecutive_recurrent_transfer_failures
Maximum number of consecutive failures for a recurring transfer before it is automatically canceled
max_recurrent_transfer_end_date
Maximum difference between start and end of a recurring payment - currently 730 days (2 years)
min_recurrent_transfers_recurrence
Minimum time to elapse between two recurring transfer - currently 24 hours
max_open_recurrent_transfers
Maximum number of recurring payments that can be scheduled for execution per account - currently 255
Last updated