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.
- Objects
- Subscriptions
- Blocks and transactions
- Globals
- Keys
- Accounts
- Contracts
- Balances
- Assets
- Verifiers
- Committee members
- Votes
- Authority / validation
- Proposed transactions
- Sidechain
- Sidechain ERC20
- Contract Feepool
Contains methods to access account histories.
- get_account_history
- get_relative_account_history
- get_account_history_operations
- get_contract_history
Allows broadcasting of transactions.
- broadcast_transaction
- broadcast_block
- broadcast_transaction_with_callback
- broadcast_transaction_synchronous
API that provides method for account registration