-
when the api key way used with the node lib, the nonce does not work any more in the ruby lib and our other libraries
https://github.com/bitfinexcom/bfx-api-node-util/blob/master/lib/nonce.js#L11
…
-
I'm finding the error:
```
400 Nonce is too small
```
```
https://api.bitfinex.com/v1/balances
```
There is a strange behavior, the first calls work, after a certain period the error starts t…
-
**Describe the bug**
When running a pure market making bot using Bitfinex I noticed that when I hit the stop command during the creating of orders, it fails to cancel the orders that were created and…
-
#### Issue type
- [X ] bug
- [ ] missing functionality
- [ ] performance
- [ ] feature request
#### Brief description
compile failed, since the c.log.Errorf/Debugf/Warningf ..... not defined.
…
gpmn updated
10 months ago
-
Hello,
I'm new here in the community, but I have already been using the xchange framework for a couple of years. Thank you for this great and smart framework.
Now, I have started to use some web…
-
To help reduce platform load, please use https://api.bitfinex.com/v2/conf/pub:list:currency,pub:map:currency:label,pub:map:currency:unit,pub:list:pair:exchange
instead of v1 legacy request in https…
-
https://github.com/Corfucinas/crypto-candlesticks/blob/0b5e381e7e7789e945e5d7bea4849cf1795a7c72/src/crypto_candlesticks/database.py#L99-L100
Hi - Just wondering why Open and Close values are assign…
-
Hi, When I tried this code
```
$bfx = new Bitfinex($api_key, $api_secret);
//var_dump($bfx->get_symbols());
$account_summary = $bfx->get_summary();
var_dump($account_summary);
```
It resu…
-
Note/disclaimer: I have little experience with php programming
I have a domain hosted on which has one subdomain.
On this subdomain i installed MarginBot. When i got to the correct address i not…
-
When a position already exists and the delta between existing position and and the new value is too small you will get an
catalyst.exchange.exchange_errors.CreateOrderError: Unable to create order…