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

# Introduction

> Welcome to the Cryptorobot.ai API documentation

## What is Cryptorobot.ai?

Cryptorobot.ai is a **high-frequency cryptocurrency trading platform** that provides real-time trading capabilities, algorithmic strategy execution, and comprehensive portfolio management through a powerful REST and WebSocket API.

<CardGroup cols={2}>
  <Card title="Guides" icon="book" href="/guides/overview">
    Learn the core concepts and how to integrate with our platform
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore every endpoint with detailed schemas and examples
  </Card>
</CardGroup>

## Who is this for?

The Cryptorobot.ai API is designed for:

* **Algorithmic traders** building custom trading bots and automation
* **Portfolio managers** tracking performance across multiple exchanges
* **Developers** integrating crypto trading into their applications
* **Quants** backtesting and optimizing trading strategies

## What can you do with the API?

<CardGroup cols={3}>
  <Card title="Trade" icon="arrows-rotate">
    Execute trades across 50+ exchanges with a single unified API
  </Card>

  <Card title="Analyze" icon="chart-mixed">
    Access real-time market data, OHLCV candles, order books, and indicators
  </Card>

  <Card title="Automate" icon="robot">
    Deploy trading bots, set up event triggers, and receive real-time notifications
  </Card>

  <Card title="Backtest" icon="flask">
    Test strategies against historical data with comprehensive performance metrics
  </Card>

  <Card title="Monitor" icon="gauge-high">
    Track portfolio performance, P\&L, and risk metrics in real-time
  </Card>

  <Card title="AI Strategies" icon="brain">
    Generate and optimize strategies using machine learning models
  </Card>
</CardGroup>

## Quick Links

| Resource                                 | Description                                        |
| ---------------------------------------- | -------------------------------------------------- |
| [Authentication](/guides/authentication) | Learn how to authenticate API requests             |
| [Client Setup](/guides/client)           | Set up your HTTP client or SDK                     |
| [API Keys](/guides/api-keys)             | Create and manage API keys for programmatic access |
| [Rate Limits](/guides/errors)            | Understand rate limits and error handling          |

## Base URL

All API requests are made to:

```
https://api.cryptorobot.ai
```

## Need Help?

<CardGroup cols={2}>
  <Card title="Support" icon="life-ring" href="mailto:support@cryptorobot.ai">
    Contact our support team
  </Card>

  <Card title="Community" icon="discord" href="https://discord.gg/cryptorobot">
    Join our Discord community
  </Card>
</CardGroup>
