> For the complete documentation index, see [llms.txt](https://docs.lmtls.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lmtls.io/lmtls-tech-summary/chain-api/api-references.md).

# API References

### Net

* getTempKey
* getTransactionStatus
* getBalance
* transfer

### ERC20 Token

* mint
* burn
* getBalance
* transfer
* approve
* getAllowance

### ERC721 Token

* mint
* getNFTInfo
* transfer
* approve
* getApproved

### ERC1155 Token

* mint
* mintBatch
* getBalance
* transferFrom
* approveFromBatch
* setApprovalForAll
* isApprovedForAll
