interfaceAvailableAccountForStrategy
export interface AvailableAccountForStrategy {
accountId: number;
accountName: string;
currency: string;
balance: number;
userType: UserType;
isEligible: boolean;
ineligibilityReason?: string;
}/investment/strategies/available-accountsPromise<AvailableAccountForStrategy[]>
export interface AvailableAccountForStrategy {
accountId: number;
accountName: string;
currency: string;
balance: number;
userType: UserType;
isEligible: boolean;
ineligibilityReason?: string;
}GET /investment/strategies/available-accounts
We use essential cookies to make this site work. With your consent, we may also use non-essential cookies for analytics and marketing. You can change your choices at any time.
See our Privacy Policy and Cookie Policy.