Pablo Criado-Perez

Results 69 comments of Pablo Criado-Perez

> @pcriadoperez is this relevant for this pr? ![image](https://private-user-images.githubusercontent.com/43336371/329516346-07e58807-77a7-4717-bda5-7885326a0fcd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTU0NzI3MDcsIm5iZiI6MTcxNTQ3MjQwNywicGF0aCI6Ii80MzMzNjM3MS8zMjk1MTYzNDYtMDdlNTg4MDctNzdhNy00NzE3LWJkYTUtNzg4NTMyNmEwZmNkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTEyVDAwMDY0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJkYjlhMDBjNDQ0NDdmYjFmNjEwYWE5OGMwY2Q0NWVkYjdjNGQ4OWJhMzI4MTRmOThmMTMxMWM5OGZkNWMxNDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.93uNqbL6DkVlDv3Op2hAF6ODnByZW8kxVORBU2j7khc) I don't think so, I believe every implementation we have of watchPositions is for swaps, this endpoint would be for spot...

Hi @skuvv , thanks for reporting and providing the example! I'm looking into it and will get back to you shortly

hi @jparekh28, I'm running it from my side to try and reproduce the error, but it hasn't happened so far. How often does the error happen? Does it work to...

Hi @jparekh28, Unfortunately I have not reproduced the issue, I'll try running again today adding more exchanges. This is the code I'm running: ``` import asyncio from asyncio.log import logger...

```js node --loader ts-node/esm ts/src/pro/test/Exchange/binance/test.watchTickers.ts (node:29010) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time (Use `node --trace-warnings ...` to show where the warning...

Hi @williamvgam , In the case of gate not constantly return updates and okx yes. This is not so much about newUpdates, but dependant on the exchange. Some exchanges like...

Hi @Kinzowa , can you provide a verbose output of the code? I think with that we can confirm if it's a ccxt or BitMex issue.

Hi @Kinzowa, thanks for verbose output. So I found the issue. Bitmex is returning correctly the last 10 transacrtions. However in both cases the first transaction a has null timestamp,...

Hi @waplay , @NeoSepiroth , I was able to reproduce the issue and will look to solve it along the weekend. The [Public-Hedged-Perpetual-API](https://github.com/phemex/phemex-api-docs/blob/master/Public-Hedged-Perpetual-API.md) is not implemented but [Public-Contract-API](https://github.com/phemex/phemex-api-docs/blob/master/Public-Contract-API-en.md) is which...

Hi @kingkong404 , I am having trouble to reproduce this on my side. Are you doing lots of orders when running `watchOrders`? Maybe you can provide the script you are...