llms.txt Content
# Ormi Docs
## Docs
- [Access controls & Roles](https://docs.ormilabs.com/access-controls-and-roles/rbac.md): Learn about each role and how access controls work on Ormi
- [0xAPI reference](https://docs.ormilabs.com/api-reference/0xAPI/overview.md)
- [CLI reference](https://docs.ormilabs.com/api-reference/0xGraph/cli/reference.md): A detailed list of commands for The Graph CLI, including their purposes, use cases, and examples.
- [0xGraph API reference](https://docs.ormilabs.com/api-reference/0xGraph/overview.md)
- [Get Wallet Balances](https://docs.ormilabs.com/api-reference/0xapi/tokens/get-wallet-balances.md): Retrieves a paginated list of token balances for a specific wallet address. This can include both fungible tokens like ERC-20 tokens and native currency and non-fungible tokens like ERC-721 and ERC-1155. For non-fungible tokens, each token is grouped under its collection contract address.
- [Get Transactions By Wallet](https://docs.ormilabs.com/api-reference/0xapi/transactions/get-transactions-by-wallet.md): Retrieves a paginated list of all transactions associated with a specific wallet address.
- [Get Wallet Transaction Summary](https://docs.ormilabs.com/api-reference/0xapi/transactions/get-wallet-transaction-summary.md): Provides a summary of a wallet's transaction history, including the total transaction count and details of the first and last transactions.
- [Get NFTs By Wallet](https://docs.ormilabs.com/api-reference/0xapi/wallet/get-nfts-by-wallet.md): Fetches a paginated list of all Non-Fungible Tokens (NFTs) currently owned by a specific wallet address.
- [Get Blocks](https://docs.ormilabs.com/api-reference/blocks/get-blocks.md): Retrieves a paginated list of the most recent blocks on the blockchain.
- [Lookup Block By Number](https://docs.ormilabs.com/api-reference/blocks/lookup-block-by-number.md): Retrieves the full details of a specific block, identified by its block number or the "latest" tag.
- [Lookup Block By Timestamp](https://docs.ormila