Skip to main content

Installation

Install the Aries Go SDK using go get:

Quick Start

Authentication

The Go SDK supports OAuth2 authentication:

Making API Calls

Get Market Data

Manage Orders

WebSocket Support

Stream real-time data using WebSockets:

Error Handling

Context Support

The SDK supports Go’s context for cancellation and timeouts:

Requirements

  • Go 1.18 or higher

Additional Resources