ericls / huobi

Huobi python sdk
MIT License
19 stars 10 forks source link

All calls return generic huobi endpoint object #15

Open NescienceSoftware opened 4 years ago

NescienceSoftware commented 4 years ago

It appears that all API calls seem to return a rather generic object relating to the call used, as an example:

<huobi.rest.endpoint.HuobiRestEndpointResult object at 0x000001EE06F26D30>

Not sure what is causing this issue exactly but it is a problem with the official Huobi api as well, at least on my end.

Clement-Lelievre commented 3 years ago

same here