Hive Developer Portal

Search Results
Showing results for "get accounts"
account_create
Broadcasted to the blockchain to create a new account.
account_created
Issued each time a new account has been successfully created.
account_update
Updates account information.
account_update2
This operation behaves identically to the existing account_update_operation except that it allows the posting authority to sign when the owner and active authorities and...
account_witness_proxy
Allows one account to delegate witness votes to another account. If a proxy is specified then all existing witness votes are removed. Note, as of HF21, setting a witness...
account_witness_vote
All accounts with a VFS (Vesting Fund Shares) can vote for or against any witness, up to 30 witnesses. See: HIVE_MAX_ACCOUNT_WITNESS_VOTES If a proxy is specified then al...
account_create_with_delegation
...count creation service would still like to provide a delegation of Hive Power to the accounts they create, they can still follow the account creation operation with an additional...
account_by_key_api.get_key_references
Returns all accounts that have the key associated with their owner or active authorities.
account_history_api.get_ops_in_block
Returns all operations contained in a block. Parameter: block_num:int only_virtual:boolean include_reversible:boolean (optional) If set to true also operations from r...
account_history_api.get_account_history
Returns a history of all operations for a given account. Parameters: account:string start:int. e.g.: -1 for reverse history or any positive numeric limit:int up to 10...
account_history_api.enum_virtual_ops
Allows to specify range of blocks to retrieve virtual operations for. block_range_begin:int starting block number (inclusive) to search for virtual operations block_ra...
account_history_api.get_transaction
Returns the details of a transaction based on a transaction id (including their signatures, operations like also a block_num it was included to). id:string trx_id of ex...
Account
An account is a container for all of the activity associated with a particular user’s wallet on the blockchain. This includes all of their tokens, posts, comments, upvote...
Witness Vote
Voting/electing witnesses with account’s stake
Reputation
Account’s reputation on the platform
Public Key
Public key of account’s certain authority
titles.using_multisignature_accounts
...ut ready-to-use script to create an arbitrary transfer transaction is provided here: get_transaction.py This script can be used like this: python get_transaction.py --accou...
State
State of blockchain for path - accounts/tags/filters/posts
Private Key
Private key to sign a transaction with account’s authority, should be kept secret because it grants access to account
create_claimed_account
When used with claim_account, works identically to account_create. See: 0.20.2 Release Notes
recover_account
Broadcasted to the blockchain by the hacked account’s owner to confirm the account recovery request sent by its Recovery Account.
condenser_api.lookup_account_names
Looks up account names. Parameters: accounts:[string]; delayed_votes_active:boolean Also see: database_api.find_accounts
database_api.find_change_recovery_account_requests
Returns a list of requests to change the recovery account. Parameters: account:array account (array) [hiveio] Queries the recovery requests for...
reputation_api.get_account_reputations
Returns the reputation of accounts. Parameters: account:string; limit:int limit is up to 1000. account (string) limit (int) hiveio 10 Q...
Follower
Account that is following the user
Following
Account that is being followed
bridge.account_notifications
Account notifications. Supported values for type: new_community - a new community was created set_role - mod/admin adds a role to an account set_props - properties set...
claim_account
Requests from users or dApps to get an account creation ticket in order to create new accounts. These operations are issued before the actual creation of the account on t...
follow_api.get_account_reputations
Returns a list of account reputations. Also see: Paginated API Methods
condenser_api.get_account_reputations
...ueries for accounts that start with “a”, up to 10 results. Also see: follow_api.get_account_reputations
condenser_api.get_witness_by_account
Returns the witness of an account. Parameters: account:string account (string) hiveio Queries witness account of “hiveio” (of null if none exis...
rc_api.find_rc_accounts
Returns the available resource credits of accounts. Parameters: accounts:string array accounts (string) hiveio Query the available resource cre...
database_api.find_account_recovery_requests
Returns a list of account recovery requests. Parameters: account:string account (string) hiveio Queries the recovery requests for account named...
change_recovery_account
Each account lists another account as their recovery account. The recovery account has the ability to create account_recovery_requests for the account to recover. An acco...
condenser_api.get_account_count
Returns the number of accounts.
condenser_api.get_open_orders
Returns the open orders for an account. account:string Also see: database_api.list_limit_orders
database_api.find_accounts
Returns accounts, queried by name. Parameters: account:string array; delayed_votes_active:boolean account (string array) delayed_votes_active (boolean)...
condenser_api.get_accounts
Returns accounts, queried by name. Parameters: account:string array; delayed_votes_active:boolean account (string array) delayed_votes_active (boolean)...
HIVE_NULL_ACCOUNT
Represents the canonical account with NO authority (nobody can access funds in null account)
HIVE_TEMP_ACCOUNT
Represents the canonical account with WILDCARD authority (anybody can access funds in temp account)
titles.accounts
...account is identifiable by its unique username, as maximum of 16 bytes, characters. Accounts are created by existing users or services who utilize blockchain resources to assign...
condenser_api.get_follow_count
Returns the count of followers/following for an account. Parameters: account:string account (string) hiveio Queries the account named hiveio....
bridge.get_relationship_between_accounts
Tells what relations connect given accounts from the perspective of first account.
request_account_recovery
All account recovery requests come from a listed recovery account. This is secure based on the assumption that only a trusted account should be a recovery account. It is...
bridge.get_account_posts
...ogged) plus reblogs ranked by creation/reblog time feed - top posts from blogs of accounts that given account is following ranked by creation/reblog time, not older than last...
condenser_api.get_key_references
...key associated with their owner or active authorities. Also see: account_by_key_api.get_key_references
changed_recovery_account
Issued when the blockchain effectively changes the recovery account of an account after it issued such request (see: change_recovery_account).
expired_account_notification
Issued when governance votes for an account have expired and are removed.
Owner
Owner authority/permission of a given account
condenser_api.list_rc_accounts
Find accounts and their RC delegations
titles.account_creation_process
This recipe will take you through the different options when creating accounts on the Hive blockchain. Intro The Resource Credit system gives us two ways to create an acc...
OBSOLETE_TREASURY_ACCOUNT
Note that old account is still considered a treasury (cannot be reused for other purposes), just all funds and actions are redirected to new one
database_api.list_change_recovery_account_requests
Returns a list of recovery account change requests. Parameters: start:object, limit:int, order:string start depends on order (see below) limit is up to 1000. order ca...
condenser_api.get_chain_properties
Returns the chain properties.
titles.account_reputation
..., but beem already has the ability to interpret reputation automatically. Also see: get_account_reputations Steps App setup - Library install and import Account list -...
HIVE_TREASURY_ACCOUNT
Represents the account with NO authority which holds resources for payouts according to given proposals. No longer constant, changed in HF24.
titles.search_accounts
...example can request up to 1000 accounts as an array. Example api call If we want to get the accounts starting with “alice” … api.lookup_accounts(alice, 10) do |content| ......
titles.account_recovery
...and interaction with Blockchain We import the libraries for the application. import getpass import beembase from beem.account import Account from beem import Hive from beem...
Feed
Posts/Discussions from followers of a particular account
condenser_api.find_rc_accounts
Returns the available resource credits of accounts.
condenser_api.lookup_accounts
Looks up accounts starting with name. Parameterslower_bound_name:string; limit:int up to 1000 lower_bound_name (string) limit (int) a 10...
Hive Power
Locked version of HIVE which gives account influence on the platform
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-08_get_account_rep...
database_api.find_savings_withdrawals
Returns the list of savings withdrawls for an account. Parameters: account:string account (string) hiveio Queries the savings withdraw for acco...
HIVE_PROXY_TO_SELF_ACCOUNT
Represents the canonical account for specifying you will vote for directly (as opposed to a proxy)
titles.create_account
...ps App setup Setup dhive to use the proper connection and network. Search account Get account details after input has account name Generate private keys Generate proper...
available_account_subsidies
condenser_api.get_blog_authors
...hiveio Queries for account named “hiveio”. alice Queries for accounts named alice”.
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-09_get_account_co...
HIVE_MAX_ACCOUNT_WITNESS_VOTES
Each account may cast up to 30 witness votes.
HIVE_DEFAULT_ACCOUNT_SUBSIDY_BUDGET
Default rate is 0.5 accounts per block
wallet_bridge_api.get_chain_properties
database_api.list_accounts
List accounts ordered by specified key. Parameters: start:object, limit:int, order:string, delayed_votes_active:boolean limit is up to 1000. order can be one of:...
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-09_get_accoun...
condenser_api.get_owner_history
Returns the owner history of an account. Parameters: account:string account (string) hiveio Queries the owner history for account named “hiveio...
condenser_api.get_recovery_request
Returns the recovery request for an account. Parameters: account:string account (string) hiveio Queries the recovery requests for account named...
condenser_api.get_savings_withdraw_from
Returns savings withdraw from an account. Parameters: account:string account (string) hiveio Queries the savings withdraw for account named “hi...
condenser_api.get_savings_withdraw_to
Returns the savings withdraw to an account. Parameters: account:string account (string) hiveio Queries the savings withdraw for account named “...
condenser_api.get_account_history
...the oldest item in history, up to 1,000 results. Also see: account_history_api.get_account_history, Paginated API Methods
titles.search_accounts
...a specified value, and displaying the results on the console. Intro We are using the get_all_accounts and Trending_tags functions that are built-in in the beem library. Thes...
bridge.list_all_subscriptions
List all subscriptions, titles, and roles to a community for an account. account: account name, points to valid account
bridge.get_profile
Gets profile account - valid account observer - valid account [optional]
HIVE_MINER_ACCOUNT
Represents the current witnesses
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-08_get_account...
claim_reward_balance
Author and curator rewards are not automatically transferred to the account’s balances. One has to issue a claim_reward_balance operation to trigger the transfer from the...
witness_api.get_account_bandwidth
Disabled since 0.20.6, see: #3029 Returns the available bandwidth of an account. See: Forum/Market Bandwidth
Owner key
The owner key is the master key for the account and is required to change the other keys
VESTS
The fundamental unit of accounting that Hive Power is derived from
titles.search_accounts
Introduction In this tutorial, we will see how to get accounts list start with the selected string. We made this with hive-php-lib. You can also find the result PHP file...
database_api.find_vesting_delegations
Returns the list of vesting delegations for an account. Parameters: account:string account (string) hiveio Queries for vesting for hi...
database_api.is_known_transaction
...is called with a VERY old transaction we will return false, use account_history_api.get_transaction. Also see: transaction_status_api.find_transaction, account_history_api....
condenser_api.is_known_transaction
...is called with a VERY old transaction we will return false, use account_history_api.get_transaction. Also see: transaction_status_api.find_transaction, account_history_api....
titles.account_reputation
...ment.getElementById('username').value; 3. Interpret account reputation In order to get accounts, we run the search with the search field and maximum list items as parameters. const...
current_witness
Account name of the current witness.
HIVE_CREATE_ACCOUNT_DELEGATION_RATIO
...ion date (HIVE_CREATE_ACCOUNT_DELEGATION_TIME). This minimum HIVE ensures that those accounts can transact if the delegation is removed.
titles.search_accounts
...xt we assign the max number of lines that will be returned by the query. We also use getElementById to retrieve the requested user name for searching from the HTML interface...
clear_null_account_balance
For per-block processing that clears null account balances. See: #2627, #3556 (possibly planned for deprecation with SMT Hardfork, if implemented)
titles.get_account_replies
Full, runnable src of Get Account Replies can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-08_get...
titles.get_account_comments
Full, runnable src of Get Account Comments can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-09_ge...
HIVE_CREATE_ACCOUNT_DELEGATION_TIME
There is a minimum delegation period (30 days) and a minimum fee in HIVE even when delegating for account creation (derived with HIVE_CREATE_ACCOUNT_DELEGATION_RATIO). Th...
wallet_bridge_api.get_account
wallet_bridge_api.get_accounts
database_api.find_vesting_delegation_expirations
Returns the expiring vesting delegations for an account. Parameters: account:string account (string) hiveio Queries for expiring vest...
Signatures
Transaction signature signed by an account with a private key
database_api.find_hbd_conversion_requests
Returns the list of HBD conversion requests for an account. Parameters: account:string account (string) hiveio Queries a conversion request for...
Authority
Each Account has multiple authority and keys to manager different permissions on the platform
database_api.list_account_recovery_requests
Returns a list of account recovery requests. Parameters: start:string, limit:int, order:string limit is up to 1000. order can be one of: by_account - order by acc...
NEW_HIVE_TREASURY_ACCOUNT
See: OBSOLETE_TREASURY_ACCOUNT
wallet_bridge_api.get_witness_schedule
HIVE_ACCOUNT_SUBSIDY_PRECISION
database_api.verify_account_authority
Not Implemented
condenser_api.get_following
Returns the list of accounts that are following an account. Parameters: account:string; start:string (account to start from); type:string e.g.: blog; limit:int up to 1000...
debug_node_api.debug_get_witness_schedule
condenser_api.lookup_witness_accounts
Looks up witness accounts starting with name. Parameters: lower_bound_name:string; limit:int up to 1000 lower_bound_name (string) limit (int) a...
database_api.list_witnesses
Returns the list of witnesses. Parameters: start:object; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of: by_...
condenser_api.get_followers
Returns the list of followers for an account. Parameters: account:string; start:string (account to start from); type:string e.g.: blog; limit:int up to 1000 accou...
HIVE_MAX_ACCOUNT_NAME_LENGTH
Names must comply with the following grammar (RFC 1035), i.e.: a valid name consists of a dot-separated sequence of one or more labels consisting of the following rules:...
HIVE_MIN_ACCOUNT_NAME_LENGTH
Names must comply with the following grammar (RFC 1035), i.e.: a valid name consists of a dot-separated sequence of one or more labels consisting of the following rules:...
titles.plug_and_api_list
...m this API. Requires: database_api (automatic); Jussi + Hivemind (for condenser_api.get_state, condenser_api.get_account_votes, condenser_api.get_content, condenser_api.get...
Resource Credits
is the limit of data each account can utilize resources on the blockchain (also known as RC)
HIVE_MIN_ACCOUNT_CREATION_FEE
wallet_bridge_api.list_accounts
wallet_bridge_api.list_my_accounts
wallet_bridge_api.get_account_history
titles.password_key_change
...the Account_update operation and TransactionBuilder to make these changes. We first get the existing keys from your account then recreate these from your new password. Once...
condenser_api.get_blog
Returns the list of blog entries for an account. Parameters: account:string; start_entry_id:int; limit:int up to 500 account (string) start_entry_id (int) l...
set_withdraw_vesting_route
Allows an account to setup a vesting withdraw but with the additional request for the funds to be transferred directly to another account’s balance rather than the withdr...
HIVE_CREATE_ACCOUNT_WITH_HIVE_MODIFIER
HIVE_DEFAULT_ACCOUNT_SUBSIDY_DECAY
347321 corresponds to a 5-day halflife
HIVE_MAX_ACCOUNT_CREATION_FEE
HIVE_MAX_SIG_CHECK_ACCOUNTS
condenser_api.get_blog_entries
Returns a list of blog entries for an account. Parameters: account:string; start_entry_id:int; limit:int up to 500 account (string) start_entry_id (int) lim...
rc_api.list_rc_accounts
condenser_api.list_rc_direct_delegations
Get list of “from” “to” which account how much RC was delegated.
database_api.list_owner_histories
Returns a list of owner authority histories. Parameters: start:array, limit:int start (array) limit (int) [hiveio, 1970-01-01T00:00:00] 10...
database_api.get_witness_schedule
Returns the current witness schedule.
wallet_bridge_api.list_rc_accounts
wallet_bridge_api.find_rc_accounts
next_daily_maintenance_time
Schedule to convert HIVE to HBD in the treasury account.
HIVE_ROOT_POST_PARENT
Represents the canonical root post parent account
condenser_api.get_expiring_vesting_delegations
Returns the expiring vesting delegations for an account. Parameters: account:string, after:timestamp account (string) after (timestamp) hiveio...
HIVE_ACCOUNT_RECOVERY_REQUEST_EXPIRATION_PERIOD
condenser_api.get_transaction
...11f933c Queries for this exact transaction id. Also see: account_history_api.get_transaction
titles.claim_rewards
...the libraries and connect to the testnet. import pprint from pick import pick import getpass from beem import Hive from beem.account import Account Because this tutorial al...
condenser_api.get_withdraw_routes
Returns the withdraw routes for an account. Parameters: account:string; type:string account (string) type (string) hiveio outgoing Querie...
Bandwidth
formerly the limit of data each account can send/use (replaced by Resource Credits)
Wif
Wallet Import Format/Private key, should be kept secret because it grants access to account
database_api.find_withdraw_vesting_routes
Returns the list of vesting withdraw routes for an account.
bridge.get_post
Gives single selected post. author - valid account permlink - valid permlink observer - valid account [optional]
titles.transfer_hive_and_hbd_savings
...rs We import the libraries and connect to the testnet. from pick import pick import getpass from beem import Hive from beem.account import Account import random Because th...
titles.transfer_hive_and_hbd
...ly We import the libraries and connect to the testnet. from pick import pick import getpass from beem import Hive from beem.account import Account Because this tutorial al...
rc_api.get_resource_params
Exports all relevant resource size constants, in particular the measurement-based execution time parameters. See: #2980
titles.follow_user
...llow we first have to check what the current ‘follow status’ is of the author, using get_following on an account. There are three pieces of information within the follow/unf...
titles.power_up
...the libraries and connect to the testnet. import pprint from pick import pick import getpass from beem import Hive from beem.account import Account Because this tutorial al...
titles.convert_hbd_to_hive
...the 3.5 days for it to be converted, if the conversion price fluctuates above the target, you will likely receive much less HIVE than expected. Because of this, the method i...
HIVE_MIN_REPLY_INTERVAL_HF20
In HF20, comments (replies) can be broadcasted once every 3 seconds, per account (one comment per account per block).
Delegation
The assignment of Hive Power for content influence by another account (cannot be spent, can be revoked by the delegator in 5 days)
titles.grant_active_permission
...ractively We import the libraries for the application. from pick import pick import getpass from beem import Hive from beem.account import Account We require the private a...
condenser_api.get_escrow
Returns the escrow for a certain account by id. Also see: database_api.list_escrows
titles.grant_posting_permission
...ractively We import the libraries for the application. from pick import pick import getpass from beem import Hive from beem.account import Account We require the private a...
titles.convert_hive_to_hbd
...rnal market for routine trades between HIVE and HBD. With the market process you can get your HBD (sometimes immediately) and at the exact price that you expect. The market...
condenser_api.get_ops_in_block
...only the virtual operations in block #5,443,322. Also see: account_history_api.get_ops_in_block
Proxy
The assignment of Hive Power for DPOS governance and DHF approval by another account (cannot be spent, can be revoked instantly)
bridge.get_community_context
Gets the role, subscription status, and title for a given account in a given community.
database_api.find_witnesses
Search for witnesses.
HIVE_MIN_ROOT_COMMENT_INTERVAL
Posts (root comments) can only be broadcasted once every 5 minutes, per account.
consolidate_treasury_balance
Tracks when balances move from old treasury account to current one, on an ongoing basis. Note that the obsolete account is still considered a treasury (cannot be reused f...
bridge.get_follow_list
Returns blacklisted/muted accounts or list of blacklists/mute lists followed by a given observer. observer - valid account follow_type - Supported values: follow_...
titles.follow_user
...d example script: ruby check_follow.rb The API method we’re using here is condenser.get_following. We pass the name of the account we’re checking. If the account follows mo...
bridge.get_community
Get community details. name - community category name observer - valid account [optional]
HIVE_MIN_REPLY_INTERVAL
Prior to HF20, comments (replies) could only be broadcasted once every 20 seconds, per account.
titles.delegate_power
...only be available again after 7 days. Also see: delegate_vesting_shares_operation get_vesting_delegations Steps App setup - Library install and import. Connection to t...
HIVE_UPVOTE_LOCKOUT_HF17
Accounts may not increase payout within last 12 hours before payout, since HF17.
database_api.find_decline_voting_rights_requests
Returns a list of requests to decline voting rights.
database_api.list_witness_votes
Returns a list of witness votes. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of: by...
titles.blog_feed
...ad just this tutorial: devportal-master-tutorials-ruby-01_blog_feed.zip). Also see: get_discussions_by_blog Script blog_feed.rb The script parses the creation date, assumi...
return_vesting_delegation
Occurs when the Hive Power that has been previously delegated by an account to another account comes back to the original owner. When a user cancels its delegation, it ta...
titles.exchange_node
...t accounts that involve the exchange. These instructions are similar to setting up a Get Transaction Node, but requires far less time to sync because it is configured to foc...
database_api.find_recurrent_transfers
Finds transfers of any liquid asset every fixed amount of time from one account to another. Also see: recurrent_transfer_operation
bridge.get_post_header
Gives very basic information on given post. author - valid account permlink - valid permlink
database_api.find_owner_histories
Returns owner authority history. Parameters: owner:string owner (string) hiveio Queries the owner history for account named “hiveio”. a...
database_api.find_collateralized_conversion_requests
Returns objects corresponding with collateralized_convert operations.
titles.get_delegations_by_user
Full, runnable src of Get Delegations By User can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-29_get_del...
titles.follow_user
...the Hive blockchain Input variables Collecting the required inputs via an HTML UI Get status Get the follow status for the specified author Follow operation Execute the...
transfer_from_savings
Funds withdrawals from the savings to an account take three days. Their execution is recorded in the blockchain with the fill_transfer_from_savings virtual operation.
delegate_vesting_shares
Delegate vesting shares from one account to the other. The vesting shares are still owned by the original account, but content voting rights and resource credit are trans...
titles.grant_active_permission
...ccount = NetConfig.accounts[0]; const accountI = NetConfig.accounts[1]; document.getElementById('username').value = account.address; document.getElementById('privateKe...
titles.get_follower_and_following
Full, runnable src of Get Follower And Following List can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-19...
condenser_api.find_recurrent_transfers
Finds transfers of any liquid asset every fixed amount of time from one account to another. Also see: recurrent_transfer_operation
titles.client_signing
...nto app.js and prepare it to communicate with a Testnet instance of Hive blockchain Get globals Network globals Account selection Select predefined account Operation sele...
Key
Keys are used to authenticate transactions. Each key contains a public/private pair. When a transaction is submitted to the Hive blockchain, it is signed by the account o...
transfer_to_vesting
...is possible to give another account vesting shares so that faucets can pre-fund new accounts with vesting shares. Notes: Amount must be in HIVE. Must transfer a nonzero amount...
titles.power_down
...the libraries and connect to the testnet. import pprint from pick import pick import getpass from beem import Hive from beem.account import Account from beem.amount import A...
transfer_to_savings
For time locked savings accounts. A user can place Hive and Hive Dollars into time locked savings balances. Funds can be withdrawn from these balances after a three day d...
transfer_to_vesting_completed
Issued when a power-up is finally taken into account for governance votes (see: transfer_to_vesting). See: #111
vote
This operation is used to cast a vote on a post/comment. The primary purpose of voting is to express Proof-of-Brain about content to the blockchain. When a vote is cast,...
titles.using_keys_securely
...e not defined # accessing Wallet methods are also possible and secure way h.wallet.getActiveKeyForAccount('demo') Above line fetches private key for user demo from local...
condenser_api.get_witness_schedule
Returns the current witness schedule. Also see: database_api.get_witness_schedule
titles.witness_listing_and_voting
...dule to query the blockchain for a list of voted witnesses. Also see: condenser_api.get_witnesses_by_vote Steps App setup - Library install and import. Connection to tes...
database_api.list_decline_voting_rights_requests
Returns a list of decline voting rights requests. Parameters: start:object; limit:int; order:string start depends on order (see below) limit is up to 1000. order can...
titles.search_tags
...'Please select type of list:' options = ['Active Account names', 'Trending tags'] # get index and selected list name option, index = pick(options, title) if option == 'Acti...
decline_voting_rights
...they have been declined. This is only to formalize a smart contract between certain accounts and the community that currently only exists as a social contract. See: hive_operati...
titles.transfer_hive_and_hbd
...e user clicks on the “Transfer” button. window.submitTransfer = async () => { //get all values from the UI //get account name of sender const username = document.ge...
HIVE_REDUCED_VOTE_POWER_RATE
The rate used since HF19. The number of votes an account may cast per day before voting power is impacted (10 votes per day).
titles.tutorials
...RC Bandwidth Parameters Analyze the dynamics of the resource budget pool. RC Bandwidth System...
titles.grant_posting_permission
...ce the function is activated via the UI the variables are allocated as seen below. //get username const username = document.getElementById('username').value; //get private a...
titles.sso
There are some cases where you don’t need Posting Authority on your apps. Some examples are hivesearcher.com, openhive.chat, and hyperion.zone where use case and actions...
transfer
Transfers asset from one account to another. The memo is plain-text, any encryption on the memo is up to a higher level protocol. Notes: Transferring of Hive Power (VEST...
HIVE_INITIAL_VOTE_POWER_RATE
The rate used prior to HF19. The number of votes an account may cast per day before voting power is impacted (originally 40 votes per day).
hardfork_hive_restore
To restore the liquid balance of accounts that were not airdropped in the original Hive hardfork. VESTS were restored in a later transaction: https://hiveblocks.com/tx/1d...
titles.estimate_upvote
...ite useful information for users to see and estimate. All of the data is possible to get via available APIs. Steps Get Reward Fund Current reward fund information is cruci...
titles.vote_on_content
...w to create a new post can be found on the Hive Devportal Also see: vote_operation get_active_votes Steps Configure connection Configuration of dhive to communicate wit...
bridge.get_ranked_posts
Get ranked posts. Supported values for sort: trending hot created promoted payout payout_comments muted The value for tag can be any valid tag. The value for obse...
titles.submit_post
...ave the submitPost function which executes when the Submit post button is clicked. //get private key const privateKey = dhive.PrivateKey.fromString( document.getElementByI...
titles.forum_market_bandwidth
.... Bandwidth is specific to each account and depends on account activity. Sections Getting Account Bandwidth Dynamic Global Properties Account HIVE Power Calculate Get...
titles.convert_hbd_to_hive
...lace on Hive that allows you to “sell” your HBD instantly. With this process you can get your HIVE immediately and at the exact price that you expect. The market place is th...
database_api.list_hbd_conversion_requests
Returns the list of HBD conversion requests for an account. Parameters: start:array, limit:int, order:string limit is up to 1000. order can be one of: by_account...
titles.get_transaction_node
...l show how to setup the lowest possible resource node that can support condenser_api.get_transaction and account_history_api.get_transaction. Sections Minimum Requirements...
titles.convert_hive_to_hbd
...ace on Hive that allows you to “sell” your HIVE instantly. With this process you can get your HBD immediately and at the exact price that you expect. The market place is the...
database_api.list_vesting_delegation_expirations
Returns a list of vesting delegation expirations. Parameters: start:array, limit:int, order:string limit is up to 1000. order can be one of: by_expiration - order...
database_api.list_savings_withdrawals
Returns a list of savings withdrawls. Parameters: start:object, limit:int, order:string limit is up to 1000. order can be one of: by_from_id - order by id...
database_api.list_limit_orders
Returns a list of limit orders. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of: by_...
titles.witness_listing_and_voting
...operation from dhive. We also look at the vote status for a specific user using the getAccounts function. The parameters required for the witness voting operation are: li...
bridge.list_community_roles
List community roles and labels for each account in the community. community - community category name last - name of subscriber; paging mechanism [optional] limit -...
jsonrpc.get_methods
Returns a list of methods supported by the JSON RPC API.
titles.set_withdraw_route
..._operation Steps App setup Setup dhive to use the proper connection and network. Get account routes Get account’s current routes Fill form Fill form with appropriate da...
recurrent_transfer
The recurrent_transfer operation creates/updates/removes a recurrent transfer (transfers any liquid asset every fixed amount of time from one account to another). If amou...
smt_set_setup_parameters
Creates Smart Media Token setup parameters. Parameters: control_account - The name of the controlling account. symbol - The asset symbol of the created token. setup_pa...
condenser_api.get_vesting_delegations
Returns the vesting delegations by an account. Parameters: delegator_account:string; start_account:string; limit:int up to 1000 delegator_account (string) star...
condenser_api.get_witnesses_by_vote
Returns current witnesses by vote. Parameters: start_name:string; limit:int up to 1000 account (string) limit (int) null 21 Queries top 2...
titles.edit_content_patching
...nfigure testnet Testnet connection should be established with proper configurations Get latest post Get @demo’s latest post for editing Creating patch Creating patch with...
titles.node_config
...ion set to /tmp/hived.sock): curl -s --data '{ jsonrpc: 2.0, method: condenser_api.get_account_count, params: [], id: 1 }' --unix-socket /tmp/hived.sock http: See: #320...
claim_reward_balance2
Differs with original operation with extensions field and a container of tokens that will be rewarded to an account. Note: The reward tokens are required to be unique and...
titles.calculate_rc_recipe
.... The value of the current available mana(RC) is also accessible as a field from the getAccounts function. //capture account var _account = await client.database.getAccounts...
titles.power_up
...es. Intro This tutorial will show few functions such as querying account by name and getting account balance. We are using the call function provided by the dhive library to...
titles.get_state_replacement
Full, runnable src of Get State Replacement Api can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-...
titles.get_follower_and_following
Full, runnable src of Get Follower And Following List can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-19_get...
titles.claim_rewards
...es. Intro This tutorial will show few functions such as querying account by name and getting unclaimed rewards. We are using the call function provided by the dhive library...
producer_reward
Occurs each time a block is produced. It contains the rewards that are given to witnesses (and previously miners) for their work. Witness rewards for block signing are ha...
titles.bridge
Methods: account_notifications does_user_follow_any_lists get_account_posts get_community get_community_context get_discussion get_follow_list get_payout...
titles.vote_on_content
...rictly necessary as a voting operation overrides the previous vote value. We use the get_active_votes function to check for this. This function only requires two parameters,...
titles.authentication
...authorize/hivesigner. Finalize app integration https://docs.hivesigner.com/h/guides/get-started/hivesigner-oauth2. User side Overview of steps that user experiences during...
database_api.find_limit_orders
Returns a list of limit orders.
titles.submit_comment_reply
...arse the author and permlink from it. Add content Add body content to your comment Get comment data Collect values from the UI Create comment permlink Create a permlink f...
titles.power_down
...ps App setup Setup dhive to use the proper connection and network. Search account Get account details after input has account name Calculate and Fill form Calculate avai...
titles.wallet_bridge_api
...saction_synchronous find_proposals find_rc_accounts find_recurrent_transfers get_account get_account_history get_accounts get_active_witnesses get_block ge...
escrow_transfer
The purpose of this operation is to enable someone to send money contingently to another individual. The funds leave the from account and go into a temporary balance wher...
withdraw_vesting
At any given point in time an account can be withdrawing from their vesting shares. A user may change the number of shares they wish to cash out at any time between 0 and...
comment_options
Authors of posts may not want all of the benefits that come from creating a post. This operation allows authors to update properties associated with their post. Typically...
titles.reblogging_post
...three library and initialize Hive class: import pprint from pick import pick import getpass import json # initialize Hive class from beem import Hive from beem.discussions...
bridge.list_communities
Gets community last - name of community; paging mechanism [optional] limit - limit number of listed communities, default: 100 [optional] query - filters against title...
sps_convert
Issued when a Proposals Fund (DHF) conversion from HIVE to HBD occurs. When the Hardfork that created Hive happened back in March 2020, the Steemit Inc ninja-mined funds...
smt_set_runtime_parameters
Creates Smart Media Token runtime parameters. Parameters: control_account - The name of the controlling account. symbol - The asset symbol of the created token. runtim...
titles.delegate_power
...gs. Intro This tutorial will show few functions such as querying account by name and getting account vesting balance. We then convert VESTS to HIVE POWER for convenience of...
escrow_approve
...ion before the deadline date, the funds are returned to the sender. The agent and to accounts must approve an escrow transaction for it to be valid on the blockchain. Once a part...
titles.edit_content_patching
...tween two text fields to create a patch We import the libraries. import beem import getpass from beem import Hive from beem.account import Account from beem.comment import...
titles.paginated_api_methods
...going to use a command-line JSON processor called jq to interpret JSON results. apt-get install jq Instead of jq, you could also pipe to python -mjson.tool, as an alternat...
titles.rc_bandwidth_system
...has a 150 byte transaction size will cost 2*5 + 50*8 + 150*4 = 1010 RC. Resource budget pools A resource budget pool for each resource type will be established. The resourc...
titles.condenser
...ts and utilize opensource code in their applications. It offers a few endpoints for getting common data. User profile and post JSON data is very convenient and simple by ap...
proposal_pay
...y payment. If the payment of a proposal exceeds the amount of the available daily budget, it will receive a partial payment with what’s left in the daily budget.
smt_create
Create a Smart Media Token. This operation introduces new SMT into blockchain as identified by Numerical Asset Identifier (NAI). Also the SMT precision (decimal points) i...
titles.broadcast_ops_custom
Ops: flagPost mutePost pinPost setRole setUserTitle subscribe unmutePost unpinPost unsubscribe updateProps To interact with the communities framewo...
hardfork_hive
At the point of the Hive hardfork, the only accounts who were not included in the initial airdrop were those containing the Steemit, Inc. ninja-mined stake and those who...
titles.testnet
...estnet Node Alternatively, if you would like to run a private local testnet, you can get up and running with docker: docker run -d -p 8090:8090 inertia/tintoy:latest For de...
titles.reblogging_post
..._post.rb https://hive.blog/@inertia/kinda-spooky Example Output From the example we get the following output from our script: { jsonrpc: 2.0, result: { id: 0aa41e06b261...
titles.reblogging_post
...This tutorial makes use of the This function is taken from the tutorial Blog Feed to get a list of trending posts. Also see: custom_json_operation Steps Configure connec...
titles.hiveauth
...word”. No more changing your password every N days. Useful Links Official website Get started/Download FAQ For information on integrating HiveAuth into your own applica...
database_api.list_proposals
...expired list 1 proposal with expired status, ordered by creator, ascending, by accounts starting with “a” [alice] 10 by_creator ascending all list 10...
titles.imagehoster
...with the API Upload an image Fetch an uploaded image Proxy and resize an image Get user avatar image Signing uploads How to run 1. Upload an image POST /<userna...
titles.testnet
...lly on your workstation and join the development testnet. Docker can also be used to get started quickly. Compilation generates the hived executable which is the main daemon...
titles.node_cli
...Config The following are only available as command-line options. Sections disable-get-block statsd-record-on-replay transaction-status-rebuild-state p2p-force-validate...
titles.clive
...Config The following are only available as command-line options. Sections disable-get-block statsd-record-on-replay transaction-status-rebuild-state p2p-force-validate...
titles.rc_dev
...to add support for the RC system. Also see: resource credits The RC demo script To get up and running, I (theoretical) have transcribed some key algorithms from C++ to Pyt...
database_api.list_escrows
Returns a list of escrows. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of: by_from_...
titles.stream_blockchain_transactions
...ollows irreversible blocks which was accepted by all witnesses. Also see: block_api.get_block block_api.get_block_range account_history_api.enum_virtual_ops Steps App...
titles.hivesigner
...ro The application in this tutorial asks the user to grant an access to demo-app and get token from Hivesigner. Once permission is granted, demo-app can get details of user...
database_api.list_proposal_votes
Returns all proposal votes, starting with the specified voter or proposal.id. Parameters: start:array; limit:int; order:string; order_direction:string; status:string st...
titles.welcome
...in blockchain space. Resource Credits - system allows users to stake HIVE token and get allocated resources to perform basically free transactions on chain, without paying...
condenser_api.list_proposals
...expired list 1 proposal with expired status, ordered by creator, ascending, by accounts starting with “a” [alice] 10 by_creator ascending all list 10...
condenser_api.list_proposal_votes
Returns all proposal votes, starting with the specified voter or proposal.id. Parameters: start:array; limit:int; order:string; order_direction:string; status:string st...
titles.getset
Fetching data Fetching blockchain data with help of SDK libraries, couldn’t be much simpler and easy to do. Nodejs and Python libraries help any developer to quickly acce...
smt_setup_emissions
Create Smart Media Token emissions (inflation). Parameters: control_account - The name of the controlling account. symbol - The asset symbol of the created token. sche...
titles.get_delegations_by_user
Full, runnable src of Get Delegations By User can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-29...
titles.stream_blockchain_transactions
...to specify exactly what type of operation you’re interested in. Also see: block_api.get_block block_api.get_block_range account_history_api.enum_virtual_ops Sections S...
smt_setup
Setup a Smart Media Token. Each SMT has an associated descriptor object which has permanent configuration data. This data cannot be changed after launch. Parameters: con...
comment
Creates a post/comment. Parameters: parent_author - the author that comment is being submitted to, when posting a new blog this is an empty string parent_permlink - spe...
titles.setting_up_testnet
...blockchain developers to verify changes to the blockchain and can allow witnesses to get a preview of changes that they are expected to approve. Setting up a testnet can be...
titles.stream_blockchain_transactions
...take you through the process of preparing and streaming blocks using the blockchain.getBlockStream() operation. Being able to stream blocks is crucial if you are building a...
titles.dhf
Intro The DHF (Decentralized Hive Fund) is an account on the Hive blockchain (currently @hive.fund) that receives 10% of the annual new supply. These funds are dedicated...
titles.get_voters_list
Full, runnable src of Get Voters List On Post can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-06...
titles.how_to_serialize
...s post for explanation of variables. Defining 4 of 6 needed variables: const props = getDynamicGlobalProperties() const refBlockNum = props.head_block_number & 0xffff co...
titles.haf_api
...We intend to publish ZFS snapshots of fully-synced HAF nodes that can downloaded to get a HAF node up & running quickly, avoiding multi-day replay times. sudo apt insta...
titles.get_post_details
Full, runnable src of Get Post Details can be downloaded as part of: tutorials/ruby (or download just this tutorial: devportal-master-tutorials-ruby-05_get_post_details.z...
titles.hivesigner
What is Hivesigner? The goal of Hivesigner is to provide a safe way of connecting to the blockchain via 3rd party apps without compromising the security of your private k...
titles.submit_post
...rate response end To Run First, set up your workstation using the steps provided in Getting Started. Then you can create and execute the script (or clone from this reposito...
titles.submit_comment_reply
...rate response end To Run First, set up your workstation using the steps provided in Getting Started. Then you can create and execute the script (or clone from this reposito...
titles.tic_tac_toe
...rse of about two months and originally posted on his blog. Sections Part 1 Target Audience Why “tic-tac-toe”? Development Tools I’m using Planning Fron...
titles.witness_node
...The build process requires tools available in the default Ubuntu package repository. Getting hive source code To get the source code, clone a git repository using the follow...
titles.edit_content_patching
...link = title.gsub(' ', '-').downcase api = Radiator::Api.new(url: url) content = api.get_content(author, permlink).result metadata = {tags: %w(tag), app: 'devportal/1.0'} ne...
titles.get_post_details
Full, runnable src of Get Post Details can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javascript-05_get_po...
titles.blog_feed
...ain and displays them in simple list. Also some notes about usage of client.database.getDiscussions API. Intro Tutorial is demonstrates the typical process of fetching accou...
titles.convert_hbd_to_hive
...our tutorial script: ruby convert_hbd_to_hive.rb Example Output From the example we get the following output from our script: { jsonrpc: 2.0, result: { id: e658349eeaa8...
titles.get_post_details
Full, runnable src of Get Post Details can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-05_get_post_detai...
titles.using_hivemind
...y. Supported API functionality: Core API set available in Hivemind: condenser_api.get_followers condenser_api.get_following condenser_api.get_follow_count condenser_ap...
titles.vote_on_content
...devportal-master-tutorials-ruby-17_vote_on_content.zip). Also see: vote_operation get_active_votes Sections Making the api call - broadcasting the operation Examp...
titles.get_voters_list
Full, runnable src of Get Voters List On Post can be downloaded as part of: tutorials/python (or download just this tutorial: devportal-master-tutorials-python-06_get_vot...
titles.submit_comment_reply
...ackages: random and string - used to create a random string used for the permlink getpass - capture wif without showing it on the screen beem - hive library and interact...
titles.submit_post
...ackages: random and string - used to create a random string used for the permlink getpass - capture wif without showing it on the screen json - generate json_metadata b...
titles.get_follower_and_following
Full, runnable src of Get Follower And Following List can be downloaded as part of: tutorials/javascript (or download just this tutorial: devportal-master-tutorials-javas...
titles.vision
...ts and utilize opensource code in their applications. It offers a few endpoints for getting common data and build RSS feed from various communities, accounts and feeds. Get...