Hive Developer Portal

Search Results
Showing results for "lookup 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...
condenser_api.lookup_account_names
Looks up account names. Parameters: accounts:[string]; delayed_votes_active:boolean Also see: database_api.find_accounts
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...
titles.search_accounts
...nt names matching the input given, up to a specified limit. Also see: condenser_api.lookup_accounts Sections Making the api call - performing the lookup Example api ca...
titles.search_accounts
...n the /resources/examples/searchAccounts.php file in hive-php-lib folder. Also see: lookup_accounts Preparation Before start to code, don’t forget to read the PHP: Getting S...
titles.plug_and_api_list
...tags_api transaction_status_api witness_api account_by_key_api Purpose: Used to lookup account information based on a public key. Requires: account_by_key Exposed Method...
titles.transfer_hive_and_hbd
...error, but it does give some insight into the process as a whole. We use the account lookup function to check for this. We are using the following transfer parameters: to - T...
jsonrpc.get_methods
Returns a list of methods supported by the JSON RPC API.