-
Been reading for an hour trying to find in the codebase in the REST where bfx-nonce, bfx-apikey, and bfx-signature are set. Simple grep of "apikey" reveals no results. So there's no code sending API c…
-
It looks like Bitfinex v2 implementation lacks an [order trades endpoint ](https://docs.bitfinex.com/v2/reference#rest-auth-order-trades). Or am I missing something?
-
I just realised ccxt maps Usd to Usdt on Bitfinex: https://github.com/ccxt/ccxt/blob/master/js/bitfinex.js#L277 Does it mean, all the usd currency pairs on Bitfinex are really Usdt ones?
What makes…
-
After call SubscribeToTickerUpdates server sends error:
◢ | Error | {3: Server error: No subscription confirmation received} | CryptoExchange.Net.Objects.Error {CryptoExchange.Net.Objects.ServerErr…
-
When I did a request to "https://api.bitfinex.com/v2/auth/r/wallets" I got 500 without any description.
It does not happen often. Any ideas what is the problem?
-
Hello. Can anyone help pls. I 've tried to run simple example
```
BitfinexApiBroker bitfinexApiBroker = new BitfinexApiBroker();
try {
System.out.println("create connection");…
-
Hi,
Can you please amend your code to reduce the request rate to bitcoinaverage.com .
We're getting around a request per section from every user using this code, 1minute is plenty for the current f…
-
I had some issues with the latest release, looked for it in the issues section and found a suggestion to install the latest commit instead and it worked. But that makes the package.json messy and prod…
-
I have a few questions/doubts about the ws manager:
- If I have more than one WS because I pass the 250 limit, and give to the manager the key to authenticate, it seems both ws will authenticate. I…
-
**Note: for support questions, please join our [Discord server](https://discord.gg/26wMygt)**
* **I'm submitting a ...**
[x ] bug report
[ ] feature request
[ ] question about the decisions made…