Tiago

Results 105 comments of Tiago

> hi,when client lose connect,reconnected event will re-send missing data ? No, any events missed while disconnected are lost. The client will attempt to reconnect automatically if a dead connection...

Are `api_key` and `my_secret` both variables that contain your key and secret as a string? Try to `console.log('my params object: ', params);` to inspect what you're sending into the ws...

Just in case, I wonder when you said you were doing this: ```javascript const params = { key: '{api_key}', secret: '{my_secret}', subAccountName: '{subname}', } ``` You actually meant to try...

This is more of a tool than a standalone script. There are some examples here though that you can run: https://github.com/tiagosiebler/orderbooks/tree/master/samples

What folder are you currently in? You might need to make sure you `cd` into the `samples` folder: ``` cd /Users/yasserben/Desktop/orderbooks/samples/ ``` The try to execute the script from there:...

Thanks for sharing! Can I interest you in writing a mini tutorial in using the connector with a proxy service?

You can just write it here, like a step my step with bullet points. Or if you want to make code samples, you can make a pull request to add...

Hello, As @Your-Name-Here said, an unhandled promise rejection happens when you're missing a catch handler. Also, if you're looking to use bybit's spot apis, I really recommend using SpotClientV3 instead...

The derivatives V3 group currently only has the v3 unified margin APIs added, since the v3 contract API hasn't reached the live environment yet. As you can see, also the...

I've wanted to add it but not yet had the bandwidth. It should be relatively easy to clone the usdm client into a coinm client, then it's just updating any...