API Categories
The Adamik API is organized into four main categories:- Chain: Query blockchain network information and validators
 - Account: Retrieve account states, balances, and history
 - Transaction: Manage transaction lifecycle from encoding to broadcasting
 - Utils: Handle utility operations and helper functions
 
Chain & Account APIs
Read operations: Query network information and account states
Transaction APIs
Write operations: Manage transaction lifecycle
Utils APIs
Utility functions and helper operations
Note that our APIs are fully stateless and do not require access to private
keys.