Sam Germain

Results 168 issues of Sam Germain

Let me know what you think, I made it with a script, so I can easily make it again if you want some more fields or something changed. I think...

enhancement

``` 2022-10-20T23:22:25.493Z Node.js: v18.4.0 CCXT v2.0.44 bibox.fetchLedger () 2022-10-20T23:22:28.066Z iteration 0 passed in 428 ms id | direction | account | referenceId | referenceAccount | type | currency | amount...

enhancement

This section of the docs was mixing up the terms **quote** and **base**. I fixed that, and reworded it to be more clear

enhancement

Waiting on bitvavo keys to test

enhancement

I'm not 100% certain if the `fetchMyTrades` response is correct, because the [documentation](https://biboxcom.github.io/api/spot/v4/en/#get-fills) does not explain the fields `o` and `T`. I've sent bibox an email asking about them. ```...

enhancement

In a [former PR](https://github.com/ccxt/ccxt/pull/14195) I implemented a version of `fetchTradingLimits` but the response wasn't exactly the same as other exchanges `fetchTradingLimits` methods

enhancement

Just installed, and received a few notifications about security vulnerabilites like ``` High Prototype Pollution Package lodash Patched in >=4.17.12 Dependency of react-infinite-grid Path react-infinite-grid > lodash More info https://npmjs.com/advisories/1065...

I try to compare similar methods so that I can reduce duplicate code, so I line them up, and then when I start scrolling, the position moves and they're not...

Since Safari < 14 can't play Webp, what can you do to still have your images displayed on safari

After going through all the exchanges, these are all the keys present on currency, so I unified the structure on the base exchange class After this gets merged, I plan...

enhancement