Install the Predexon Trade SDK and set up your project
npm install @predexon/trade-sdk
import { PredexonSDK } from '@predexon/trade-sdk';
import { PredexonSDK } from '@predexon/trade-sdk'; const sdk = new PredexonSDK({ apiKey: process.env.PREDEXON_API_KEY!, }); console.log('SDK initialized successfully');