The login_api is the bottom layer of the RPC API. All other APIs must be requested from this API.
Access to asset holders and asset balances.
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.
Contains methods to access account and contract histories.
- get_account_history
- get_relative_account_history
- get_account_history_operations
- get_account_address_history
- get_contract_history
- get_relative_contract_history
API that provides methods for config of keys.
- set_password
- add_echorand_key
- add_sidechains_keys
- rm_echorand_key_by_account
- rm_echorand_key_by_echo_key
- rm_sidechains_keys_by_account
- rm_sidechains_keys_by_btc_key
- rm_sidechains_keys_by_eth_key
- list
- help
Allows broadcasting of transactions.
- broadcast_transaction
- broadcast_block
- broadcast_transaction_with_callback
- broadcast_transaction_synchronous
Allows maintenance of p2p connections.
- get_info
- add_node
- get_connected_peers
- get_potential_peers
- get_advanced_node_parameters
- set_advanced_node_parameters
API that provides method for account registration
Contains methods to access echorand notifications.
Contains methods to access DID object.