You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
238 B

from huobi.client.etf import EtfClient
from huobi.constant import *
etf_client = EtfClient(api_key=g_api_key, secret_key=g_secret_key)
etf_swap_ret = etf_client.post_etf_swap_in("hb10", 1000)
etf_swap_ret.print_object()