# getSymbols()

Returns the trading account available symbols.

  • Interface
class MidaTradingAccount {
    getSymbols (): Promise<string[]>;
}
  • Example
const symbols = await myAccount.getSymbols();