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

# 55-Tech API Documentation

> Official API documentation for 55-Tech's Market Making (MM) and Automated Bet Placing (ABP) platforms. High-frequency trading and automated bet execution for sports betting markets.

<Note>
  **B2B Platform** — 55-Tech provides enterprise trading infrastructure for licensed operators, trading firms, and sports betting platforms. Contact [contact@55-tech.com](mailto:contact@55-tech.com) for API access.
</Note>

## What is 55-Tech?

55-Tech operates two core trading platforms:

* **Market Making (MM)** — High-frequency market making engine that places orders on prediction market exchanges (Polymarket, Kalshi) and hedges on bookmakers
* **Automated Bet Placing (ABP)** — Place bets across 32 bookmakers through a single API with real-time tracking and settlement

Both platforms consume real-time odds data from [OddsPapi](https://docs.oddspapi.io/) and expose REST + WebSocket APIs for client integration.

***

## Get started

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get connected to both APIs in minutes.
  </Card>

  <Card title="ABP API" icon="bolt" href="/abp-api/overview">
    Place bets across 32 bookmakers through a single API.
  </Card>

  <Card title="MM API" icon="chart-line" href="/mm-api/overview">
    High-frequency market making on prediction exchanges.
  </Card>

  <Card title="OddsPapi Data" icon="database" href="https://docs.oddspapi.io/">
    Real-time odds data powering both platforms.
  </Card>
</Columns>
