Skip to main content

Installation

Install the Aries JavaScript SDK using npm or yarn:

Quick Start

Authentication

The JavaScript SDK supports OAuth2 authentication:

Making API Calls

Get Market Data

Manage Orders

WebSocket Support

Stream real-time data using WebSockets:

TypeScript Support

The SDK is written in TypeScript and includes full type definitions:

Error Handling

Requirements

  • Node.js 14 or higher
  • Works in browser environments with bundlers (Webpack, Vite, etc.)

Additional Resources