Skip to Content
API ReferenceOverview

API Reference

This section provides detailed information about every method and endpoint available in the Nord SDK.

Core Components

The SDK is primarily interacted with through two main classes:

NordUser

The NordUser class handles all authenticated actions. This includes placing orders, managing positions, depositing/withdrawing funds, and managing sub-accounts.

Nord (Market Data)

The Nord class (often referred to as the “Client”) handles public information. Use this to fetch market statistics, orderbooks, trade history, and real-time data via WebSockets.

SDK Installation

If you haven’t already, install the SDK using your preferred package manager:

pnpm install @n1xyz/nord-ts @solana/web3.js
Last updated on