ccxt 4.1.55 → 4.1.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/.git-templates/hooks/pre-push +2 -2
  2. package/CONTRIBUTING.md +1 -1
  3. package/README.md +6 -6
  4. package/build.sh +30 -8
  5. package/dist/ccxt.browser.js +5592 -4907
  6. package/dist/ccxt.browser.min.js +13 -13
  7. package/dist/cjs/ccxt.js +1 -1
  8. package/dist/cjs/src/ace.js +17 -13
  9. package/dist/cjs/src/alpaca.js +6 -6
  10. package/dist/cjs/src/ascendex.js +35 -29
  11. package/dist/cjs/src/base/Exchange.js +39 -26
  12. package/dist/cjs/src/base/Precise.js +1 -3
  13. package/dist/cjs/src/bigone.js +24 -20
  14. package/dist/cjs/src/binance.js +97 -76
  15. package/dist/cjs/src/bingx.js +63 -44
  16. package/dist/cjs/src/bit2c.js +18 -15
  17. package/dist/cjs/src/bitbank.js +17 -15
  18. package/dist/cjs/src/bitbns.js +28 -18
  19. package/dist/cjs/src/bitfinex.js +23 -21
  20. package/dist/cjs/src/bitfinex2.js +32 -28
  21. package/dist/cjs/src/bitflyer.js +28 -20
  22. package/dist/cjs/src/bitforex.js +25 -18
  23. package/dist/cjs/src/bitget.js +184 -147
  24. package/dist/cjs/src/bithumb.js +23 -16
  25. package/dist/cjs/src/bitmart.js +129 -94
  26. package/dist/cjs/src/bitmex.js +104 -64
  27. package/dist/cjs/src/bitopro.js +38 -26
  28. package/dist/cjs/src/bitpanda.js +24 -23
  29. package/dist/cjs/src/bitrue.js +33 -24
  30. package/dist/cjs/src/bitso.js +24 -23
  31. package/dist/cjs/src/bitstamp.js +24 -23
  32. package/dist/cjs/src/bittrex.js +30 -29
  33. package/dist/cjs/src/bitvavo.js +38 -30
  34. package/dist/cjs/src/bl3p.js +11 -10
  35. package/dist/cjs/src/blockchaincom.js +20 -20
  36. package/dist/cjs/src/btcalpha.js +18 -17
  37. package/dist/cjs/src/btcbox.js +13 -12
  38. package/dist/cjs/src/btcmarkets.js +20 -19
  39. package/dist/cjs/src/btcturk.js +14 -13
  40. package/dist/cjs/src/bybit.js +84 -54
  41. package/dist/cjs/src/cex.js +16 -14
  42. package/dist/cjs/src/coinbase.js +29 -27
  43. package/dist/cjs/src/coinbasepro.js +27 -25
  44. package/dist/cjs/src/coincheck.js +15 -14
  45. package/dist/cjs/src/coinex.js +101 -78
  46. package/dist/cjs/src/coinlist.js +28 -27
  47. package/dist/cjs/src/coinmate.js +20 -17
  48. package/dist/cjs/src/coinone.js +21 -16
  49. package/dist/cjs/src/coinsph.js +37 -28
  50. package/dist/cjs/src/coinspot.js +12 -11
  51. package/dist/cjs/src/cryptocom.js +40 -202
  52. package/dist/cjs/src/currencycom.js +32 -25
  53. package/dist/cjs/src/delta.js +34 -28
  54. package/dist/cjs/src/deribit.js +39 -36
  55. package/dist/cjs/src/digifinex.js +64 -44
  56. package/dist/cjs/src/exmo.js +29 -27
  57. package/dist/cjs/src/gate.js +67 -53
  58. package/dist/cjs/src/gemini.js +23 -20
  59. package/dist/cjs/src/hitbtc.js +65 -56
  60. package/dist/cjs/src/hollaex.js +30 -27
  61. package/dist/cjs/src/htx.js +135 -143
  62. package/dist/cjs/src/huobijp.js +22 -20
  63. package/dist/cjs/src/idex.js +22 -21
  64. package/dist/cjs/src/independentreserve.js +15 -14
  65. package/dist/cjs/src/indodax.js +30 -26
  66. package/dist/cjs/src/kraken.js +29 -27
  67. package/dist/cjs/src/krakenfutures.js +29 -22
  68. package/dist/cjs/src/kucoin.js +48 -43
  69. package/dist/cjs/src/kucoinfutures.js +33 -28
  70. package/dist/cjs/src/kuna.js +25 -24
  71. package/dist/cjs/src/latoken.js +24 -22
  72. package/dist/cjs/src/lbank.js +45 -30
  73. package/dist/cjs/src/luno.js +22 -19
  74. package/dist/cjs/src/lykke.js +19 -17
  75. package/dist/cjs/src/mercado.js +30 -19
  76. package/dist/cjs/src/mexc.js +60 -49
  77. package/dist/cjs/src/ndax.js +23 -22
  78. package/dist/cjs/src/novadax.js +23 -22
  79. package/dist/cjs/src/oceanex.js +22 -19
  80. package/dist/cjs/src/okcoin.js +29 -23
  81. package/dist/cjs/src/okx.js +92 -84
  82. package/dist/cjs/src/p2b.js +80 -83
  83. package/dist/cjs/src/paymium.js +10 -10
  84. package/dist/cjs/src/phemex.js +63 -40
  85. package/dist/cjs/src/poloniex.js +22 -22
  86. package/dist/cjs/src/poloniexfutures.js +23 -19
  87. package/dist/cjs/src/pro/alpaca.js +5 -5
  88. package/dist/cjs/src/pro/ascendex.js +4 -4
  89. package/dist/cjs/src/pro/binance.js +16 -16
  90. package/dist/cjs/src/pro/bingx.js +1 -1
  91. package/dist/cjs/src/pro/bitfinex.js +4 -4
  92. package/dist/cjs/src/pro/bitfinex2.js +6 -6
  93. package/dist/cjs/src/pro/bitget.js +7 -7
  94. package/dist/cjs/src/pro/bitmart.js +7 -5
  95. package/dist/cjs/src/pro/bitmex.js +6 -6
  96. package/dist/cjs/src/pro/bitopro.js +4 -4
  97. package/dist/cjs/src/pro/bitpanda.js +6 -6
  98. package/dist/cjs/src/pro/bitrue.js +2 -2
  99. package/dist/cjs/src/pro/bitstamp.js +6 -4
  100. package/dist/cjs/src/pro/bittrex.js +6 -6
  101. package/dist/cjs/src/pro/bitvavo.js +11 -7
  102. package/dist/cjs/src/pro/blockchaincom.js +8 -8
  103. package/dist/cjs/src/pro/bybit.js +7 -7
  104. package/dist/cjs/src/pro/cex.js +13 -9
  105. package/dist/cjs/src/pro/coinbase.js +5 -5
  106. package/dist/cjs/src/pro/coinbasepro.js +11 -10
  107. package/dist/cjs/src/pro/coinex.js +7 -9
  108. package/dist/cjs/src/pro/cryptocom.js +9 -9
  109. package/dist/cjs/src/pro/currencycom.js +4 -4
  110. package/dist/cjs/src/pro/deribit.js +6 -6
  111. package/dist/cjs/src/pro/exmo.js +12 -14
  112. package/dist/cjs/src/pro/gate.js +7 -7
  113. package/dist/cjs/src/pro/gemini.js +3 -3
  114. package/dist/cjs/src/pro/hitbtc.js +263 -4
  115. package/dist/cjs/src/pro/hollaex.js +5 -5
  116. package/dist/cjs/src/pro/htx.js +6 -6
  117. package/dist/cjs/src/pro/huobijp.js +3 -3
  118. package/dist/cjs/src/pro/idex.js +4 -4
  119. package/dist/cjs/src/pro/independentreserve.js +2 -2
  120. package/dist/cjs/src/pro/kraken.js +10 -10
  121. package/dist/cjs/src/pro/krakenfutures.js +41 -17
  122. package/dist/cjs/src/pro/kucoin.js +7 -7
  123. package/dist/cjs/src/pro/kucoinfutures.js +8 -6
  124. package/dist/cjs/src/pro/luno.js +2 -2
  125. package/dist/cjs/src/pro/mexc.js +6 -6
  126. package/dist/cjs/src/pro/ndax.js +3 -3
  127. package/dist/cjs/src/pro/okcoin.js +5 -5
  128. package/dist/cjs/src/pro/okx.js +12 -12
  129. package/dist/cjs/src/pro/phemex.js +6 -6
  130. package/dist/cjs/src/pro/poloniex.js +7 -7
  131. package/dist/cjs/src/pro/poloniexfutures.js +5 -5
  132. package/dist/cjs/src/pro/probit.js +6 -6
  133. package/dist/cjs/src/pro/upbit.js +3 -3
  134. package/dist/cjs/src/pro/wazirx.js +8 -8
  135. package/dist/cjs/src/pro/whitebit.js +12 -8
  136. package/dist/cjs/src/pro/woo.js +1 -1
  137. package/dist/cjs/src/probit.js +28 -23
  138. package/dist/cjs/src/tidex.js +16 -15
  139. package/dist/cjs/src/timex.js +19 -18
  140. package/dist/cjs/src/tokocrypto.js +27 -22
  141. package/dist/cjs/src/upbit.js +19 -19
  142. package/dist/cjs/src/wavesexchange.js +22 -19
  143. package/dist/cjs/src/wazirx.js +24 -17
  144. package/dist/cjs/src/whitebit.js +33 -27
  145. package/dist/cjs/src/woo.js +44 -34
  146. package/dist/cjs/src/yobit.js +25 -20
  147. package/dist/cjs/src/zaif.js +9 -9
  148. package/dist/cjs/src/zonda.js +18 -17
  149. package/js/ccxt.d.ts +1 -1
  150. package/js/ccxt.js +1 -1
  151. package/js/src/abstract/bitbank.d.ts +1 -0
  152. package/js/src/abstract/bybit.d.ts +1 -0
  153. package/js/src/abstract/cryptocom.d.ts +0 -20
  154. package/js/src/abstract/htx.d.ts +3 -0
  155. package/js/src/abstract/huobi.d.ts +3 -0
  156. package/js/src/abstract/huobipro.d.ts +3 -0
  157. package/js/src/abstract/okex.d.ts +3 -1
  158. package/js/src/abstract/okex5.d.ts +3 -1
  159. package/js/src/abstract/okx.d.ts +3 -1
  160. package/js/src/ace.js +18 -14
  161. package/js/src/alpaca.js +6 -6
  162. package/js/src/ascendex.js +35 -29
  163. package/js/src/base/Exchange.d.ts +37 -34
  164. package/js/src/base/Exchange.js +39 -26
  165. package/js/src/base/Precise.d.ts +4 -4
  166. package/js/src/base/Precise.js +1 -3
  167. package/js/src/base/functions/type.d.ts +25 -25
  168. package/js/src/base/types.d.ts +21 -14
  169. package/js/src/bigone.js +25 -21
  170. package/js/src/binance.d.ts +2 -2
  171. package/js/src/binance.js +97 -76
  172. package/js/src/bingx.js +63 -44
  173. package/js/src/bit2c.js +19 -16
  174. package/js/src/bitbank.js +17 -15
  175. package/js/src/bitbns.js +28 -18
  176. package/js/src/bitfinex.js +23 -21
  177. package/js/src/bitfinex2.js +32 -28
  178. package/js/src/bitflyer.js +28 -20
  179. package/js/src/bitforex.js +26 -19
  180. package/js/src/bitget.d.ts +25 -3
  181. package/js/src/bitget.js +184 -147
  182. package/js/src/bithumb.js +23 -16
  183. package/js/src/bitmart.d.ts +1 -1
  184. package/js/src/bitmart.js +129 -94
  185. package/js/src/bitmex.d.ts +2 -2
  186. package/js/src/bitmex.js +104 -64
  187. package/js/src/bitopro.js +38 -26
  188. package/js/src/bitpanda.js +24 -23
  189. package/js/src/bitrue.js +33 -24
  190. package/js/src/bitso.js +24 -23
  191. package/js/src/bitstamp.d.ts +2 -2
  192. package/js/src/bitstamp.js +24 -23
  193. package/js/src/bittrex.js +30 -29
  194. package/js/src/bitvavo.js +38 -30
  195. package/js/src/bl3p.js +11 -10
  196. package/js/src/blockchaincom.js +20 -20
  197. package/js/src/btcalpha.js +18 -17
  198. package/js/src/btcbox.js +13 -12
  199. package/js/src/btcmarkets.js +20 -19
  200. package/js/src/btcturk.js +14 -13
  201. package/js/src/bybit.d.ts +1 -1
  202. package/js/src/bybit.js +84 -54
  203. package/js/src/cex.js +16 -14
  204. package/js/src/coinbase.js +29 -27
  205. package/js/src/coinbasepro.js +27 -25
  206. package/js/src/coincheck.js +15 -14
  207. package/js/src/coinex.d.ts +1 -1
  208. package/js/src/coinex.js +101 -78
  209. package/js/src/coinlist.js +28 -27
  210. package/js/src/coinmate.js +21 -18
  211. package/js/src/coinone.js +21 -16
  212. package/js/src/coinsph.js +37 -28
  213. package/js/src/coinspot.js +12 -11
  214. package/js/src/cryptocom.d.ts +0 -23
  215. package/js/src/cryptocom.js +40 -202
  216. package/js/src/currencycom.js +32 -25
  217. package/js/src/delta.js +35 -29
  218. package/js/src/deribit.js +39 -36
  219. package/js/src/digifinex.d.ts +2 -2
  220. package/js/src/digifinex.js +65 -45
  221. package/js/src/exmo.js +29 -27
  222. package/js/src/gate.d.ts +1 -1
  223. package/js/src/gate.js +67 -53
  224. package/js/src/gemini.js +23 -20
  225. package/js/src/hitbtc.d.ts +1 -0
  226. package/js/src/hitbtc.js +65 -56
  227. package/js/src/hollaex.js +30 -27
  228. package/js/src/htx.d.ts +11 -3
  229. package/js/src/htx.js +135 -143
  230. package/js/src/huobijp.js +23 -21
  231. package/js/src/idex.js +22 -21
  232. package/js/src/independentreserve.js +15 -14
  233. package/js/src/indodax.js +30 -26
  234. package/js/src/kraken.js +29 -27
  235. package/js/src/krakenfutures.js +29 -22
  236. package/js/src/kucoin.d.ts +1 -1
  237. package/js/src/kucoin.js +48 -43
  238. package/js/src/kucoinfutures.js +33 -28
  239. package/js/src/kuna.js +25 -24
  240. package/js/src/latoken.js +25 -23
  241. package/js/src/lbank.js +46 -31
  242. package/js/src/luno.js +22 -19
  243. package/js/src/lykke.js +19 -17
  244. package/js/src/mercado.js +30 -19
  245. package/js/src/mexc.d.ts +1 -1
  246. package/js/src/mexc.js +60 -49
  247. package/js/src/ndax.js +23 -22
  248. package/js/src/novadax.js +23 -22
  249. package/js/src/oceanex.js +22 -19
  250. package/js/src/okcoin.js +29 -23
  251. package/js/src/okx.d.ts +2 -2
  252. package/js/src/okx.js +92 -84
  253. package/js/src/p2b.d.ts +8 -7
  254. package/js/src/p2b.js +80 -82
  255. package/js/src/paymium.js +10 -10
  256. package/js/src/phemex.js +63 -40
  257. package/js/src/poloniex.js +22 -22
  258. package/js/src/poloniexfutures.js +23 -19
  259. package/js/src/pro/alpaca.js +5 -5
  260. package/js/src/pro/ascendex.js +4 -4
  261. package/js/src/pro/binance.js +16 -16
  262. package/js/src/pro/bingx.js +1 -1
  263. package/js/src/pro/bitfinex.js +4 -4
  264. package/js/src/pro/bitfinex2.d.ts +1 -1
  265. package/js/src/pro/bitfinex2.js +6 -6
  266. package/js/src/pro/bitget.js +7 -7
  267. package/js/src/pro/bitmart.js +7 -5
  268. package/js/src/pro/bitmex.js +6 -6
  269. package/js/src/pro/bitopro.js +4 -4
  270. package/js/src/pro/bitpanda.js +6 -6
  271. package/js/src/pro/bitrue.js +2 -2
  272. package/js/src/pro/bitstamp.js +7 -5
  273. package/js/src/pro/bittrex.js +6 -6
  274. package/js/src/pro/bitvavo.js +12 -8
  275. package/js/src/pro/blockchaincom.js +8 -8
  276. package/js/src/pro/bybit.js +7 -7
  277. package/js/src/pro/cex.js +14 -10
  278. package/js/src/pro/coinbase.js +5 -5
  279. package/js/src/pro/coinbasepro.js +12 -11
  280. package/js/src/pro/coinex.js +7 -9
  281. package/js/src/pro/cryptocom.js +9 -9
  282. package/js/src/pro/currencycom.js +4 -4
  283. package/js/src/pro/deribit.js +6 -6
  284. package/js/src/pro/exmo.js +12 -14
  285. package/js/src/pro/gate.js +7 -7
  286. package/js/src/pro/gemini.js +3 -3
  287. package/js/src/pro/hitbtc.d.ts +8 -1
  288. package/js/src/pro/hitbtc.js +264 -5
  289. package/js/src/pro/hollaex.js +5 -5
  290. package/js/src/pro/htx.js +6 -6
  291. package/js/src/pro/huobijp.js +3 -3
  292. package/js/src/pro/idex.js +4 -4
  293. package/js/src/pro/independentreserve.js +2 -2
  294. package/js/src/pro/kraken.js +10 -10
  295. package/js/src/pro/krakenfutures.d.ts +1 -0
  296. package/js/src/pro/krakenfutures.js +42 -18
  297. package/js/src/pro/kucoin.js +7 -7
  298. package/js/src/pro/kucoinfutures.js +8 -6
  299. package/js/src/pro/luno.js +2 -2
  300. package/js/src/pro/mexc.js +6 -6
  301. package/js/src/pro/ndax.js +3 -3
  302. package/js/src/pro/okcoin.js +5 -5
  303. package/js/src/pro/okx.js +12 -12
  304. package/js/src/pro/phemex.js +6 -6
  305. package/js/src/pro/poloniex.js +7 -7
  306. package/js/src/pro/poloniexfutures.js +5 -5
  307. package/js/src/pro/probit.js +6 -6
  308. package/js/src/pro/upbit.js +3 -3
  309. package/js/src/pro/wazirx.js +8 -8
  310. package/js/src/pro/whitebit.js +13 -9
  311. package/js/src/pro/woo.js +1 -1
  312. package/js/src/probit.js +29 -24
  313. package/js/src/tidex.js +16 -15
  314. package/js/src/timex.js +19 -18
  315. package/js/src/tokocrypto.js +28 -23
  316. package/js/src/upbit.js +19 -19
  317. package/js/src/wavesexchange.js +23 -20
  318. package/js/src/wazirx.js +25 -18
  319. package/js/src/whitebit.js +33 -27
  320. package/js/src/woo.js +45 -35
  321. package/js/src/yobit.js +25 -20
  322. package/js/src/zaif.js +9 -9
  323. package/js/src/zonda.js +18 -17
  324. package/package.json +2 -2
  325. package/js/src/bitstamp1.d.ts +0 -28
  326. package/js/src/bitstamp1.js +0 -430
  327. package/js/src/lbank2.d.ts +0 -90
  328. package/js/src/lbank2.js +0 -2779
package/js/src/bitso.js CHANGED
@@ -39,11 +39,10 @@ export default class bitso extends Exchange {
39
39
  'createReduceOnlyOrder': false,
40
40
  'fetchAccounts': false,
41
41
  'fetchBalance': true,
42
- 'fetchBorrowRate': false,
43
42
  'fetchBorrowRateHistories': false,
44
43
  'fetchBorrowRateHistory': false,
45
- 'fetchBorrowRates': false,
46
- 'fetchBorrowRatesPerSymbol': false,
44
+ 'fetchCrossBorrowRate': false,
45
+ 'fetchCrossBorrowRates': false,
47
46
  'fetchDeposit': true,
48
47
  'fetchDepositAddress': true,
49
48
  'fetchDepositAddresses': false,
@@ -56,6 +55,8 @@ export default class bitso extends Exchange {
56
55
  'fetchFundingRateHistory': false,
57
56
  'fetchFundingRates': false,
58
57
  'fetchIndexOHLCV': false,
58
+ 'fetchIsolatedBorrowRate': false,
59
+ 'fetchIsolatedBorrowRates': false,
59
60
  'fetchLedger': true,
60
61
  'fetchLeverage': false,
61
62
  'fetchMarginMode': false,
@@ -190,7 +191,7 @@ export default class bitso extends Exchange {
190
191
  * @param {int} [since] timestamp in ms of the earliest ledger entry, default is undefined
191
192
  * @param {int} [limit] max number of ledger entrys to return, default is undefined
192
193
  * @param {object} [params] extra parameters specific to the bitso api endpoint
193
- * @returns {object} a [ledger structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ledger-structure}
194
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger-structure}
194
195
  */
195
196
  const request = {};
196
197
  if (limit !== undefined) {
@@ -503,7 +504,7 @@ export default class bitso extends Exchange {
503
504
  * @name bitso#fetchBalance
504
505
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
505
506
  * @param {object} [params] extra parameters specific to the bitso api endpoint
506
- * @returns {object} a [balance structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#balance-structure}
507
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
507
508
  */
508
509
  await this.loadMarkets();
509
510
  const response = await this.privateGetBalance(params);
@@ -542,7 +543,7 @@ export default class bitso extends Exchange {
542
543
  * @param {string} symbol unified symbol of the market to fetch the order book for
543
544
  * @param {int} [limit] the maximum amount of order book entries to return
544
545
  * @param {object} [params] extra parameters specific to the bitso api endpoint
545
- * @returns {object} A dictionary of [order book structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-book-structure} indexed by market symbols
546
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
546
547
  */
547
548
  await this.loadMarkets();
548
549
  const market = this.market(symbol);
@@ -605,7 +606,7 @@ export default class bitso extends Exchange {
605
606
  * @description fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
606
607
  * @param {string} symbol unified symbol of the market to fetch the ticker for
607
608
  * @param {object} [params] extra parameters specific to the bitso api endpoint
608
- * @returns {object} a [ticker structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
609
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
609
610
  */
610
611
  await this.loadMarkets();
611
612
  const market = this.market(symbol);
@@ -827,7 +828,7 @@ export default class bitso extends Exchange {
827
828
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
828
829
  * @param {int} [limit] the maximum amount of trades to fetch
829
830
  * @param {object} [params] extra parameters specific to the bitso api endpoint
830
- * @returns {Trade[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#public-trades}
831
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
831
832
  */
832
833
  await this.loadMarkets();
833
834
  const market = this.market(symbol);
@@ -843,7 +844,7 @@ export default class bitso extends Exchange {
843
844
  * @name bitso#fetchTradingFees
844
845
  * @description fetch the trading fees for multiple markets
845
846
  * @param {object} [params] extra parameters specific to the bitso api endpoint
846
- * @returns {object} a dictionary of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure} indexed by market symbols
847
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
847
848
  */
848
849
  await this.loadMarkets();
849
850
  const response = await this.privateGetFees(params);
@@ -917,7 +918,7 @@ export default class bitso extends Exchange {
917
918
  * @param {int} [since] the earliest time in ms to fetch trades for
918
919
  * @param {int} [limit] the maximum number of trades structures to retrieve
919
920
  * @param {object} [params] extra parameters specific to the bitso api endpoint
920
- * @returns {Trade[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
921
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
921
922
  */
922
923
  await this.loadMarkets();
923
924
  const market = this.market(symbol);
@@ -956,7 +957,7 @@ export default class bitso extends Exchange {
956
957
  * @param {float} amount how much of currency you want to trade in units of base currency
957
958
  * @param {float} [price] the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
958
959
  * @param {object} [params] extra parameters specific to the bitso api endpoint
959
- * @returns {object} an [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
960
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
960
961
  */
961
962
  await this.loadMarkets();
962
963
  const market = this.market(symbol);
@@ -984,7 +985,7 @@ export default class bitso extends Exchange {
984
985
  * @param {string} id order id
985
986
  * @param {string} symbol not used by bitso cancelOrder ()
986
987
  * @param {object} [params] extra parameters specific to the bitso api endpoint
987
- * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
988
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
988
989
  */
989
990
  await this.loadMarkets();
990
991
  const request = {
@@ -1000,7 +1001,7 @@ export default class bitso extends Exchange {
1000
1001
  * @param {string[]} ids order ids
1001
1002
  * @param {string} symbol unified market symbol
1002
1003
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1003
- * @returns {object} an list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1004
+ * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1004
1005
  */
1005
1006
  if (!Array.isArray(ids)) {
1006
1007
  throw new ArgumentsRequired(this.id + ' cancelOrders() ids argument should be an array');
@@ -1035,7 +1036,7 @@ export default class bitso extends Exchange {
1035
1036
  * @description cancel all open orders
1036
1037
  * @param {undefined} symbol bitso does not support canceling orders for only a specific market
1037
1038
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1038
- * @returns {object[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1039
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1039
1040
  */
1040
1041
  if (symbol !== undefined) {
1041
1042
  throw new NotSupported(this.id + ' cancelAllOrders() deletes all orders for user, it does not support filtering by symbol.');
@@ -1121,7 +1122,7 @@ export default class bitso extends Exchange {
1121
1122
  * @param {int} [since] the earliest time in ms to fetch open orders for
1122
1123
  * @param {int} [limit] the maximum number of open orders structures to retrieve
1123
1124
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1124
- * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1125
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1125
1126
  */
1126
1127
  await this.loadMarkets();
1127
1128
  const market = this.market(symbol);
@@ -1157,7 +1158,7 @@ export default class bitso extends Exchange {
1157
1158
  * @description fetches information on an order made by the user
1158
1159
  * @param {string} symbol not used by bitso fetchOrder
1159
1160
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1160
- * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1161
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1161
1162
  */
1162
1163
  await this.loadMarkets();
1163
1164
  const response = await this.privateGetOrdersOid({
@@ -1182,7 +1183,7 @@ export default class bitso extends Exchange {
1182
1183
  * @param {int} [since] the earliest time in ms to fetch trades for
1183
1184
  * @param {int} [limit] the maximum number of trades to retrieve
1184
1185
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1185
- * @returns {object[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
1186
+ * @returns {object[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1186
1187
  */
1187
1188
  await this.loadMarkets();
1188
1189
  const market = this.market(symbol);
@@ -1200,7 +1201,7 @@ export default class bitso extends Exchange {
1200
1201
  * @param {string} id deposit id
1201
1202
  * @param {string} code bitso does not support filtering by currency code and will ignore this argument
1202
1203
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1203
- * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1204
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1204
1205
  */
1205
1206
  await this.loadMarkets();
1206
1207
  const request = {
@@ -1243,7 +1244,7 @@ export default class bitso extends Exchange {
1243
1244
  * @param {int} [since] the earliest time in ms to fetch deposits for
1244
1245
  * @param {int} [limit] the maximum number of deposits structures to retrieve
1245
1246
  * @param {object} [params] extra parameters specific to the exmo api endpoint
1246
- * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1247
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1247
1248
  */
1248
1249
  await this.loadMarkets();
1249
1250
  let currency = undefined;
@@ -1284,7 +1285,7 @@ export default class bitso extends Exchange {
1284
1285
  * @description fetch the deposit address for a currency associated with this account
1285
1286
  * @param {string} code unified currency code
1286
1287
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1287
- * @returns {object} an [address structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#address-structure}
1288
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
1288
1289
  */
1289
1290
  await this.loadMarkets();
1290
1291
  const currency = this.currency(code);
@@ -1317,7 +1318,7 @@ export default class bitso extends Exchange {
1317
1318
  * @see https://bitso.com/api_info#fees
1318
1319
  * @param {string[]|undefined} codes list of unified currency codes
1319
1320
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1320
- * @returns {object[]} a list of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
1321
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1321
1322
  */
1322
1323
  await this.loadMarkets();
1323
1324
  const response = await this.privateGetFees(params);
@@ -1410,7 +1411,7 @@ export default class bitso extends Exchange {
1410
1411
  * @see https://bitso.com/api_info#fees
1411
1412
  * @param {string[]|undefined} codes list of unified currency codes
1412
1413
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1413
- * @returns {object[]} a list of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
1414
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1414
1415
  */
1415
1416
  await this.loadMarkets();
1416
1417
  const response = await this.privateGetFees(params);
@@ -1549,7 +1550,7 @@ export default class bitso extends Exchange {
1549
1550
  * @param {string} address the address to withdraw to
1550
1551
  * @param {string} tag
1551
1552
  * @param {object} [params] extra parameters specific to the bitso api endpoint
1552
- * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1553
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1553
1554
  */
1554
1555
  [tag, params] = this.handleWithdrawTagAndParams(tag, params);
1555
1556
  this.checkAddress(address);
@@ -102,7 +102,7 @@ export default class bitstamp extends Exchange {
102
102
  before: any;
103
103
  after: any;
104
104
  status: string;
105
- fee: import("./base/types.js").Fee;
105
+ fee: import("./base/types.js").FeeInterface;
106
106
  } | {
107
107
  id: string;
108
108
  info: any;
@@ -118,7 +118,7 @@ export default class bitstamp extends Exchange {
118
118
  before: any;
119
119
  after: any;
120
120
  status: string;
121
- fee: import("./base/types.js").Fee;
121
+ fee: import("./base/types.js").FeeInterface;
122
122
  };
123
123
  fetchLedger(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<any>;
124
124
  fetchOpenOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
@@ -42,11 +42,10 @@ export default class bitstamp extends Exchange {
42
42
  'createStopMarketOrder': false,
43
43
  'createStopOrder': false,
44
44
  'fetchBalance': true,
45
- 'fetchBorrowRate': false,
46
45
  'fetchBorrowRateHistories': false,
47
46
  'fetchBorrowRateHistory': false,
48
- 'fetchBorrowRates': false,
49
- 'fetchBorrowRatesPerSymbol': false,
47
+ 'fetchCrossBorrowRate': false,
48
+ 'fetchCrossBorrowRates': false,
50
49
  'fetchCurrencies': true,
51
50
  'fetchDepositAddress': true,
52
51
  'fetchDepositsWithdrawals': true,
@@ -57,6 +56,8 @@ export default class bitstamp extends Exchange {
57
56
  'fetchFundingRateHistory': false,
58
57
  'fetchFundingRates': false,
59
58
  'fetchIndexOHLCV': false,
59
+ 'fetchIsolatedBorrowRate': false,
60
+ 'fetchIsolatedBorrowRates': false,
60
61
  'fetchLedger': true,
61
62
  'fetchLeverage': false,
62
63
  'fetchMarginMode': false,
@@ -637,7 +638,7 @@ export default class bitstamp extends Exchange {
637
638
  * @param {string} symbol unified symbol of the market to fetch the order book for
638
639
  * @param {int} [limit] the maximum amount of order book entries to return
639
640
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
640
- * @returns {object} A dictionary of [order book structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-book-structure} indexed by market symbols
641
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
641
642
  */
642
643
  await this.loadMarkets();
643
644
  const market = this.market(symbol);
@@ -721,7 +722,7 @@ export default class bitstamp extends Exchange {
721
722
  * @description fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
722
723
  * @param {string} symbol unified symbol of the market to fetch the ticker for
723
724
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
724
- * @returns {object} a [ticker structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
725
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
725
726
  */
726
727
  await this.loadMarkets();
727
728
  const market = this.market(symbol);
@@ -754,7 +755,7 @@ export default class bitstamp extends Exchange {
754
755
  * @see https://www.bitstamp.net/api/#all-tickers
755
756
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
756
757
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
757
- * @returns {object} a dictionary of [ticker structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#ticker-structure}
758
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
758
759
  */
759
760
  await this.loadMarkets();
760
761
  const response = await this.publicGetTicker(params);
@@ -985,7 +986,7 @@ export default class bitstamp extends Exchange {
985
986
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
986
987
  * @param {int} [limit] the maximum amount of trades to fetch
987
988
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
988
- * @returns {Trade[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#public-trades}
989
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
989
990
  */
990
991
  await this.loadMarkets();
991
992
  const market = this.market(symbol);
@@ -1115,7 +1116,7 @@ export default class bitstamp extends Exchange {
1115
1116
  * @name bitstamp#fetchBalance
1116
1117
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
1117
1118
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1118
- * @returns {object} a [balance structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#balance-structure}
1119
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
1119
1120
  */
1120
1121
  await this.loadMarkets();
1121
1122
  const response = await this.privatePostBalance(params);
@@ -1146,7 +1147,7 @@ export default class bitstamp extends Exchange {
1146
1147
  * @description fetch the trading fees for a market
1147
1148
  * @param {string} symbol unified market symbol
1148
1149
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1149
- * @returns {object} a [fee structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
1150
+ * @returns {object} a [fee structure]{@link https://docs.ccxt.com/#/?id=fee-structure}
1150
1151
  */
1151
1152
  await this.loadMarkets();
1152
1153
  const market = this.market(symbol);
@@ -1185,7 +1186,7 @@ export default class bitstamp extends Exchange {
1185
1186
  * @name bitstamp#fetchTradingFees
1186
1187
  * @description fetch the trading fees for multiple markets
1187
1188
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1188
- * @returns {object} a dictionary of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure} indexed by market symbols
1189
+ * @returns {object} a dictionary of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure} indexed by market symbols
1189
1190
  */
1190
1191
  await this.loadMarkets();
1191
1192
  const response = await this.privatePostBalance(params);
@@ -1200,7 +1201,7 @@ export default class bitstamp extends Exchange {
1200
1201
  * @see https://www.bitstamp.net/api/#balance
1201
1202
  * @param {string[]|undefined} codes list of unified currency codes
1202
1203
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1203
- * @returns {object[]} a list of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
1204
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1204
1205
  */
1205
1206
  await this.loadMarkets();
1206
1207
  const balance = await this.privatePostBalance(params);
@@ -1262,7 +1263,7 @@ export default class bitstamp extends Exchange {
1262
1263
  * @see https://www.bitstamp.net/api/#balance
1263
1264
  * @param {string[]|undefined} codes list of unified currency codes
1264
1265
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1265
- * @returns {object[]} a list of [fee structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#fee-structure}
1266
+ * @returns {object[]} a list of [fee structures]{@link https://docs.ccxt.com/#/?id=fee-structure}
1266
1267
  */
1267
1268
  await this.loadMarkets();
1268
1269
  const response = await this.privatePostBalance(params);
@@ -1337,7 +1338,7 @@ export default class bitstamp extends Exchange {
1337
1338
  * @param {float} amount how much of currency you want to trade in units of base currency
1338
1339
  * @param {float} [price] the price at which the order is to be fullfilled, in units of the quote currency, ignored in market orders
1339
1340
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1340
- * @returns {object} an [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1341
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1341
1342
  */
1342
1343
  await this.loadMarkets();
1343
1344
  const market = this.market(symbol);
@@ -1374,7 +1375,7 @@ export default class bitstamp extends Exchange {
1374
1375
  * @param {string} id order id
1375
1376
  * @param {string} symbol unified symbol of the market the order was made in
1376
1377
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1377
- * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1378
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1378
1379
  */
1379
1380
  await this.loadMarkets();
1380
1381
  const request = {
@@ -1389,7 +1390,7 @@ export default class bitstamp extends Exchange {
1389
1390
  * @description cancel all open orders
1390
1391
  * @param {string} symbol unified market symbol, only orders in the market of this symbol are cancelled when symbol is not undefined
1391
1392
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1392
- * @returns {object[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1393
+ * @returns {object[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1393
1394
  */
1394
1395
  await this.loadMarkets();
1395
1396
  let market = undefined;
@@ -1432,7 +1433,7 @@ export default class bitstamp extends Exchange {
1432
1433
  * @description fetches information on an order made by the user
1433
1434
  * @param {string} symbol unified symbol of the market the order was made in
1434
1435
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1435
- * @returns {object} An [order structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1436
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1436
1437
  */
1437
1438
  await this.loadMarkets();
1438
1439
  let market = undefined;
@@ -1478,7 +1479,7 @@ export default class bitstamp extends Exchange {
1478
1479
  * @param {int} [since] the earliest time in ms to fetch trades for
1479
1480
  * @param {int} [limit] the maximum number of trades structures to retrieve
1480
1481
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1481
- * @returns {Trade[]} a list of [trade structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#trade-structure}
1482
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1482
1483
  */
1483
1484
  await this.loadMarkets();
1484
1485
  const request = {};
@@ -1505,7 +1506,7 @@ export default class bitstamp extends Exchange {
1505
1506
  * @param {int} [since] timestamp in ms of the earliest deposit/withdrawal, default is undefined
1506
1507
  * @param {int} [limit] max number of deposit/withdrawals to return, default is undefined
1507
1508
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1508
- * @returns {object} a list of [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1509
+ * @returns {object} a list of [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1509
1510
  */
1510
1511
  await this.loadMarkets();
1511
1512
  const request = {};
@@ -1555,7 +1556,7 @@ export default class bitstamp extends Exchange {
1555
1556
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
1556
1557
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
1557
1558
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1558
- * @returns {object[]} a list of [transaction structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
1559
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1559
1560
  */
1560
1561
  await this.loadMarkets();
1561
1562
  const request = {};
@@ -1923,7 +1924,7 @@ export default class bitstamp extends Exchange {
1923
1924
  * @param {int} [since] timestamp in ms of the earliest ledger entry, default is undefined
1924
1925
  * @param {int} [limit] max number of ledger entrys to return, default is undefined
1925
1926
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1926
- * @returns {object} a [ledger structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#ledger-structure}
1927
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger-structure}
1927
1928
  */
1928
1929
  await this.loadMarkets();
1929
1930
  const request = {};
@@ -1946,7 +1947,7 @@ export default class bitstamp extends Exchange {
1946
1947
  * @param {int} [since] the earliest time in ms to fetch open orders for
1947
1948
  * @param {int} [limit] the maximum number of open orders structures to retrieve
1948
1949
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1949
- * @returns {Order[]} a list of [order structures]{@link https://github.com/ccxt/ccxt/wiki/Manual#order-structure}
1950
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1950
1951
  */
1951
1952
  let market = undefined;
1952
1953
  await this.loadMarkets();
@@ -1991,7 +1992,7 @@ export default class bitstamp extends Exchange {
1991
1992
  * @description fetch the deposit address for a currency associated with this account
1992
1993
  * @param {string} code unified currency code
1993
1994
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
1994
- * @returns {object} an [address structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#address-structure}
1995
+ * @returns {object} an [address structure]{@link https://docs.ccxt.com/#/?id=address-structure}
1995
1996
  */
1996
1997
  if (this.isFiat(code)) {
1997
1998
  throw new NotSupported(this.id + ' fiat fetchDepositAddress() for ' + code + ' is not supported!');
@@ -2020,7 +2021,7 @@ export default class bitstamp extends Exchange {
2020
2021
  * @param {string} address the address to withdraw to
2021
2022
  * @param {string} tag
2022
2023
  * @param {object} [params] extra parameters specific to the bitstamp api endpoint
2023
- * @returns {object} a [transaction structure]{@link https://github.com/ccxt/ccxt/wiki/Manual#transaction-structure}
2024
+ * @returns {object} a [transaction structure]{@link https://docs.ccxt.com/#/?id=transaction-structure}
2024
2025
  */
2025
2026
  // For fiat withdrawals please provide all required additional parameters in the 'params'
2026
2027
  // Check https://www.bitstamp.net/api/ under 'Open bank withdrawal' for list and description.