> ## Documentation Index
> Fetch the complete documentation index at: https://whitebit-mintlify-fix-broken-links-1774829655.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SDKs

> WhiteBIT SDKs provide a gateway to effortless integration. The Software Development Kits (SDKs) are tailored for various languages, providing a streamlined connection between applications and the WhiteBIT APIs.

## Key Features

<CardGroup cols={3}>
  <Card title="Seamless Integration" icon="plug">
    Effortlessly integrate the WhiteBIT APIs with just a few lines of code, eliminating manual configuration hassles.
  </Card>

  <Card title="Multi-Language Support" icon="code">
    SDKs available for popular languages – Python, PHP, GO, and more to come.
  </Card>

  <Card title="Automatic Updates" icon="arrows-rotate">
    Stay current with the latest features through automatic SDK updates.
  </Card>
</CardGroup>

***

## Official SDKs

Choose a programming language to get started:

<CardGroup cols={3}>
  <Card title="GO SDK" icon="golang" href="https://github.com/whitebit-exchange/go-sdk">
    Official WhiteBIT SDK for Go developers
  </Card>

  <Card title="Python SDK" icon="python" href="https://github.com/whitebit-exchange/python-sdk">
    Official WhiteBIT SDK for Python developers
  </Card>

  <Card title="PHP SDK" icon="php" href="https://github.com/whitebit-exchange/php-sdk">
    Official WhiteBIT SDK for PHP developers
  </Card>
</CardGroup>
