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

# API Overview

> Navigate the Bebop API suite and start integrating.

Bebop exposes five APIs organized into three categories, pick the one that matches what you need.

## Trading

Execute swaps on behalf of your users.

<CardGroup cols={4}>
  <Card icon="bolt" href="/rfq-api/introduction" title="RFQ API">
    Request firm quotes from private market makers. Guaranteed execution, guaranteed fill, single and multi-token trades.
  </Card>

  <Card icon="sparkles" href="/bopamm/introduction" title="BopAMM">
    Coordinated, oracle-priced AMM liquidity from Bebop's market maker network. Closed beta - applications open.
  </Card>

  <Card icon="shuffle" href="/aggregation-api/introduction" title="Aggregation API">
    Solver auction across multiple liquidity sources. Broader token coverage with slippage tolerance.
  </Card>

  <Card icon="coins" href="/core-concepts/monetization" title="Monetization">
    Earn revenue on every trade by adding a partner fee to your quote requests.
  </Card>
</CardGroup>

## Market data

<Card icon="chart-line" href="/price-api/introduction" title="Price API">
  Real-time streaming prices via WebSocket. Use for pre-trade discovery, routing decisions, or indicative pricing in your UI.
</Card>

## Trade history

<Card icon="clock-rotate-left" href="/trade-history-api/introduction" title="Trade History API">
  Look up historical trades and transaction details across all supported chains.
</Card>
