Sam Germain

Results 168 issues of Sam Germain

``` % huobi createOrder ADA/USDT market buy 5 0.45 2022-09-09T21:17:53.203Z Node.js: v18.4.0 CCXT v1.93.20 (node:10505) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time...

enhancement

``` % ndax fetchDeposits USDT 1661990400000 | condense (node:7990) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use `node --trace-warnings ...` to show...

bug

I know you don't like using dependencies, I though this might be ok because it's only to generate documentation, and is a devDependency, if not we can try to come...

enhancement

``` % luno fetchLedger BTC 2022-09-03T00:20:12.881Z Node.js: v18.4.0 CCXT v1.93.1 (node:10672) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use `node --trace-warnings ...`...

enhancement

Previously there was no information being returned ``` % bybit fetchDeposits USDT 1659312000000 2022-09-27T08:47:08.582Z Node.js: v18.9.0 CCXT v1.93.87 (node:8871) ExperimentalWarning: The Fetch API is an experimental feature. This feature could...

bug

Let me know what you think. I couldn't find a method to get the cross margin account, and wasn't sure if I should throw an exception or not -------------- Testing...

enhancement

fixes: #12855 passing a since parameter every time solves the problem, so this PR creates a default since parameter ``` 2022-04-16T05:13:10.860Z Node.js: v14.17.0 CCXT v1.79.17 ftx.fetchOHLCV (XRP/USDT) 2022-04-16T05:13:11.674Z iteration 0...

bug

fixes: #4727 --------------------------------------- # fetchMarkets ``` 2022-03-18T06:19:06.002Z Node.js: v14.17.0 CCXT v1.76.38 krakenfutures.fetchMarkets () 2022-03-18T06:19:08.231Z iteration 0 passed in 788 ms id | symbol | base | quote | settle |...

new exchange

``` % bibox fetchWithdrawals 2022-10-21T17:11:28.518Z Node.js: v18.4.0 CCXT v2.0.53 (node:27281) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use `node --trace-warnings ...` to...

enhancement

# fetchOrder ``` % bibox fetchOrder '"14589419788971257"' 2022-10-21T21:08:45.092Z Node.js: v18.4.0 CCXT v2.0.56 bibox.fetchOrder (14589419788971257) 2022-10-21T21:08:46.557Z iteration 0 passed in 361 ms { info: { i: '14589419788971257', I: '0', m: 'ADA_USDT',...

enhancement