(self)
| 1428 | self.options['enableDemoTrading'] = enable |
| 1429 | |
| 1430 | def nonce(self): |
| 1431 | return self.milliseconds() - self.options['timeDifference'] |
| 1432 | |
| 1433 | def add_pagination_cursor_to_result(self, response): |
| 1434 | result = self.safe_dict(response, 'result', {}) |