Skip to main content

Installation

Install the Aries Python SDK using pip:

Quick Start

Authentication

The Python SDK supports OAuth2 authentication:

Making API Calls

Get Market Data

Manage Orders

WebSocket Support

Stream real-time data using WebSockets:

Error Handling

Requirements

  • Python 3.7 or higher
  • requests
  • websocket-client

Additional Resources