-
Hello everyone,
I realise that this might not be exactly up for discussion here, but I will still share it since you've also built https://github.com/dydxprotocol/dydx-v3-python/blob/master/example…
-
### What version of Bun is running?
1.0.18+36c316a24
### What platform is your computer?
Darwin 23.2.0 arm64 arm
### What steps can reproduce the bug?
I'm still encountering the Protocol error - …
-
Hi,
I am using `bitmex-realtime-api 0.4.0`
I use websockets to subscribe to the live trade feed for my bot https://wolfbot.org/
```
this.apiClient = new BitMEXClient({
testnet: this…
-
Using the new websocket API I'm getting messages with the following `method` property:
"request"
"reserved"
"connect"
"connected"
"tradestatus"
"postprice"
Are you able to give a bit more i…
-
The goxapi.py has 1696 LOC. I'm going to use parts of goxapi and refactor a module, so that it is independent of the UI and the exchange. I would split up the goxapi.py in orders.py (Order and Orderbo…
nfx8 updated
11 years ago
-
A developer should be able to stand up an instance of the backend that allows them to test a backend client with transactions done on testnet.
-
### Operating System
_No response_
### Programming Languages
JS
### CCXT Version
_No response_
### Description
When using ccxt locally with JS it is fine to subscribe to orderbook snapshot feed…
-
Is there a way (using this library or any other) to get a stream from subscribe command similar to [Ripple's websocket tool](https://ripple.com/build/websocket-tool/#subscribe). ? With any websocket…
-
I'm writing a script to subscribe to the authenticated "user" channel using the code below (which used orderbook.py as its basis) and I'm passing the api_key/api_secret and passphrase through (I've re…
-
I am having problems maintaining a coherent orderbook on the V3 socket API.
I have tried filtering updates using the "offsets" field and disregarding the "offsets" field. I can maintain a good boo…