> ## Documentation Index
> Fetch the complete documentation index at: https://ormilabs.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# API reference by product

<script
  dangerouslySetInnerHTML={{
__html: `
(function() {
function hideSidebarSections() {
  const headers = document.querySelectorAll('.sidebar-group-header');
  
  headers.forEach(header => {
    const title = header.querySelector('#sidebar-title');
    if (title && (title.textContent.includes('0xGraph') || title.textContent.includes('0xAPI'))) {
      header.style.display = 'none';
      
      let next = header.nextElementSibling;
      while (next && !next.classList.contains('sidebar-group-header')) {
        next.style.display = 'none';
        next = next.nextElementSibling;
      }
    }
  });
}

hideSidebarSections();
setTimeout(hideSidebarSections, 100);
setTimeout(hideSidebarSections, 500);

const observer = new MutationObserver(hideSidebarSections);
observer.observe(document.body, { childList: true, subtree: true });
})();
`,
}}
/>

<div
  className="grid grid-cols-1 md:grid-cols-2 gap-6 not-prose"
  style={{
marginBottom: "4rem",
maxWidth: "1200px",
margin: "0 auto 4rem auto",
alignItems: "stretch",
}}
>
  <a
    href="/docs/api-reference/0xGraph/overview"
    style={{
  textDecoration: "none",
  color: "inherit",
  display: "flex",
}}
  >
    <div
      className="group border border-gray-200 rounded-xl p-6 hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
    minHeight: "200px",
    display: "flex",
    flexDirection: "column",
    width: "100%",
  }}
    >
      <div className="flex items-center mb-4">
        <div className="mr-3" style={{ color: "#3E744D" }}>
          <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
            <path d="M19.5 7a24 24 0 0 1 0 10" />

            <path d="M4.5 7a24 24 0 0 0 0 10" />

            <path d="M7 19.5a24 24 0 0 0 10 0" />

            <path d="M7 4.5a24 24 0 0 1 10 0" />

            <rect x="17" y="17" width="5" height="5" rx="1" />

            <rect x="17" y="2" width="5" height="5" rx="1" />

            <rect x="2" y="17" width="5" height="5" rx="1" />

            <rect x="2" y="2" width="5" height="5" rx="1" />
          </svg>
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">
          0xGraph
        </div>
      </div>

      <p className="text-gray-600 text-sm flex-grow">Explore references to the GraphQL API for Ormi subgraphs.</p>
    </div>
  </a>

  <a
    href="/docs/api-reference/0xAPI/overview"
    style={{
  textDecoration: "none",
  color: "inherit",
  display: "flex",
}}
  >
    <div
      className="group border border-gray-200 rounded-xl p-6 hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
    minHeight: "200px",
    display: "flex",
    flexDirection: "column",
    width: "100%",
  }}
    >
      <div className="flex items-center mb-4">
        <div className="mr-3" style={{ color: "#3E744D" }}>
          <img src="https://mintcdn.com/ormilabs/qV2VfGqVCCe99Ked/images/icons/chevrons-left-right-ellipsis.svg?fit=max&auto=format&n=qV2VfGqVCCe99Ked&q=85&s=51762485dcefaa9b293eda2fcea4ef2f" alt="0xAPI icon" width="20" height="20" data-path="images/icons/chevrons-left-right-ellipsis.svg" />
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">
          0xAPI
        </div>
      </div>

      <p className="text-gray-600 text-sm flex-grow">Discover available data endpoints, their capabilities, and references.</p>
    </div>
  </a>
</div>
