Peter Lai

Results 241 comments of Peter Lai

@xmatthias you're right, I think we need to implement pagination there. @carlosmiei due to the response type of fetchLeverageTiers is dictionary and the pagination didn't support that, how do you...

@egabosh I think we've added in this commit https://github.com/ccxt/ccxt/commit/c47df4ffd86, could you upgrade and try again?

Hi @daviidarr Before use portfolio margin api in binance, please make sure that: * you're vip1+ and you manually activated the portfolio margin in the binance-futures page * your API...

@egabosh based on the documentation (https://binance-docs.github.io/apidocs/spot/en/#get-convert-trade-history-user_data), the max interval between start time and end time should be 30 days. The timestamp looks normal if I use 30 days interval: ```...

@egabosh the behavior would change acorss different exchanges. I think that would be great if we validate interval and throw error. I'll open a PR for this! For the split...

@Nomad-Soul there's no cache mechanism in fetchOrder api. The request would be sent to exchange directly. You may implement cache in code.

@vijaykrpp there is deposit / withdraw / networks in currency structure (https://github.com/ccxt/ccxt/wiki/Manual#currency-structure). The value wouldn't be `undefined` if exchange provides.

Hi @KevinBaudin I've checked the updates and the partial filled example in this comment: https://github.com/ccxt/ccxt/issues/20868#issuecomment-1914190470, may I ask what's the filled amount and the remaining should be?

Hi @KevinBaudin, I wonder about this: Since the size represents quote size for buy (usdt), is the filled number is `cost / price` => `15.7 / 0.78257 = 20.06210307065183`, am...