> ## 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.

# 0xAPI feature overview

> Explore 0xAPI features and capabilites.

<div data-page="features-no-toc">
  ## About 0xAPI

  0xAPI is organized into several distinct services, each catering to specific data needs with consistent, blockchain-agnostic response schemas.

  ## Core capabilities

  | **Feature**         | **Description**                                                                                                                                                                   | **Use cases**                                                                                      |
  | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
  | **Token API**       | Retrieve detailed information on fungible tokens (ex. ERC-20). Fetch wallet balances, token transfers, daily portfolio snapshots, approvals, holder lists, and live token prices. | Power wallets, portfolio dashboards, token-gated apps, and analytics tools for on-chain assets.    |
  | **NFT API**         | Access complete NFT data, including all NFTs owned by a wallet or within a collection. Get detailed collection metadata, traits, and rarity statistics.                           | Build NFT galleries, marketplaces, collection analytics, or portfolio trackers.                    |
  | **Transaction API** | Query detailed transaction data. Retrieve all transactions for a wallet, look up a specific transaction by hash, or get a full summary of a wallet’s on-chain activity.           | Ideal for transaction histories, accounting tools, on-chain analytics, and activity monitoring.    |
  | **ENS API**         | Resolve ENS domains to wallet addresses or perform reverse lookups to find ENS names linked to a wallet.                                                                          | Build explorers, alert systems, or real-time dashboards that track specific contract interactions. |
</div>

<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="https://app.ormilabs.com/dashboard/data-api"
    style={{
textDecoration: "none",
color: "inherit",
display: "block",
height: "100%",
}}
  >
    <div
      className="group border border-gray-200 rounded-xl hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
  padding: "1.25rem 1.5rem",
  height: "100%",
  display: "flex",
  flexDirection: "column",
}}
    >
      <div style={{ display: "flex", alignItems: "center", marginBottom: "0.5rem" }}>
        <div style={{ color: "#3E744D", marginRight: "0.75rem" }}>
          <img src="https://mintcdn.com/ormilabs/qV2VfGqVCCe99Ked/images/icons/gauge.svg?fit=max&auto=format&n=qV2VfGqVCCe99Ked&q=85&s=6e4986b40525e4aea297c456d786bb35" alt="access app icon" width="20" height="20" data-path="images/icons/gauge.svg" />
        </div>

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

      <p className="text-gray-600 text-sm" style={{ margin: 0, lineHeight: "1.4" }}>
        Use 0xAPI to stream live and historical blockchain data across wallets, tokens, and transactions - start for free.
      </p>
    </div>
  </a>

  <a
    href="/docs/api-reference/0xAPI/overview"
    style={{
textDecoration: "none",
color: "inherit",
display: "block",
height: "100%",
}}
  >
    <div
      className="group border border-gray-200 rounded-xl hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
  padding: "1.25rem 1.5rem",
  height: "100%",
  display: "flex",
  flexDirection: "column",
}}
    >
      <div style={{ display: "flex", alignItems: "center", marginBottom: "0.5rem" }}>
        <div style={{ color: "#3E744D", marginRight: "0.75rem" }}>
          <img src="https://mintcdn.com/ormilabs/qV2VfGqVCCe99Ked/images/icons/api-reference.svg?fit=max&auto=format&n=qV2VfGqVCCe99Ked&q=85&s=356f0be17121dc6590f0235b33a391ae" alt="api reference icon" width="20" height="20" data-path="images/icons/api-reference.svg" />
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">
          See API reference
        </div>
      </div>

      <p className="text-gray-600 text-sm" style={{ margin: 0, lineHeight: "1.4" }}>
        Learn how to retrieve wallet, token, and transaction-level data with structured, low-latency endpoints.
      </p>
    </div>
  </a>
</div>
