> For the complete documentation index, see [llms.txt](https://developers.aixchain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.aixchain.com/http-api/api-list/full-node-api-overview.md).

# Full Node API Overview

To use these APIs, you should know that:

* To send a transaction to the AIXChain network:
  * Create a transaction via system contract APIs
  * Sign the transaction by `GetTransactionSign`
  * Broadcast the transaction by `BroadcastTransaction`
* Or there're shortcut APIs:
  * EasyTransfer
  * EasyTransferByPrivate
  * EasyTransferAsset
  * EasyTransferAssetByPrivate

Any other APIs are used for querying on-chain data.

To distinguish HEX and Base58check addresses, a `visible` parameter is introduced.

To handle multi-sign, a `permission_id` parameter is introduced to select the underlying permission type.
