Complete TypeScript SDK for the Simpfor.fun copy trading platform. Build copy trading apps, integrate trader analytics, and manage user wallets with ease.
// Initialize with custom base URLconst sdk = new SimpforFunSDK('https://api.simpfor.fun');// Access token is managed automatically after authentication// But you can also set it manually if neededsdk.accessToken = 'your-token';