This commit is contained in:
lz_db
2025-11-16 12:31:03 +08:00
commit 0fab423a18
1451 changed files with 743213 additions and 0 deletions

16
ccxt/pro/huobi.py Normal file
View File

@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
# https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
from ccxt.pro.htx import htx
from ccxt.base.types import Any
class huobi(htx):
def describe(self) -> Any:
return self.deep_extend(super(huobi, self).describe(), {
'alias': True,
'id': 'huobi',
})