(self, status: Str)
| 3240 | } |
| 3241 | |
| 3242 | def parse_transfer_status(self, status: Str) -> Str: |
| 3243 | if status == '0': |
| 3244 | return 'ok' |
| 3245 | return 'failed' |
| 3246 | |
| 3247 | def fetch_funding_history(self, symbol: Str = None, since: Int = None, limit: Int = None, params={}): |
| 3248 | """ |