HuobiRDCenter / huobi_Python

Python SDK for Huobi Spot API
https://huobiapi.github.io/docs/spot/v1/en
Apache License 2.0
682 stars 333 forks source link

如何自定义url? #74

Closed kopes18 closed 3 years ago

kopes18 commented 3 years ago

如题

eynzhang commented 3 years ago

@kopes18 , we have updated the example in README.

You can define your own URL in client initialization:

market_client = MarketClient(url="https://api-aws.huobi.pro”)