(self)
| 2165 | } |
| 2166 | |
| 2167 | def nonce(self): |
| 2168 | return self.milliseconds() - self.options['timeDifference'] |
| 2169 | |
| 2170 | def sign(self, path, api: Any = 'public', method='GET', params={}, headers: dict = None, body: Str = None): |
| 2171 | endpoint = '/' + path |
no test coverage detected