-
Currently, we have only 4 markets available on the API. Since it is a collection of common market data, we need much more markets. Add any other market to project (like Huobi, Kraken, Coinbase etc.). …
-
Coingekko now supports tickers for lots of chains.
If you use this API:
```https://api.coingecko.com/api/v3/simple/token_price/[chain name]?contract_addresses=[list of CSV token addresses] &vs_c…
-
### Exchange Name
CoinW
### URL of the Exchange
https://www.coinw.com/
### URL of the Exchange's API docs
https://www.coinw.com/api_doc.html
https://github.com/Coinw-Api/websocket-clie…
-
It does not seem to me that futures or swaps support is available, unless I missed it. Are there any plans for implementation? Or if available, any examples?
-
[API Docs](https://github.com/huobiapi/API_Docs_en/wiki)
-
{
"code": 200,
"data": [
{
"currency": "usdt",
"assetType": 1,
"chains": [
{
…
-
with a code like this, the request returns empty
$key = 'xx';
$secret = 'xx;
$account_id = '00';
$huobi=new HuobiSpot($key,$secret);
try {
$result=$huobi->account()->get();
pr…
-
"_message":"Client error: `GET https:\/\/api.huobi.pro\/v1\/account\/accounts\/38039774\/balance?AccessKeyId=944280bb-b14a30b4-867edc95-zrfc4v5b6n&SignatureMethod=HmacSHA256&SignatureVersion=2&Timesta…
-
placeOrder 示例错误代码:Invalid order source spot api
代码:
func placeOrder() {
client := new(client.OrderClient).Init(config.AccessKey, config.SecretKey, config.Host)
request := order.PlaceOrderReque…
-
Traceback (most recent call last):
File "run.py", line 206, in
huobi_trader.trade_forerver(order_symbol='BSV/USDT', order_amount=0.06, base_usdt=300)
File "run.py", line 29, in wrapper
…