create account

API methods list for AppBase by holger80

View this thread on: hive.blogpeakd.comecency.com
· @holger80 · (edited)
$48.36
API methods list for AppBase
<center>![](https://steemitimages.com/DQmUxXY5fsWaN5RPFya8q8uzyXVdiQZ2kMwzp8ayvhJZ2CW/image.png)
[source](https://pixabay.com/de/verkehr-autobahn-beleuchtung-nacht-332857/)</center>

As you might know, testing of AppBase has started on a large scale. The node  ` https://api.steemitstage.com` runs version `v0.19.4` and is ready for testing. You can read more in this post [AppBase: The next step forward for the Steem blockchain (let the testing begin)](https://hive.blog/steem/@steemitdev/appbase-the-next-step-forward-for-the-steem-blockchain-let-the-testing-begin). There is backward compatibility api which is called  `condenser_api`. Using this api you can use all old api calls. In the following, I show you a complete list of the new API calls (the list is generated with `jsonrpc.get_methods` and `jsonrpc.get_signature`).

## Assets
|asset | precision | symbol |
| --- | --- | --- |
|"@@000000013" | 3 |"SBD" |
|"@@000000021" | 3 |"STEEM" |
|"@@000000037" | 6 | "VESTS" |

Amounts are stored as list, e.g.: ['1000', 3, '@@000000021']. The float value can be calculated by:
```
int(amount[0]) / (10 ** amount[1])
```
## Possible values for the 'order' argument in the database_api
I wrote all possible 'order' combination in the table.

## account_by_key_api
| method | args | return |
| --- | --- | --- |
| get_key_reference  | {'keys': []} | {'accounts': []}  |

## account_history_api
| method | args | return |
| --- | --- | --- |
| get_account_history                 | {'account': '', 'start': '18446744073709551615', 'limit': 1000}    | {'history': []} |
| get_ops_in_block                    | {'block_num': 0, 'only_virtual': False}  | {'ops': []} |

### account_history_api.get_transaction 
| args |
| --- | 
| {'id': '0000000000000000000000000000000000000000'} |
| return |
| {'ref_block_num': 0, 'ref_block_prefix': 0, 'expiration': '1970-01-01T00:00:00', 'operations': [], 'extensions': [], 'signatures': [], 'transaction_id': '0000000000000000000000000000000000000000', 'block_num': 0, 'transaction_num': 0} | 

## block_api
| method | args | return |
| --- | --- | --- |
| get_block | {'block_num': 0} | {} |
| get_block_header    | {'block_num': 0} | {} |

## database_api
| method | args | return |
| --- | --- | --- |
| find_account_recovery_requests             | {'accounts': []}  | {'requests': []}         |
| find_accounts    | {'accounts': []}    | {'accounts': []}  |
| find_change_recovery_account_requests      | {'accounts': []}     | {'requests': []}        |
| find_comments                              | {'comments': []}        | {'comments': []}    |
| find_decline_voting_rights_requests        | {'accounts': []}   | {'requests': []}   |
| find_escrows                               | {'from': ''} | {'escrows': []}|
| find_limit_orders                          | {'account': ''}   | {'orders': []}  |
| find_owner_histories                       | {'owner': ''} | {'owner_auths': []} |
| find_savings_withdrawals                   | {'account': ''} | {'withdrawals': []}   |
| find_sbd_conversion_requests               | {'account': ''}| {'requests': []} |
| find_vesting_delegation_expirations        | {'account': ''}   | {'delegations': []}   |
| find_vesting_delegations                   | {'account': ''} | {'delegations': []}|
| find_votes                                 | {'author': '', 'permlink': ''}| {'votes': []}|

### database_api.find_withdraw_vesting_routes                    
|  args | return |
|  --- | --- |
| {'account': '', 'order': 'by_withdraw_route'}| {'routes': []}    |
| {'account': '', 'order': 'by_destination'}| {'routes': []}    |

## database_api
| method | args | return |
| --- | --- | --- |
| find_witnesses                             | {'owners': []}   | {'witnesses': []}   |
| get_active_witnesses                       | {}   | {'witnesses': []}   |
| get_config                                 | {} | {}    |
| get_current_price_feed                     | {}     | {'base': ['0', 3, '@@000000021'], 'quote': ['0', 3, '@@000000021']}   |

### database_api.get_dynamic_global_properties              
|  args | return |
|  --- | --- |
| {}   | {'id': 0, 'head_block_number': 0, 'head_block_id': '0000000000000000000000000000000000000000', 'time': '1970-01-01T00:00:00', 'current_witness': '', 'total_pow': '18446744073709551615', 'num_pow_witnesses': 0, 'virtual_supply': ['0', 3, '@@000000021'], 'current_supply': ['0', 3, '@@000000021'], 'confidential_supply': ['0', 3, '@@000000021'], 'current_sbd_supply': ['0', 3, '@@000000013'], 'confidential_sbd_supply': ['0', 3, '@@000000013'], 'total_vesting_fund_steem': ['0', 3, '@@000000021'], 'total_vesting_shares': ['0', 6, '@@000000037'], 'total_reward_fund_steem': ['0', 3, '@@000000021'], 'total_reward_shares2': '0', 'pending_rewarded_vesting_shares': ['0', 6, '@@000000037'], 'pending_rewarded_vesting_steem': ['0', 3, '@@000000021'], 'sbd_interest_rate': 0, 'sbd_print_rate': 10000, 'maximum_block_size': 0, 'current_aslot': 0, 'recent_slots_filled': '0', 'participation_count': 0, 'last_irreversible_block_num': 0, 'vote_power_reserve_rate': 40}  |

### database_api.get_feed_history                           
|  args | return |
|  --- | --- |
| {}  | {'id': 0, 'current_median_history': {'base': ['0', 3, '@@000000021'], 'quote': ['0', 3, '@@000000021']}, 'price_history': []}     |

### database_api.get_hardfork_properties                    
|  args | return |
|  --- | --- |
| {}   | {'id': 0, 'processed_hardforks': [], 'last_hardfork': 0, 'current_hardfork_version': '0.0.0', 'next_hardfork': '0.0.0', 'next_hardfork_time': '1970-01-01T00:00:00'}   |

## database_api
| method | args | return |
| --- | --- | --- |
| get_order_book                             | {'limit': 0}    | {'asks': [], 'bids': []}  |
| get_potential_signatures                   | {'trx': {'ref_block_num': 0, 'ref_block_prefix': 0, 'expiration': '1970-01-01T00:00:00', 'operations': [], 'extensions': [], 'signatures': []}}  | {'keys': []}  |
| get_required_signatures                    | {'trx': {'ref_block_num': 0, 'ref_block_prefix': 0, 'expiration': '1970-01-01T00:00:00', 'operations': [], 'extensions': [], 'signatures': []}, 'available_keys': []}   | {'keys': []}    |
| get_reward_funds                           | {}        | {'funds': []}|
| get_transaction_hex                        | {'trx': {'ref_block_num': 0, 'ref_block_prefix': 0, 'expiration': '1970-01-01T00:00:00', 'operations': [], 'extensions': [], 'signatures': []}}  | {'hex': ''}  |

### database_api.get_witness_schedule          
|  args | return |
|  --- | --- |
|  {}  | {'id': 0, 'current_virtual_time': '0', 'next_shuffle_block_num': 0, 'current_shuffled_witnesses': [], 'num_scheduled_witnesses': 240, 'top19_weight': 189, 'timeshare_weight': 31, 'miner_weight': 3, 'witness_pay_normalization_factor': 0, 'median_props': {'account_creation_fee': ['1', 3, '@@000000021'], 'maximum_block_size': 131072, 'sbd_interest_rate': 1000, 'account_subsidy_limit': 0}, 'majority_version': '0.0.0', 'max_voted_witnesses': 240, 'max_miner_witnesses': 189, 'max_runner_witnesses': 31, 'hardfork_required_witnesses': 3}|

### database_api.list_account_recovery_requests
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_account'}   | {'requests': []}  |
| {'start': None, 'limit': 0, 'order': 'by_expiration'}   | {'requests': []}  |


### database_api.list_accounts
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_name'}  | {'accounts': []}  |
| {'start': None, 'limit': 0, 'order': 'by_proxy'}  | {'accounts': []}  |
| {'start': None, 'limit': 0, 'order': 'by_next_vesting_withdrawal'}  | {'accounts': []}  |

### database_api.list_change_recovery_account_requests 
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_account'} | {'requests': []}  |
| {'start': None, 'limit': 0, 'order': 'by_effective_date'} | {'requests': []}  |

### database_api.list_comments
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_cashout_time'} | {'comments': []}   |
| {'start': None, 'limit': 0, 'order': 'by_permlink'} | {'comments': []}   |
| {'start': None, 'limit': 0, 'order': 'by_root'} | {'comments': []}   |
| {'start': None, 'limit': 0, 'order': 'by_parent'} | {'comments': []}   |
| {'start': None, 'limit': 0, 'order': 'by_last_update'} | {'comments': []}   |
| {'start': None, 'limit': 0, 'order': 'by_author_last_update'} | {'comments': []}   |

### database_api.list_decline_voting_rights_requests
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_account'}   | {'requests': []}  |
| {'start': None, 'limit': 0, 'order': 'by_effective_date'}   | {'requests': []}  |

### database_api.list_escrows
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_from_id'}| {'escrows': []}  |
| {'start': None, 'limit': 0, 'order': 'by_ratification_deadline'}| {'escrows': []}  |

### database_api.list_limit_orders
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_price'} | {'orders': []} |
| {'start': None, 'limit': 0, 'order': 'by_account'} | {'orders': []} |

### database_api.list_owner_histories
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0} | {'owner_auths': []} |

### database_api.list_savings_withdrawals
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_from_id'}| {'withdrawals': []}  |
| {'start': None, 'limit': 0, 'order': 'by_complete_from_id'}| {'withdrawals': []}  |
| {'start': None, 'limit': 0, 'order': 'by_to_complete'}| {'withdrawals': []}  |

### database_api.list_sbd_conversion_requests
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_conversion_date'}  | {'requests': []}  |
| {'start': None, 'limit': 0, 'order': 'by_account'}  | {'requests': []}  |

### database_api.list_vesting_delegation_expirations
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_expiration'}  | {'delegations': []}|
| {'start': None, 'limit': 0, 'order': 'by_account_expiration'}  | {'delegations': []}|

### database_api.list_vesting_delegations 
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_delegation'} | {'delegations': []}|

### database_api.list_votes
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_comment_voter'} | {'votes': []} |
| {'start': None, 'limit': 0, 'order': 'by_voter_comment'} | {'votes': []} |
| {'start': None, 'limit': 0, 'order': 'by_voter_last_update'} | {'votes': []} |
| {'start': None, 'limit': 0, 'order': 'by_comment_weight_voter'} | {'votes': []} |

### database_api.list_withdraw_vesting_routes
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_withdraw_route'}  | {'routes': []}   |
| {'start': None, 'limit': 0, 'order': 'by_destination'}  | {'routes': []}   |

### database_api.list_witness_votes
|  args | return |
|  --- | --- |
|  {'start': None, 'limit': 0, 'order': 'by_account_witness'} | {'votes': []} |
| {'start': None, 'limit': 0, 'order': 'by_witness_account'} | {'votes': []} |

### database_api.list_witnesses
|  args | return |
|  --- | --- |
| {'start': None, 'limit': 0, 'order': 'by_name'}  | {'witnesses': []}  |
| {'start': None, 'limit': 0, 'order': 'by_vote_name'}  | {'witnesses': []}  |
| {'start': None, 'limit': 0, 'order': 'by_schedule_time'}  | {'witnesses': []}  |

### database_api.verify_account_authority
|  args | return |
|  --- | --- |
| {'account': '', 'signers': []}    | {'valid': False}|

### database_api.verify_authority                           
| args |
|  --- | 
|  {'trx': {'ref_block_num': 0, 'ref_block_prefix': 0, 'expiration': '1970-01-01T00:00:00', 'operations': [], 'extensions': [], 'signatures': []}}  |
| return |
|{'valid': False}  |

### database_api.verify_signatures                          
| args |
| --- | 
| {'hash': '0000000000000000000000000000000000000000000000000000000000000000', 'signatures': [], 'required_owner': [], 'required_active': [], 'required_posting': [], 'required_other': []}   |
|  return |
 |{'valid': False} |

## follow_api
| method | args | return |
| --- | --- | --- |
| get_account_reputations                      | {'account_lower_bound': '', 'limit': 1000} | {'reputations': []}   |
| get_blog                                     | {'account': '', 'start_entry_id': 0, 'limit': 500} | {'blog': []} |
| get_blog_authors                             | {'blog_account': ''} | {'blog_authors': []}|
| get_blog_entries                             | {'account': '', 'start_entry_id': 0, 'limit': 500}| {'blog': []}|
| get_feed                                     | {'account': '', 'start_entry_id': 0, 'limit': 500} | {'feed': []} |
| get_feed_entries                             | {'account': '', 'start_entry_id': 0, 'limit': 500}  | {'feed': []} |
| get_follow_count                             | {'account': ''} | {'account': '', 'follower_count': 0, 'following_count': 0} |
| get_followers                                | {'account': '', 'start': '', 'type': 'undefined', 'limit': 1000}  | {'followers': []}|
| get_following                                | {'account': '', 'start': '', 'type': 'undefined', 'limit': 1000} | {'following': []} |
| get_reblogged_by                             | {'author': '', 'permlink': ''} | {'accounts': []} |

## jsonrpc
| method | args | return |
| --- | --- | --- |
| get_methods                                     | {}  | [] |
| get_signature                                   | {'method': ''} | {'args': None, 'ret': None} |

## market_history_api
| method | args | return |
| --- | --- | --- |
| get_market_history                   | {'bucket_seconds': 0, 'start': '1970-01-01T00:00:00', 'end': '1970-01-01T00:00:00'} | {'buckets': []}  |
| get_market_history_buckets           | {}  | {'bucket_sizes': []} |
| get_order_book                       | {'limit': 500} | {'bids': [], 'asks': []}  |
| get_recent_trades                    | {'limit': 1000} | {'trades': []}   |

### market_history_api.get_ticker                           
| args |
| --- |
| {}    |
| return |
| {'latest': '0.00000000000000000', 'lowest_ask': '0.00000000000000000', 'highest_bid': '0.00000000000000000', 'percent_change': '0.00000000000000000', 'steem_volume': ['0', 3, '@@000000021'], 'sbd_volume': ['0', 3, '@@000000013']}   |

## market_history_api
| method | args | return |
| --- | --- | --- |
| get_trade_history                    | {'start': '1970-01-01T00:00:00', 'end': '1970-01-01T00:00:00', 'limit': 1000}   | {'trades': []}    |
| get_volume                           | {} | {'steem_volume': ['0', 3, '@@000000021'], 'sbd_volume': ['0', 3, '@@000000013']}  |

## network_broadcast_api

### network_broadcast_api.broadcast_block                   
| args |
| --- |
| {'block': {'previous': '0000000000000000000000000000000000000000', 'timestamp': '1970-01-01T00:00:00', 'witness': '', 'transaction_merkle_root': '0000000000000000000000000000000000000000', 'extensions': [], 'witness_signature': '000000000000000000000 000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000000000000000000', 'transactions': []}} |
| return| 
|{} |

### network_broadcast_api.broadcast_transaction
|  args | 
| --- | 
| {'trx': {'ref_block_num': 0, 'ref_block_prefix': 0, 'expiration': '1970-01-01T00:00:00', 'operations': [], 'extensions': [], 'signatures': []}, 'max_block_age': -1} | 
|  return| 
|{} |

### network_broadcast_api.broadcast_transaction_synchronous
| args | 
|  --- | 
| {'trx': {'ref_block_num': 0, 'ref_block_prefix': 0, 'expiration': '1970-01-01T00:00:00', 'operations': [], 'extensions': [], 'signatures': []}, 'max_block_age': -1}           |
| return|                                                                                                                                                                                            
|  {'id': '0000000000000000000000000000000000000000', 'block_num': 0, 'trx_num': 0, 'expired': False} |

## tags_api
| method | args | return |
| --- | --- | --- |
|get_active_votes                               | {'author': '', 'permlink': ''}  | {'votes': []} |
| get_comment_discussions_by_payout              | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0} | {'discussions': []} |
| get_content_replies                            | {'author': '', 'permlink': ''} | {'discussions': []}   |

## tags_api.get_discussion      
| args |
| --- |
| {'author': '', 'permlink': ''}   |
| return | 
| {'id': 0, 'author': '', 'permlink': '', 'category': '', 'parent_author': '', 'parent_permlink': '', 'title': '', 'body': '', 'json_metadata': '', 'last_update': '1970-01-01T00:00:00', 'created': '1970-01-01T00:00:00', 'active': '1970-01-01T00:00:00', 'last_payout': '1970-01-01T00:00:00', 'depth': 0, 'children': 0, 'net_rshares': 0, 'abs_rshares': 0, 'vote_rshares': 0, 'children_abs_rshares': 0, 'cashout_time': '1970-01-01T00:00:00', 'max_cashout_time': '1970-01-01T00:00:00', 'total_vote_weight': 0, 'reward_weight': 0, 'total_payout_value': ['0', 3, '@@000000021'], 'curator_payout_value': ['0', 3, '@@000000021'], 'author_rewards': 0, 'net_votes': 0, 'root_author': '', 'root_permlink': '', 'max_accepted_payout': ['0', 3, '@@000000021'], 'percent_steem_dollars': 0, 'allow_replies': False, 'allow_votes': False, 'allow_curation_rewards': False, 'beneficiaries': [], 'url': '', 'root_title': '', 'pending_payout_value': ['0', 3, '@@000000021'], 'total_pending_payout_value': ['0', 3, '@@000000021'], 'active_votes': [], 'replies': [], 'author_reputation': 0, 'promoted': ['0', 3, '@@000000013'], 'body_length': 0, 'reblogged_by': []} |

## tags_api
| method | args | return |
| --- | --- | --- |
| get_discussions_by_active                      | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}   | {'discussions': []}       |

## tags_api.get_discussions_by_author_before_date          
| args |
| --- | 
| {'author': '', 'start_permlink': '', 'before_date': '1970-01-01T00:00:00', 'limit': 100}    |
 | return |
| {'discussions': []}  |

## tags_api
| method | args | return |
| --- | --- | --- |
| get_discussions_by_blog                        | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}  | {'discussions': []}    |
| get_discussions_by_cashout                     | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}  | {'discussions': []}   |
| get_discussions_by_children                    | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}   | {'discussions': []}    |
| get_discussions_by_comments                    | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}   | {'discussions': []}    |
| get_discussions_by_created                     | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}   | {'discussions': []}|
| get_discussions_by_feed                        | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0} | {'discussions': []}   |
| get_discussions_by_hot                         | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}   | {'discussions': []}  |
| get_discussions_by_promoted                    | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}   | {'discussions': []}   |
| get_discussions_by_trending                    | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}  | {'discussions': []}  |
| get_discussions_by_votes                       | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0} | {'discussions': []}  |
| get_post_discussions_by_payout                 | {'tag': '', 'limit': 0, 'filter_tags': [], 'select_authors': [], 'select_tags': [], 'truncate_body': 0}  | {'discussions': []}   |
| get_replies_by_last_update                     | {'start_parent_author': '', 'start_permlink': '', 'limit': 100}  | {'discussions': []}   |
| get_tags_used_by_author                        | {'author': ''} | {'tags': []}|
| get_trending_tags                              | {'start_tag': '', 'limit': 100} | {'tags': []}  |

## witness_api
| method | args | return |
| --- | --- | --- |
| get_account_bandwidth                       | {'account': '', 'type': 'post'}| {}  |
| get_reserve_ratio                           | {} | {'id': 0, 'average_block_size': 0, 'current_reserve_ratio': 1, 'max_virtual_bandwidth': '0'}   |
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorholger80
permlinkapi-methods-list-for-appbase
categoryappbase
json_metadata"{"tags": ["appbase", "steemdev", "blockchain", "dev"], "image": ["https://steemitimages.com/DQmUxXY5fsWaN5RPFya8q8uzyXVdiQZ2kMwzp8ayvhJZ2CW/image.png"], "links": ["https://pixabay.com/de/verkehr-autobahn-beleuchtung-nacht-332857/", "https://hive.blog/steem/@steemitdev/appbase-the-next-step-forward-for-the-steem-blockchain-let-the-testing-begin"], "app": "beempy/0.23.10", "format": "markdown", "canonical_url": "https://hive.blog/appbase/@holger80/api-methods-list-for-appbase"}"
created2018-03-06 21:15:00
last_update2020-05-23 14:38:57
depth0
children11
last_payout2018-03-13 21:15:00
cashout_time1969-12-31 23:59:59
total_payout_value37.195 HBD
curator_payout_value11.168 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20,854
author_reputation358,857,509,568,825
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,712,626
net_rshares12,261,646,975,445
author_curate_reward""
vote details (63)
@alexdory ·
If only I would have enough time to crop something together.
Offtopic:
 Do you know of any firefox or chrome extensions that would extend Steemit's functionality? Like better formatting to the ones not using markdown or even let's say classification of followers after the user's wish?Or circles based on interests? How interesting would that be? It would not affect the blockchain so it might be done from our side.  Just display side, maybe we as a community would be more dynamic than Steemit's devs. In fact, this is what decentralization means :)
properties (22)
authoralexdory
permlinkre-holger80-api-methods-list-for-appbase-20180308t090341122z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-08 09:03:42
last_update2018-03-08 09:03:42
depth1
children0
last_payout2018-03-15 09:03:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length551
author_reputation6,862,980,134,251
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,066,172
net_rshares0
@caspersteem ·
Good posting brother
properties (22)
authorcaspersteem
permlinkre-holger80-2018310t161635225z
categoryappbase
json_metadata{"tags":["appbase","steemdev","blockchain","dev"],"app":"esteem/1.5.1","format":"markdown+html","community":"esteem"}
created2018-03-10 09:16:42
last_update2018-03-10 09:16:42
depth1
children0
last_payout2018-03-17 09:16:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation140,829,822,350
root_title"API methods list for AppBase"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,484,526
net_rshares0
@everittdmickey ·
thank you.
that was clear as mud.
properties (22)
authoreverittdmickey
permlinkre-holger80-api-methods-list-for-appbase-20180307t015417645z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-07 01:54:18
last_update2018-03-07 01:54:18
depth1
children0
last_payout2018-03-14 01:54:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation237,810,557,737,590
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,754,740
net_rshares0
@holger80 · (edited)
I corrected all api calls, which contained an 'order' argument. They should work now.
properties (22)
authorholger80
permlinkre-holger80-api-methods-list-for-appbase-20180308t091715921z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-08 09:17:18
last_update2018-03-08 09:17:33
depth1
children0
last_payout2018-03-15 09:17:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation358,857,509,568,825
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,068,330
net_rshares0
@minnowsupport ·
<p>Congratulations!  This post has been upvoted from the communal account, @minnowsupport, by holger80 from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows.  Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>.  It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&amp;delegatee=minnowsupport&amp;vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
properties (22)
authorminnowsupport
permlinkre-api-methods-list-for-appbase-20180306t235838
categoryappbase
json_metadata""
created2018-03-06 23:58:39
last_update2018-03-06 23:58:39
depth1
children0
last_payout2018-03-13 23:58:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,704
author_reputation148,902,805,319,183
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,737,462
net_rshares0
@perfect-man ·
wow supper post daer. i really like it.
properties (22)
authorperfect-man
permlinkre-holger80-api-methods-list-for-appbase-20180307t082910858z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-07 08:29:24
last_update2018-03-07 08:29:24
depth1
children0
last_payout2018-03-14 08:29:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation2,116,964,922
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,818,668
net_rshares0
@sneak ·
$0.15
Some of the stuff (like the assets being returned in a list on the new api calls) is not finalized and still subject to change.
👍  
properties (23)
authorsneak
permlinkre-holger80-api-methods-list-for-appbase-20180308t190002708z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-08 19:00:03
last_update2018-03-08 19:00:03
depth1
children0
last_payout2018-03-15 19:00:03
cashout_time1969-12-31 23:59:59
total_payout_value0.112 HBD
curator_payout_value0.036 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation28,694,344,106,492
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,171,075
net_rshares38,381,880,534
author_curate_reward""
vote details (1)
@spiritualmax ·
Hey man,

I don't understand a thing about that, but came to tell you I'm glad you're getting such a good response to your hard work, as well as to show you my support.

Cheers
properties (22)
authorspiritualmax
permlinkre-holger80-api-methods-list-for-appbase-20180308t011516379z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-08 01:15:15
last_update2018-03-08 01:15:15
depth1
children0
last_payout2018-03-15 01:15:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation25,078,515,289,162
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,996,226
net_rshares0
@timcliff ·
$0.14
This is really useful! Thanks for putting it together :)
👍  
properties (23)
authortimcliff
permlinkre-holger80-api-methods-list-for-appbase-20180307t051259065z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-07 05:12:57
last_update2018-03-07 05:12:57
depth1
children0
last_payout2018-03-14 05:12:57
cashout_time1969-12-31 23:59:59
total_payout_value0.103 HBD
curator_payout_value0.033 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation272,954,445,077,789
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,786,529
net_rshares35,260,836,834
author_curate_reward""
vote details (1)
@tipu ·
Thank you! If I'm using steem-python, do I have to update anything? How long will the backward-compatibility be handled?:)
properties (22)
authortipu
permlinkre-holger80-api-methods-list-for-appbase-20180307t172346148z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-07 17:23:45
last_update2018-03-07 17:23:45
depth1
children0
last_payout2018-03-14 17:23:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation55,930,870,950,106
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id42,918,821
net_rshares0
@transisto ·
$33.12
You should really fill this as an Utopian.io contribution.
👍  , ,
properties (23)
authortransisto
permlinkre-holger80-api-methods-list-for-appbase-20180308t220746097z
categoryappbase
json_metadata{"tags":["appbase"],"app":"steemit/0.1"}
created2018-03-08 22:07:45
last_update2018-03-08 22:07:45
depth1
children0
last_payout2018-03-15 22:07:45
cashout_time1969-12-31 23:59:59
total_payout_value24.844 HBD
curator_payout_value8.276 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation330,357,940,720,833
root_title"API methods list for AppBase"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id43,198,917
net_rshares8,743,622,067,954
author_curate_reward""
vote details (3)