Back to Examples

Ormi Labs

Built with [Mintlify](https://mintlify.com).

Lines
223
Sections
2

Want your own llms.txt file?

Generate a professional, AI-friendly file for your website in minutes!

llms.txt Preview

# 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.ormilabs.com/api-reference/blocks/lookup-block-by-timestamp.md): Finds and retrieves the details of the closest block to a given timestamp. The lookup can be directed to find the block immediately before or after the specified time.
- [Create tag](https://docs.ormilabs.com/api-reference/create-tag.md): Create a new tag for a subgraph version
- [Delete tag](https://docs.ormilabs.com/api-reference/delete-tag.md): Delete an existing tag from a subgraph
- [Get Events](https://docs.ormilabs.com/api-reference/events/get-events.md): Fetches a paginated list of smart contract event logs. Can be filtered by contract address and event signatures (topic0).
- [Get NFT Collection Traits](https://docs.ormilabs.com/api-reference/nfts/get-nft-collection-traits.md): Retrieves a list of all trait types and their values for a specific NFT collection.
- [Get NFTs By Collection](https://docs.ormilabs.com/api-reference/nfts/get-nfts-by-collection.md): Fetches a paginated list of all NFTs that belong to a specific collection contract address.
- [Lookup NFT By Token ID](https://docs.ormilabs.com/api-reference/nfts/lookup-nft-by-token-id.md): Retrieves detailed information about a specific NFT token within a collection, identified by its token ID.
- [API reference by product](https://docs.ormilabs.com/api-reference/overview.md)
- [Query tag](https://docs.ormilabs.com/api-reference/query-tag.md): Retrieve information about a specific tag for a subgraph
- [Remove subgraph](https://docs.ormilabs.com/api-reference/remove-subgraph.md): Remove a subgraph deployment
- [Get Token Holders](https://docs.ormilabs.com/api-reference/tokens/get-token-holders.md): Returns a paginated list of all addresses holding a specific token, along with their balances.
- [Get Wallet Daily Portfolio](https://docs.ormilabs.com/api-reference/tokens/get-wallet-daily-portfolio.md): Provides a day-by-day historical overview of a wallet's token holdings and their values. Useful for tracking portfolio changes over time.
- [Get Wallet Transfers](https://docs.ormilabs.com/api-reference/tokens/get-wallet-transfers.md): Fetches a paginated list of all incoming and outgoing token transfers (e.g., ERC-20, ERC-721, ERC-1155) for a given wallet address.
- [Lookup Token](https://docs.ormilabs.com/api-reference/tokens/lookup-token.md): Fetches detailed metadata for a specific fungible token contract, including its name, symbol, decimals, and standard.
- [Get Transactions](https://docs.ormilabs.com/api-reference/transactions/get-transactions.md): Retrieves a paginated list of the most recent transactions on the blockchain.
- [Lookup Transaction By Hash](https://docs.ormilabs.com/api-reference/transactions/lookup-transaction-by-hash.md): Fetches the full details of a single transaction, identified by its unique hash.
- [Billing & pricing](https://docs.ormilabs.com/billing-and-pricing/overview.md)
- [Pricing](https://docs.ormilabs.com/billing-and-pricing/pricing.md): Understanding Ormi pricing and billing
- [Setting a budget](https://docs.ormilabs.com/billing-and-pricing/setting-a-budget.md): You can set a spending limit for each subscription period to keep your usage costs in check. When you are close to exceeding your budget, you will receive a notification.
- [Changelog for 0xAPI](https://docs.ormilabs.com/changelog/data-api.md): Releases and feature updates for Ormi Data API
- [Changelog by product](https://docs.ormilabs.com/changelog/overview.md)
- [Changelog for 0xGraph](https://docs.ormilabs.com/changelog/subgraphs.md): Releases and feature updates
- [Creating a support ticket](https://docs.ormilabs.com/create-a-support-ticket/support.md): If you run into an issue and need help from our team, you can submit a support ticket directly through the chat widget in the dashboard.
- [0xAPI feature overview](https://docs.ormilabs.com/data-api/features.md): Explore 0xAPI features and capabilites.
- [Intro to Ormi 0xAPI (Data API)](https://docs.ormilabs.com/data-api/overview.md): Fast, flexible blockchain data streamed through one powerful API
- [How to query 0xAPI](https://docs.ormilabs.com/data-api/query-data/querying-data-api.md): How to perform a query on a REST endpoint to retrieve onchain data
- [Quickstart](https://docs.ormilabs.com/data-api/quickstart.md)
- [Creating an Ormi account](https://docs.ormilabs.com/data-api/quickstart/creating-an-account.md): How to create your 0xGraph account in 1 minute
- [How to generate an API key](https://docs.ormilabs.com/data-api/quickstart/generate-an-api-key.md)
- [Get ERC-1155 balance](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/balances/get-erc-1155-balance.md): Lists ERC-1155 token balances of a wallet address.
- [Get ERC-20 balance](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/balances/get-erc-20-balance.md): Lists ERC-20 token balances of a wallet address.
- [Get ERC-721 balance](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/balances/get-erc-721-balance.md): Lists ERC-721 token balances of a wallet address.
- [Get historical balance](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/balances/get-historical-balance.md): Fetch the historical native, fungible (ERC-20), and non-fungible (ERC-721 & ERC-1155) tokens held by an address at a given block height or date.
- [Get native token balance](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/balances/get-native-token-balance.md): Get the native token balance for an address.
- [Get token balance portfolio for address](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/balances/get-token-balance-portfolio-for-address.md): Render a daily portfolio balance for an address broken down by the token. The timeframe is user-configurable, defaults to 30 days.
- [Get block heights](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/blocks/get-block-heights.md): Get all block heights within a particular date range.
- [Get block transactions](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/blocks/get-block-transactions.md): Get transactions that occurred in a given block.
- [Get one block](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/blocks/get-one-block.md): Get the details of an individual block.
- [Get transaction logs](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/events/get-transaction-logs.md)
- [Get NFT tokens by address](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/nfts/get-nft-tokens-by-address.md): Lists non-fungible tokens for a particular contract address.
- [Get NFT tokens by id for address](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/nfts/get-nft-tokens-by-id-for-address.md): Get token details for a specific token of an NFT contract.
- [Get NFT traits by collection](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/nfts/get-nft-traits-by-collection.md): Get a list of traits for a particular NFT address
- [Get token holders](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/tokens/get-token-holders.md): Get a list of all the token holders for a specified ERC-20, ERC-721 or ERC-1155 token.
- [Get bulk transactions](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transactions/get-bulk-transactions.md): Lists bulk transaction data for a wallet address in a 15-minute time bucket interval.
- [Get earliest wallet transactions](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transactions/get-earliest-wallet-transactions.md): Lists the earliest transactions involving an address.
- [Get latest transactions](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transactions/get-latest-transactions.md): Lists the latest transactions.
- [Get one transaction](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transactions/get-one-transaction.md): Get a single transaction by transaction hash.
- [Get recent wallet transactions](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transactions/get-recent-wallet-transactions.md): Lists the most recent transactions involving an address.
- [Get transactions for address](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transactions/get-transactions-for-address.md): Get paginated transactions involving an address.
- [Get wallet transactions summary](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transactions/get-wallet-transactions-summary.md): Get the earliest and latest transactions, and the transaction cound involving a wallet.
- [Get ERC-1155 transfers](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transfers/get-erc-1155-transfers.md): Lists ERC-1155 transfers for an address. Filterable by block range and contract address.
- [Get ERC-20 transfers](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transfers/get-erc-20-transfers.md): Lists ERC-20 transfers for an address. Filterable by block range and contract address.
- [Get ERC-721 transfers](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/api-reference/transfers/get-erc-721-transfers.md): Lists ERC-20 transfers for an address. Filterable by block range and contract address.
- [Account Creation](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/getting-started/account-creation.md): How to create an account and access for ApeChain Data APIs
- [Monitor Your Data APIs](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/getting-started/monitoring.md): How to monitor your data APIs performance and usage
- [Perform Query](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/getting-started/perform-query.md): How to perform a query on a REST endpoint to retrieve onchain data
- [Overview](https://docs.ormilabs.com/dedicated-env/apechain/data-apis/overview.md): The one-stop REST API solutions for standard and structured blockchain data access.
- [Create tag](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/api-reference/create-tag.md)
- [Delete tag](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/api-reference/delete-tag.md)
- [Query tag](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/api-reference/query-tag.md)
- [Remove subgraph](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/api-reference/remove-subgraph.md)
- [Cheat Sheet](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/cheatsheet.md): Streamlined Guide: Deploying Subgraphs on 0xGraph with The Graph CLI
- [Account Creation](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/account-creation.md): How to create your 0xGraph account
- [CLI Usage](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/cli-usage.md): A detailed list of all active and relevant commands for The Graph CLI, including their purposes, use cases, and examples.
- [Deploy a Subgraph with the Graph Cli](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/deploy-subgraph-graph-cli.md): Quick start guide for deploying a Subgraph using the Command Line Interface (CLI).
- [Deploy a token transfer subgraph with the Graph Cli](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/deploy-token-transfer-subgraph.md): Tutorial on how to deploy an erc20 token transfer subgraph with the Graph CLI
- [Monitor Your Subgraph](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment
- [Perform Query](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/perform-query.md): Short description on what this section is about
- [Private Graphql URL](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/private-url.md): Learn how to create a private GraphQL URL for your subgraph
- [Subgraph Webhooks](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/getting-started/webhook.md): Learn how to create and manage webhooks for your subgraphs to receive real-time updates.
- [0xGraph - Reliable Subgraph Indexing](https://docs.ormilabs.com/dedicated-env/apechain/subgraphs/overview.md)
- [Overview](https://docs.ormilabs.com/dedicated-env/dolomite/data-apis/overview.md): Coming soon
- [Create tag](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/api-reference/create-tag.md)
- [Delete tag](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/api-reference/delete-tag.md)
- [Query tag](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/api-reference/query-tag.md)
- [Remove subgraph](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/api-reference/remove-subgraph.md)
- [Cheat Sheet](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/cheatsheet.md): Streamlined Guide: Deploying Subgraphs on 0xGraph with The Graph CLI
- [Account Creation](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/account-creation.md): How to create your 0xGraph account
- [CLI Usage](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/cli-usage.md): A detailed list of all active and relevant commands for The Graph CLI, including their purposes, use cases, and examples.
- [Deploy a Subgraph with the Graph Cli](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/deploy-subgraph-graph-cli.md): Quick start guide for deploying a Subgraph using the Command Line Interface (CLI).
- [Deploy a token transfer subgraph with the Graph Cli](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/deploy-token-transfer-subgraph.md): Tutorial on how to deploy an erc20 token transfer subgraph with the Graph CLI
- [Monitor Your Subgraph](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment
- [Perform Query](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/perform-query.md): Short description on what this section is about
- [Private Graphql URL](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/private-url.md): Learn how to create a private GraphQL URL for your subgraph
- [Subgraph Webhooks](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/getting-started/webhook.md): Learn how to create and manage webhooks for your subgraphs to receive real-time updates.
- [0xGraph - Reliable Subgraph Indexing](https://docs.ormilabs.com/dedicated-env/dolomite/subgraphs/overview.md)
Preview of Ormi Labs's llms.txt file. View complete file (223 lines) →

Ready to create yours?

Generate a professional llms.txt file for your website in minutes with our AI-powered tool.

Generate Your llms.txt File