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

# Aries SDKs

> Official SDKs for integrating with the Aries API

## Available SDKs

Choose your preferred programming language to get started with the Aries API.

<CardGroup cols={2}>
  <Card title="Go SDK" icon="golang" href="/sdks/go">
    Official Go SDK for the Aries API
  </Card>

  <Card title="Python SDK" icon="python" href="/sdks/python">
    Official Python SDK for the Aries API
  </Card>

  <Card title="JavaScript SDK" icon="js" href="/sdks/javascript">
    Official JavaScript/Node.js SDK for the Aries API
  </Card>
</CardGroup>

## Features

All official SDKs provide:

* **Type Safety**: Full type definitions and IDE autocomplete
* **Authentication**: Built-in OAuth2 support
* **Error Handling**: Comprehensive error handling and validation
* **WebSocket Support**: Real-time market data and account updates
* **Rate Limiting**: Automatic rate limit handling
* **Documentation**: Extensive inline documentation and examples

## Getting Help

If you need assistance with any of our SDKs:

* Check the SDK-specific documentation pages
* Review the [API Reference](/api-reference) for endpoint details
* Contact support at [dev@aries.com](mailto:dev@aries.com)
