(self)
| 941 | } |
| 942 | |
| 943 | def nonce(self): |
| 944 | return self.milliseconds() |
| 945 | |
| 946 | def sign(self, path, api: Any = 'public', method='GET', params={}, headers: dict = None, body: Str = None): |
| 947 | url = self.urls['api']['rest'] + '/' + self.implode_params(path, params) |