Skip to content

Latest commit

 

History

History
128 lines (109 loc) · 7.54 KB

README.md

File metadata and controls

128 lines (109 loc) · 7.54 KB

Echo Node API

Login API

The login_api is the bottom layer of the RPC API. All other APIs must be requested from this API.

Asset API

Access to asset holders and asset balances.

Database API

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.

History API

Contains methods to access account histories.

Network Broadcast API

Allows broadcasting of transactions.

Registration API

API that provides method for account registration