Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness score
A combined result across all audit signals.
Overall AI readiness assessment
Ormi Docs (docs.ormilabs.com) received an AI-readiness score of 71/100 in an automated technical audit. llms.txt was accessible, llms-full.txt was accessible, and ai.txt was not found. The robots.txt analysis found 0 explicitly allowed and 0 blocked AI crawlers, with 1 declared sitemap. Homepage markup completeness was 0%; no Schema.org types were detected and 0 OpenGraph tags were detected. Results reflect the public site response observed on 2026-08-12T00:16:56.481Z.
llms.txt is accessible and contains 7,028 tokens. An expanded llms-full.txt is also available with 85,716 tokens, giving agents more direct context. No separate ai.txt policy was detected; it is optional, but can clarify training, retrieval, and attribution preferences.
robots.txt is available. 11 of 11 tracked AI bots are not blocked. Declared sitemaps: 1. No Schema.org type was detected on the homepage. 0 OpenGraph tags were found and markup completeness is 0%, leaving more entity interpretation to crawlers.
The mobile Lighthouse profile adds Performance 58/100, Accessibility 94/100, Best Practices 77/100, SEO 92/100, and experimental Agentic Browsing 67/100. These signals have a limited weight: they complement rather than replace llms.txt, robots.txt, and structured-data checks.
A mobile Lighthouse measurement. Google’s experimental Agentic Browsing category is explained separately and does not replace the broader llmsmap AI-readiness score.
Performance
Accessibility
Best Practices
Technical SEO
Agentic Browsing
Mobile performance is 58/100, with the largest visible content block appearing in 14.0 s and the browser main thread blocked for 160 ms. Layout shift was 0. The main thread is where the browser runs JavaScript, calculates layout, and paints the page; long work there delays both user input and browser-agent actions.
Accessibility scored 94/100, Best Practices 77/100, and technical SEO 92/100. The experimental Agentic Browsing category scored 67/100. It measures signals Google currently tests for software agents and is shown separately from the llmsmap AI-readiness score.
Split long JavaScript tasks, defer non-critical scripts and styles, and shorten blocking request chains. This helps the primary content appear sooner and makes controls usable earlier.
Remove unused CSS and JavaScript, load heavy widgets on demand, and limit third-party scripts. Less code means less parsing and background work on the device.
Improve server response time, remove unnecessary redirects and repeat downloads, and use compression, caching, and selective preconnect hints.
Increase contrast for text, states, and interactive controls so both people and visual agents can distinguish content from actions and supporting labels.
First content
Main content
Layout stability
Blocking time
Visual speed
Machine-readable files, crawler policy, discovery, and homepage markup.
ai.txt file was not found
1 sitemap found
Schema.org markup was not found on the homepage
OpenGraph tags were not found on the homepage
Based on robots.txt analysis
Declared discovery routes for crawlers and agents.
# Ormi Docs ## Docs - [Welcome](https://ormilabs.com/docs/welcome.md) - [Intro to Ormi 0xGraph (Subgraphs)](https://ormilabs.com/docs/subgraphs/overview.md): Index and query smart contract data in real-time via Subgraphs - [Quickstart](https://ormilabs.com/docs/subgraphs/quickstart.md): Deploy and query your first subgraph with Ormi in minutes. - [Creating an Ormi account](https://ormilabs.com/docs/subgraphs/quickstart/creating-an-account.md): How to create your 0xGraph account in 1 minute - [How to generate an API key](https://ormilabs.com/docs/subgraphs/quickstart/generate-an-api-key.md) - [How to migrate your subgraph in 3 minutes](https://ormilabs.com/docs/subgraphs/deploy-a-subgraph/migrate-subgraphs.md): Import an existing subgraph by entering its deployment ID. - [How to deploy a community subgraph](https://ormilabs.com/docs/subgraphs/deploy-a-subgraph/use-template-subgraphs.md): Community subgraphs are pre-built, fully indexed subgraphs you can deploy in minutes and start querying right away. - [How to deploy a no-code subgraph in 5 minutes](https://ormilabs.com/docs/subgraphs/deploy-a-subgraph/deploy-with-contract.md): All you need is the smart contract address - [How to deploy a USDC subgraph with The Graph CLI](https://ormilabs.com/docs/subgraphs/deploy-a-subgraph/deploy-subgraphs-via-cli.md): This tutorial will gude you through creating and deploying a USDC (ERC-20) subgraph with The Graph CLI. - [How to build a subgraph from scratch](https://ormilabs.com/docs/subgraphs/deploy-a-subgraph/build-subgraph.md): Index and query blockchain data in real-time via Subgraphs - [How to query a Uniswap v4 subgraph with Ormi 0xGraph](https://ormilabs.com/docs/subgraphs/query-data/querying-a-subgraph.md): Subgraphs provides fast, reliable, and structured access to onchain data - without the need to run your own indexing infrastructure. - [How to monitor your subgraph](https://ormilabs.com/docs/subgraphs/manage-and-monitor/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment. - [How to manage API endpoints with tags](https://ormilabs.com/docs/subgraphs/manage-and-monitor/tags.md): Tags let you **hot-swap subgraph deployments** without changing your front-end URL. - [How to setup a private GraphQL URL](https://ormilabs.com/docs/subgraphs/manage-and-monitor/private-endpoints.md): Enable a private GraphQL endpoint to secure your subgraph data with API key authentication. - [How to create and manage subgraph webhooks](https://ormilabs.com/docs/subgraphs/manage-and-monitor/webhooks.md): Subgraph webhooks send POST requests in real time when entities are inserted, updated, or deleted, so you can react instantly to on-chain data changes. - [How to query USDT0 data on Stable Chain using Ormi subgraphs](https://ormilabs.com/docs/subgraphs/tutorials/query-usdt0.md) - [The new home of Chainstack Subgraphs](https://ormilabs.com/docs/subgraphs/tutorials/migrate-chainstack-subgraphs.md) - [How to migrate your subgraph from Alchemy to Ormi in 30 seconds](https://ormilabs.com/docs/subgraphs/tutorials/migrate-alchemy-subgraphs.md) - [How to perform grafting](https://ormilabs.com/docs/subgraphs/advanced-guides/grafting.md): Learn how to build and deploy new subgraphs by grafting existing subgraphs. - [0xGraph feature overview](https://ormilabs.com/docs/subgraphs/features.md): Explore 0xGraph features and capabilites. - [Intro to Ormi 0xAPI (Data API)](https://ormilabs.com/docs/data-api/overview.md): Fast, flexible blockchain data streamed through one powerful API - [Quickstart](https://ormilabs.com/docs/data-api/quickstart.md) - [Creating an Ormi account](https://ormilabs.com/docs/data-api/quickstart/creating-an-account.md): How to create your 0xGraph account in 1 minute - [How to generate an API key](https://ormilabs.com/docs/data-api/quickstart/generate-an-api-key.md) - [How to query 0xAPI](https://ormilabs.com/docs/data-api/query-data/querying-data-api.md): How to perform a query on a REST endpoint to retrieve onchain data - [0xAPI feature overview](https://ormilabs.com/docs/data-api/features.md): Explore 0xAPI features and capabilites. - [Supported chains](https://ormilabs.com/docs/supported-chains/overview.md): Supported blockchain networks - [Supported chains on 0xGraph](https://ormilabs.com/docs/supported-chains/subgraphs.md): Ormi supports EVM and non-EVM chains across L1s, L2s, and L3s. - [Supported chains on 0xAPI](https://ormilabs.com/docs/supported-chains/data-api.md): Ormi supports EVM and non-EVM chains across L1s, L2s, and L3s. - [Dedicated environment](https://ormilabs.com/docs/dedicated-env/overview.md): Dedicated environments are custom-built infrastructure designed to index the fastest chains. - [0xGraph - Reliable Subgraph Indexing](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/overview.md) - [Cheat Sheet](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/cheatsheet.md): Streamlined Guide: Deploying Subgraphs on 0xGraph with The Graph CLI - [Account Creation](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/getting-started/account-creation.md): How to create your 0xGraph account - [Deploy a Subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/getting-started/deploy-subgraph-graph-cli.md): Quick start guide for deploying a Subgraph using the Command Line Interface (CLI). - [Perform Query](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/getting-started/perform-query.md): Short description on what this section is about - [Monitor Your Subgraph](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/getting-started/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment - [Private Graphql URL](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/getting-started/private-url.md): Learn how to create a private GraphQL URL for your subgraph - [Subgraph Webhooks](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/getting-started/webhook.md): Learn how to create and manage webhooks for your subgraphs to receive real-time updates. - [CLI Usage](https://ormilabs.com/docs/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 token transfer subgraph with the Graph Cli](https://ormilabs.com/docs/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 - [Create tag](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/api-reference/create-tag.md) - [Delete tag](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/api-reference/delete-tag.md) - [Query tag](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/api-reference/query-tag.md) - [Remove subgraph](https://ormilabs.com/docs/dedicated-env/dolomite/subgraphs/api-reference/remove-subgraph.md) - [Overview](https://ormilabs.com/docs/dedicated-env/dolomite/data-apis/overview.md): Coming soon - [0xGraph - Reliable Subgraph Indexing](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/overview.md) - [Cheat Sheet](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/cheatsheet.md): Streamlined Guide: Deploying Subgraphs on 0xGraph with The Graph CLI - [Account Creation](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/getting-started/account-creation.md): How to create your 0xGraph account - [Deploy a Subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/getting-started/deploy-subgraph-graph-cli.md): Quick start guide for deploying a Subgraph using the Command Line Interface (CLI). - [Perform Query](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/getting-started/perform-query.md): Short description on what this section is about - [Monitor Your Subgraph](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/getting-started/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment - [Private Graphql URL](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/getting-started/private-url.md): Learn how to create a private GraphQL URL for your subgraph - [Subgraph Webhooks](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/getting-started/webhook.md): Learn how to create and manage webhooks for your subgraphs to receive real-time updates. - [CLI Usage](https://ormilabs.com/docs/dedicated-env/mantle/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 token transfer subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/getting-started/deploy-token-transfer-subgraph.md): Tutorial on how to deploy an erc20 token transfer subgraph with the Graph CLI - [Create tag](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/api-reference/create-tag.md) - [Delete tag](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/api-reference/delete-tag.md) - [Query tag](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/api-reference/query-tag.md) - [Remove subgraph](https://ormilabs.com/docs/dedicated-env/mantle/subgraphs/api-reference/remove-subgraph.md) - [Overview](https://ormilabs.com/docs/dedicated-env/mantle/data-apis/overview.md): Coming soon - [0xGraph - Reliable Subgraph Indexing](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/overview.md) - [Cheat Sheet](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/cheatsheet.md): Streamlined Guide: Deploying Subgraphs on 0xGraph with The Graph CLI - [Account Creation](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/getting-started/account-creation.md): How to create your 0xGraph account - [Deploy a Subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/getting-started/deploy-subgraph-graph-cli.md): Quick start guide for deploying a Subgraph using the Command Line Interface (CLI). - [Perform Query](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/getting-started/perform-query.md): Short description on what this section is about - [Monitor Your Subgraph](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/getting-started/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment - [Private Graphql URL](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/getting-started/private-url.md): Learn how to create a private GraphQL URL for your subgraph - [Subgraph Webhooks](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/getting-started/webhook.md): Learn how to create and manage webhooks for your subgraphs to receive real-time updates. - [CLI Usage](https://ormilabs.com/docs/dedicated-env/metis/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 token transfer subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/getting-started/deploy-token-transfer-subgraph.md): Tutorial on how to deploy an erc20 token transfer subgraph with the Graph CLI - [Create tag](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/api-reference/create-tag.md) - [Delete tag](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/api-reference/delete-tag.md) - [Query tag](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/api-reference/query-tag.md) - [Remove subgraph](https://ormilabs.com/docs/dedicated-env/metis/subgraphs/api-reference/remove-subgraph.md) - [Overview](https://ormilabs.com/docs/dedicated-env/metis/data-apis/overview.md): Coming soon - [0xGraph - Reliable Subgraph Indexing](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/overview.md) - [Cheat Sheet](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/cheatsheet.md): Streamlined Guide: Deploying Subgraphs on 0xGraph with The Graph CLI - [Account Creation](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/getting-started/account-creation.md): How to create your 0xGraph account - [Deploy a Subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/getting-started/deploy-subgraph-graph-cli.md): Quick start guide for deploying a Subgraph using the Command Line Interface (CLI). - [Perform Query](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/getting-started/perform-query.md): Short description on what this section is about - [Monitor Your Subgraph](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/getting-started/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment - [Private Graphql URL](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/getting-started/private-url.md): Learn how to create a private GraphQL URL for your subgraph - [Subgraph Webhooks](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/getting-started/webhook.md): Learn how to create and manage webhooks for your subgraphs to receive real-time updates. - [CLI Usage](https://ormilabs.com/docs/dedicated-env/somnia/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 token transfer subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/getting-started/deploy-token-transfer-subgraph.md): Tutorial on how to deploy an erc20 token transfer subgraph with the Graph CLI - [Create tag](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/api-reference/create-tag.md) - [Delete tag](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/api-reference/delete-tag.md) - [Query tag](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/api-reference/query-tag.md) - [Remove subgraph](https://ormilabs.com/docs/dedicated-env/somnia/subgraphs/api-reference/remove-subgraph.md) - [Overview](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/overview.md): The one-stop REST API solutions for standard and structured blockchain data access. - [Account Creation](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/getting-started/account-creation.md): How to create an account and access for Somnia Data APIs - [Perform Query](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/getting-started/perform-query.md): How to perform a query on a REST endpoint to retrieve onchain data - [Monitor Your Data APIs](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/getting-started/monitoring.md): How to monitor your data APIs performance and usage - [Get ERC-20 balance](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/balances/get-erc-20-balance.md): Lists ERC-20 token balances of a wallet address. - [Get ERC-721 balance](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/balances/get-erc-721-balance.md): Lists ERC-721 token balances of a wallet address. - [Get ERC-1155 balance](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/balances/get-erc-1155-balance.md): Lists ERC-1155 token balances of a wallet address. - [Get native token balance](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/balances/get-native-token-balance.md): Get the native token balance for an address. - [Get historical balance](https://ormilabs.com/docs/dedicated-env/somnia/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 token balance portfolio for address](https://ormilabs.com/docs/dedicated-env/somnia/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 transactions for address](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transactions/get-transactions-for-address.md): Get paginated transactions involving an address. - [Get wallet transactions summary](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transactions/get-wallet-transactions-summary.md): Get the earliest and latest transactions, and the transaction cound involving a wallet. - [Get bulk transactions](https://ormilabs.com/docs/dedicated-env/somnia/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://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transactions/get-earliest-wallet-transactions.md): Lists the earliest transactions involving an address. - [Get recent wallet transactions](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transactions/get-recent-wallet-transactions.md): Lists the most recent transactions involving an address. - [Get one transaction](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transactions/get-one-transaction.md): Get a single transaction by transaction hash. - [Get latest transactions](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transactions/get-latest-transactions.md): Lists the latest transactions. - [Get native transactions for address](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transactions/get-native-transactions-for-address.md): Lists native transactions for an address. Filterable by block range. - [Get ERC-20 transfers](https://ormilabs.com/docs/dedicated-env/somnia/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://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/transfers/get-erc-721-transfers.md): Lists ERC-20 transfers for an address. Filterable by block range and contract address. - [Get ERC-1155 transfers](https://ormilabs.com/docs/dedicated-env/somnia/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 one block](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/blocks/get-one-block.md): Get the details of an individual block. - [Get block transactions](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/blocks/get-block-transactions.md): Get transactions that occurred in a given block. - [Get block heights](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/blocks/get-block-heights.md): Get all block heights within a particular date range. - [Get transaction logs](https://ormilabs.com/docs/dedicated-env/somnia/data-apis/api-reference/events/get-transaction-logs.md): Lists event logs for a range of blocks. - [Get NFT tokens by address](https://ormilabs.com/docs/dedicated-env/somnia/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://ormilabs.com/docs/dedicated-env/somnia/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://ormilabs.com/docs/dedicated-env/somnia/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://ormilabs.com/docs/dedicated-env/somnia/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. - [0xGraph - Reliable Subgraph Indexing](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/overview.md) - [Cheat Sheet](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/cheatsheet.md): Streamlined Guide: Deploying Subgraphs on 0xGraph with The Graph CLI - [Account Creation](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/getting-started/account-creation.md): How to create your 0xGraph account - [Deploy a Subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/getting-started/deploy-subgraph-graph-cli.md): Quick start guide for deploying a Subgraph using the Command Line Interface (CLI). - [Perform Query](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/getting-started/perform-query.md): Short description on what this section is about - [Monitor Your Subgraph](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/getting-started/monitor-subgraph.md): Learn how to monitor your subgraph syncing progress and logs after deployment - [Private Graphql URL](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/getting-started/private-url.md): Learn how to create a private GraphQL URL for your subgraph - [CLI Usage](https://ormilabs.com/docs/dedicated-env/telos/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 token transfer subgraph with the Graph Cli](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/getting-started/deploy-token-transfer-subgraph.md): Tutorial on how to deploy an erc20 token transfer subgraph with the Graph CLI - [Create tag](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/api-reference/create-tag.md) - [Delete tag](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/api-reference/delete-tag.md) - [Query tag](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/api-reference/query-tag.md) - [Remove subgraph](https://ormilabs.com/docs/dedicated-env/telos/subgraphs/api-reference/remove-subgraph.md) - [Overview](https://ormilabs.com/docs/dedicated-env/telos/data-apis/overview.md): Coming soon - [API reference by product](https://ormilabs.com/docs/api-reference/overview.md) - [0xGraph API reference](https://ormilabs.com/docs/api-reference/0xGraph/overview.md) - [CLI reference](https://ormilabs.com/docs/api-reference/0xGraph/cli/reference.md): A detailed list of commands for The Graph CLI, including their purposes, use cases, and examples. - [Create tag](https://ormilabs.com/docs/api-reference/create-tag.md): Create a new tag for a subgraph version - [Delete tag](https://ormilabs.com/docs/api-reference/delete-tag.md): Delete an existing tag from a subgraph - [Query tag](https://ormilabs.com/docs/api-reference/query-tag.md): Retrieve information about a specific tag for a subgraph - [Remove subgraph](https://ormilabs.com/docs/api-reference/remove-subgraph.md): Remove a subgraph deployment - [0xAPI reference](https://ormilabs.com/docs/api-reference/0xAPI/overview.md) - [Get Blocks](https://ormilabs.com/docs/api-reference/blocks/get-blocks.md): Retrieves a paginated list of the most recent blocks on the blockchain. - [Lookup Block By Number](https://ormilabs.com/docs/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://ormilabs.com/docs/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. - [Get Events](https://ormilabs.com/docs/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://ormilabs.com/docs/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://ormilabs.com/docs/api-reference/nfts/get-nfts-by-collection.md): Fetches a paginated list of all NFTs that belong to a specific collection contract address. - [Get NFTs By Wallet](https://ormilabs.com/docs/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. - [Lookup NFT By Token ID](https://ormilabs.com/docs/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. - [Get Transactions By Wallet](https://ormilabs.com/docs/api-reference/0xapi/transactions/get-transactions-by-wallet.md): Retrieves a paginated list of all transactions associated with a specific wallet address. - [Get Wallet Balances](https://ormilabs.com/docs/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 Wallet Daily Portfolio](https://ormilabs.com/docs/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 Transaction Summary](https://ormilabs.com/docs/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 Wallet Transfers](https://ormilabs.com/docs/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. - [Get Token Holders](https://ormilabs.com/docs/api-reference/tokens/get-token-holders.md): Returns a paginated list of all addresses holding a specific token, along with their balances. - [Lookup Token](https://ormilabs.com/docs/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://ormilabs.com/docs/api-reference/transactions/get-transactions.md): Retrieves a paginated list of the most recent transactions on the blockchain. - [Lookup Transaction By Hash](https://ormilabs.com/docs/api-reference/transactions/lookup-transaction-by-hash.md): Fetches the full details of a single transaction, identified by its unique hash. - [Changelog by product](https://ormilabs.com/docs/changelog/overview.md) - [Changelog for 0xGraph](https://ormilabs.com/docs/changelog/subgraphs.md): Releases and feature updates - [Changelog for 0xAPI](https://ormilabs.com/docs/changelog/data-api.md): Releases and feature updates for Ormi Data API - [Billing & pricing](https://ormilabs.com/docs/billing-and-pricing/overview.md) - [Pricing](https://ormilabs.com/docs/billing-and-pricing/pricing.md): Understanding Ormi pricing and billing - [Setting a budget](https://ormilabs.com/docs/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. - [Access controls & Roles](https://ormilabs.com/docs/access-controls-and-roles/rbac.md): Learn about each role and how access controls work on Ormi - [Creating a support ticket](https://ormilabs.com/docs/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. ## OpenAPI Specs - [somnia](https://ormilabs.com/docs/open-api/somnia.yaml) - [0xapi](https://ormilabs.com/docs/open-api/0xapi.yaml) - [0xgraph](https://ormilabs.com/docs/open-api/0xgraph.yaml) - [openapi-data_api](https://ormilabs.com/docs/api-reference/openapi-data_api.json) - [openapi](https://ormilabs.com/docs/api-reference/openapi.json)