The login_api is the bottom layer of the RPC API. All other APIs must be requested from this API.
​login​
Access to asset holders and asset balances.
​get_asset_holders​
​get_asset_holders_count​
​get_all_asset_holders​
Exposes accessors on the database which query state tracked by a blockchain validating node. Read-only, all modifications to the database must be performed via transactions. Transactions can be broadcasted via the Network Broadcast API.
​Database API​
Contains methods to access account and contract histories.
​get_account_history​
​get_contract_history​
API that provides methods for config of keys.
​set_password​
​add_echorand_key​
​add_sidechains_keys​
​list​
​help​
Allows broadcasting of transactions.
​broadcast_transaction​
​broadcast_block​
Allows maintenance of p2p connections.
​get_info​
​add_node​
​get_connected_peers​
​get_potential_peers​
API that provides method for account registration
​get_registrar​
Contains methods to access echorand notifications.
Contains methods to access DID object.
​get_did_object​
​get_key​
​get_keys​