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

# MT5 Monitor API

> Track MT5 trading accounts, analyze market sentiment, and manage a moderated blog platform

## Overview

The MT5 Monitor API is a backend service for syncing MetaTrader 5 trading data, tracking market sentiment, and running a blog platform with moderation workflows.

<CardGroup cols={2}>
  <Card title="MT5 data sync" icon="chart-line">
    Push account balances, open orders, and trade history from MT5
  </Card>

  <Card title="Sentiment tracking" icon="chart-pie">
    Store and retrieve market sentiment data for currency pairs
  </Card>

  <Card title="Blog platform" icon="newspaper">
    Full blog system with posts, likes, and moderation
  </Card>

  <Card title="User management" icon="users">
    Role-based access with user, moderator, and admin roles
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Getting started" icon="rocket" href="/guides/getting-started">
    Learn the basics and make your first API call
  </Card>

  <Card title="MT5 integration" icon="chart-line" href="/guides/mt5-integration">
    Connect your MetaTrader 5 account to the API
  </Card>

  <Card title="Sentiment data" icon="chart-pie" href="/guides/sentiment-data">
    Retrieve and use market sentiment data
  </Card>

  <Card title="Blog management" icon="newspaper" href="/guides/blog-management">
    Create and moderate blog posts
  </Card>
</CardGroup>

## API reference

Explore the complete API documentation.

<Card title="API reference" icon="code" href="/api-reference/introduction" horizontal>
  Authentication, MT5 data, sentiment, blog, and user endpoints
</Card>
