Files
beast-trader/dashboard/venv/lib/python3.12/site-packages/ccxt/pro/huobi.py

17 lines
424 B
Python

# -*- 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',
})