Peter Lai

Results 241 comments of Peter Lai

Hi @grozz97 It seems we need to calculate manually. Is average price `23.349689148/3057843 = 0.000007636` in that order?

@grozz97 Can you retrieve average price with fetchClosedOrders or watchOrders? Usually, exchange won't return executed price when create order. Is supposed to be async on exchange side? Would they send...

@grozz97 I think you're right, and exchange don't provide average (the info object is the response.

@WillPCowan it's a good idea for the custom handler, @carlosmiei how do you think we migrate this map struct into exchange base?

Hi @joellai I think it should use `Aggregate` in `PedersenArrayHash` function. I fixed this issue here (https://github.com/web3p/StarkSharp/commit/b5e7b6fa4f4449f77594cc75b8b6659dcbadfe61)

Hi @JovianMoon, thanks, will fix this asap.

@samgermain try this: ```JS const sortedData = this.keysort (data); auth += Object.values (sortedData). join(''); ```

Hi @seeyoul8r, You can set `options['warnOnFetchOpenOrdersWithoutSymbol']=false` to disable the warning.

@gaardiolor We'll add those methods if there are corresponding APIs from exchange.

Hi @vvzvlad, the chain would be `ETH-ERC20` with network set, could you rewrite chain to other value before we update this? eg. ``` account_okx.withdraw(symbol_withdraw, amount_to_withdrawal, address, params={ 'toAddress': address, 'dest':...