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

# Introduction

> Get real-time market data in a unified format across Solana's top DeFi protocols.

<img src="https://res.cloudinary.com/dnxjhra4h/image/upload/v1764772521/markets-overview_xfgmxv.png" alt="Markets Overview" />

Every protocol has its own developer tools, market types, wording, and structure. Understanding each of these and building the right integrations is time-consuming and requires a lot of research.

Our Markets and Positions APIs solve this problem by providing a **unified format** across all [supported protocols](/markets/supported-protocols). We fetch, parse, and normalize this data so you can retrieve it in a single HTTP request. No specific protocol or web3 knowledge is required.

**We support the following market types:**

<CardGroup cols={2}>
  <Card title="Yield" icon="chart-line-up" iconType="duotone" href="/markets/market-types/yield">
    Earn returns on deposited assets through DeFi strategies
  </Card>

  <Card title="Lending" icon="hand-holding-dollar" iconType="duotone" href="/markets/market-types/lending">
    Lend assets to earn interest or borrow against them
  </Card>

  <Card title="Loop" icon="arrows-rotate" iconType="duotone" href="/markets/market-types/loop">
    Leverage positions through repeated borrowing and lending
  </Card>

  <Card title="Perpetual" icon="infinity" iconType="duotone" href="/markets/market-types/perpetual">
    Trade perpetual futures with leverage
  </Card>

  <Card title="Prediction" icon="crystal-ball" iconType="duotone" href="/markets/market-types/prediction">
    Bet on outcomes of real-world events
  </Card>
</CardGroup>
