-
FangdeMacBook-Pro:huobi_usdt_swap_Java-master fangzheng$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] ----------< com.huobi.linear.swap.api:huobi-linear-swap-api >-----------
[INFO] …
-
I'm trying to place an order like this:
trade_client = TradeClient(api_key=acces_key, secret_key=secret_key)
order_id = trade_client.create_order(symbol=symbol, account_id=*********, order_type=Or…
-
I use python 3.10, what should I do to use API sdk?
`
>
> from huobi.client.account import AccountClient
> from huobi.constant import *
> from huobi.utils import LogInfo
>
> account_client …
-
source code
```
from huobi.client.account import AccountClient
from huobi.client.generic import GenericClient
from huobi.client.market import MarketClient
from huobi.client.trade import TradeCl…
-
### Operating System
Windows 11
### Programming Languages
Python
### CCXT Version
4.4.27
### Description
i have some problem,idk why code dont work.
Log -
Fetched data from bin…
-
MacOS 11.5.1 . Tried Python version 3.6 and 3.9 and get the same error (virtualenv). And I tried many different pairs of keys and same error. The same keys work in a javascript library: https://github…
-
method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
#0 /var/www/vendor/linwj/huobi/src/Request.php(167): method_exists()
#1 /var/www/vendor/linwj/huobi/src/Api/…
-
https://github.com/huobiapi/API_Docs_en/wiki/WS_Reference
tmlee updated
5 years ago
-
While subscribe private websocket endpoints, it depends on `exchange.urls['hostnames']` in none-pro code, which does not have any urls for `api-aws`, except some comments such as
```
// recommende…
-
修改 `API_KEY` 和 `SECRET_KEY` 以后,使用 `https://api.huobi.de.com` 的地址,调用:
```java
AccountClient accountService = AccountClient.create(HuobiOptions.builder()
.apiKey(Constants.API_KEY)
…