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

# Modo API

**Modo API** is an enterprise-grade data and API platform designed to provide structured, reliable access to the blockchain data. It simplifies interaction by removing on-chain complexity while preserving transparency and control.

Built as a shared infrastructure layer, it supports builders, infrastructure providers, and enterprises in developing, monitoring, and scaling applications with production-ready tooling.

# A Unified API Layer

Data access and transaction execution are combined into one structured layer, allowing applications to move from reading data to acting on it within the same environment:

<Columns cols={2}>
  <Column>
    <Card title="Historic API" icon="book-open-reader">
      Access extended, structured historical blockchain data for analysis, tracking, and application logic.
    </Card>
  </Column>

  <Column>
    <Card title="Agentic API" icon="user-robot-xmarks" href="/agentic-api/intro">
      Enable automated transaction execution through programmable flows that coordinate actions.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Transfer API" icon="money-bill-transfer">
      View and track asset transfers between accounts with clear, queryable endpoints.
    </Card>
  </Column>

  <Column>
    <Card title="Portfolio API" icon="user-pen">
      Keep full visibility over parties & accounts activity with a structured data view.
    </Card>
  </Column>
</Columns>

# Features

Everything needed to build, run, and monitor applications through a single API layer:

<Columns cols={2}>
  <Column>
    <Card title="Interactive Documentation" icon="book-open-cover">
      Explore endpoints, test requests, and inspect responses directly inside the product interface.
    </Card>
  </Column>

  <Column>
    <Card title="Built-In API Dashboard" icon="scalpel-line-dashed">
      Manage applications, subscriptions, and API keys from one unified operational layer.
    </Card>
  </Column>
</Columns>

<Columns cols={2}>
  <Column>
    <Card title="Monitoring and Debugging" icon="camera-security">
      Track requests, performance, and errors with real-time visibility into how applications behave.
    </Card>
  </Column>

  <Column>
    <Card title="Fast Onboarding" icon="person-skating">
      Start working with the API in minutes through a simple setup with wallet or Google login.
    </Card>
  </Column>
</Columns>
