Function accountsGetBalanceHistory

  • Get balance history

    Parameters

    • address: string
    • __namedParameters: {
          limit?: number;
          offset?: number;
          quote?: Symbols;
          select?: null | SelectParameter;
          sort?: null | SortParameter;
          step?: null | number;
      } = {}
      • Optional limit?: number
      • Optional offset?: number
      • Optional quote?: Symbols
      • Optional select?: null | SelectParameter
      • Optional sort?: null | SortParameter
      • Optional step?: null | number
    • Optional opts: RequestOpts

    Returns Promise<HistoricalBalance[]>

Generated using TypeDoc