ccxt 4.5.28 → 4.5.29

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 (513) hide show
  1. package/README.md +21 -5
  2. package/dist/ccxt.browser.min.js +3 -3
  3. package/dist/cjs/ccxt.js +1 -1
  4. package/dist/cjs/src/alpaca.js +21 -21
  5. package/dist/cjs/src/apex.js +20 -20
  6. package/dist/cjs/src/arkham.js +22 -22
  7. package/dist/cjs/src/ascendex.js +28 -28
  8. package/dist/cjs/src/backpack.js +22 -22
  9. package/dist/cjs/src/base/Exchange.js +48 -38
  10. package/dist/cjs/src/base/functions/throttle.js +54 -5
  11. package/dist/cjs/src/bigone.js +19 -19
  12. package/dist/cjs/src/binance.js +83 -82
  13. package/dist/cjs/src/bingx.js +46 -46
  14. package/dist/cjs/src/bit2c.js +11 -11
  15. package/dist/cjs/src/bitbank.js +49 -48
  16. package/dist/cjs/src/bitbns.js +13 -13
  17. package/dist/cjs/src/bitfinex.js +33 -33
  18. package/dist/cjs/src/bitflyer.js +17 -17
  19. package/dist/cjs/src/bitget.js +58 -57
  20. package/dist/cjs/src/bithumb.js +10 -10
  21. package/dist/cjs/src/bitmart.js +44 -44
  22. package/dist/cjs/src/bitmex.js +24 -24
  23. package/dist/cjs/src/bitopro.js +20 -20
  24. package/dist/cjs/src/bitrue.js +18 -18
  25. package/dist/cjs/src/bitso.js +20 -20
  26. package/dist/cjs/src/bitstamp.js +21 -21
  27. package/dist/cjs/src/bittrade.js +20 -20
  28. package/dist/cjs/src/bitvavo.js +19 -19
  29. package/dist/cjs/src/blockchaincom.js +20 -20
  30. package/dist/cjs/src/blofin.js +26 -26
  31. package/dist/cjs/src/btcalpha.js +35 -34
  32. package/dist/cjs/src/btcbox.js +10 -10
  33. package/dist/cjs/src/btcmarkets.js +16 -16
  34. package/dist/cjs/src/btcturk.js +10 -10
  35. package/dist/cjs/src/bullish.js +26 -26
  36. package/dist/cjs/src/bybit.js +67 -67
  37. package/dist/cjs/src/cex.js +18 -18
  38. package/dist/cjs/src/coinbase.js +40 -40
  39. package/dist/cjs/src/coinbaseexchange.js +22 -22
  40. package/dist/cjs/src/coinbaseinternational.js +22 -22
  41. package/dist/cjs/src/coincatch.js +39 -39
  42. package/dist/cjs/src/coincheck.js +11 -11
  43. package/dist/cjs/src/coinex.js +48 -48
  44. package/dist/cjs/src/coinmate.js +14 -14
  45. package/dist/cjs/src/coinmetro.js +14 -14
  46. package/dist/cjs/src/coinone.js +11 -11
  47. package/dist/cjs/src/coinsph.js +20 -20
  48. package/dist/cjs/src/coinspot.js +8 -8
  49. package/dist/cjs/src/cryptocom.js +32 -32
  50. package/dist/cjs/src/cryptomus.js +9 -9
  51. package/dist/cjs/src/deepcoin.js +33 -33
  52. package/dist/cjs/src/defx.js +23 -23
  53. package/dist/cjs/src/delta.js +29 -29
  54. package/dist/cjs/src/deribit.js +36 -36
  55. package/dist/cjs/src/derive.js +19 -19
  56. package/dist/cjs/src/digifinex.js +36 -36
  57. package/dist/cjs/src/dydx.js +22 -22
  58. package/dist/cjs/src/exmo.js +29 -29
  59. package/dist/cjs/src/foxbit.js +23 -23
  60. package/dist/cjs/src/gate.js +57 -57
  61. package/dist/cjs/src/gemini.js +16 -16
  62. package/dist/cjs/src/hashkey.js +35 -35
  63. package/dist/cjs/src/hibachi.js +24 -24
  64. package/dist/cjs/src/hitbtc.js +38 -38
  65. package/dist/cjs/src/hollaex.js +22 -22
  66. package/dist/cjs/src/htx.js +50 -50
  67. package/dist/cjs/src/hyperliquid.js +76 -42
  68. package/dist/cjs/src/independentreserve.js +13 -13
  69. package/dist/cjs/src/indodax.js +14 -14
  70. package/dist/cjs/src/kraken.js +30 -30
  71. package/dist/cjs/src/krakenfutures.js +21 -21
  72. package/dist/cjs/src/kucoin.js +44 -44
  73. package/dist/cjs/src/kucoinfutures.js +42 -40
  74. package/dist/cjs/src/latoken.js +16 -16
  75. package/dist/cjs/src/lbank.js +23 -23
  76. package/dist/cjs/src/luno.js +17 -17
  77. package/dist/cjs/src/mercado.js +11 -11
  78. package/dist/cjs/src/mexc.js +47 -47
  79. package/dist/cjs/src/modetrade.js +37 -35
  80. package/dist/cjs/src/ndax.js +19 -19
  81. package/dist/cjs/src/novadax.js +19 -19
  82. package/dist/cjs/src/oceanex.js +16 -16
  83. package/dist/cjs/src/okx.js +83 -83
  84. package/dist/cjs/src/onetrading.js +34 -33
  85. package/dist/cjs/src/oxfun.js +25 -25
  86. package/dist/cjs/src/p2b.js +11 -11
  87. package/dist/cjs/src/paradex.js +54 -54
  88. package/dist/cjs/src/paymium.js +20 -21
  89. package/dist/cjs/src/phemex.js +35 -35
  90. package/dist/cjs/src/poloniex.js +27 -27
  91. package/dist/cjs/src/pro/alpaca.js +5 -5
  92. package/dist/cjs/src/pro/apex.js +8 -8
  93. package/dist/cjs/src/pro/arkham.js +5 -5
  94. package/dist/cjs/src/pro/ascendex.js +5 -5
  95. package/dist/cjs/src/pro/backpack.js +16 -16
  96. package/dist/cjs/src/pro/binance.js +35 -35
  97. package/dist/cjs/src/pro/bingx.js +9 -9
  98. package/dist/cjs/src/pro/bitfinex.js +8 -8
  99. package/dist/cjs/src/pro/bitget.js +12 -12
  100. package/dist/cjs/src/pro/bithumb.js +3 -3
  101. package/dist/cjs/src/pro/bitmart.js +388 -31
  102. package/dist/cjs/src/pro/bitmex.js +9 -9
  103. package/dist/cjs/src/pro/bitopro.js +5 -5
  104. package/dist/cjs/src/pro/bitrue.js +2 -2
  105. package/dist/cjs/src/pro/bitstamp.js +3 -3
  106. package/dist/cjs/src/pro/bittrade.js +3 -3
  107. package/dist/cjs/src/pro/bitvavo.js +19 -19
  108. package/dist/cjs/src/pro/blockchaincom.js +5 -5
  109. package/dist/cjs/src/pro/blofin.js +10 -10
  110. package/dist/cjs/src/pro/bullish.js +6 -6
  111. package/dist/cjs/src/pro/bybit.js +19 -19
  112. package/dist/cjs/src/pro/cex.js +13 -13
  113. package/dist/cjs/src/pro/coinbase.js +13 -13
  114. package/dist/cjs/src/pro/coinbaseexchange.js +10 -10
  115. package/dist/cjs/src/pro/coinbaseinternational.js +8 -8
  116. package/dist/cjs/src/pro/coincatch.js +10 -10
  117. package/dist/cjs/src/pro/coincheck.js +2 -2
  118. package/dist/cjs/src/pro/coinex.js +10 -10
  119. package/dist/cjs/src/pro/coinone.js +3 -3
  120. package/dist/cjs/src/pro/cryptocom.js +20 -20
  121. package/dist/cjs/src/pro/deepcoin.js +8 -8
  122. package/dist/cjs/src/pro/defx.js +15 -15
  123. package/dist/cjs/src/pro/deribit.js +10 -10
  124. package/dist/cjs/src/pro/derive.js +6 -6
  125. package/dist/cjs/src/pro/dydx.js +3 -3
  126. package/dist/cjs/src/pro/exmo.js +7 -7
  127. package/dist/cjs/src/pro/gate.js +21 -59
  128. package/dist/cjs/src/pro/gemini.js +6 -6
  129. package/dist/cjs/src/pro/hashkey.js +6 -6
  130. package/dist/cjs/src/pro/hitbtc.js +8 -8
  131. package/dist/cjs/src/pro/hollaex.js +5 -5
  132. package/dist/cjs/src/pro/htx.js +9 -9
  133. package/dist/cjs/src/pro/hyperliquid.js +103 -14
  134. package/dist/cjs/src/pro/independentreserve.js +2 -2
  135. package/dist/cjs/src/pro/kraken.js +15 -15
  136. package/dist/cjs/src/pro/krakenfutures.js +10 -10
  137. package/dist/cjs/src/pro/kucoin.js +15 -15
  138. package/dist/cjs/src/pro/kucoinfutures.js +13 -13
  139. package/dist/cjs/src/pro/lbank.js +5 -5
  140. package/dist/cjs/src/pro/luno.js +2 -2
  141. package/dist/cjs/src/pro/mexc.js +13 -13
  142. package/dist/cjs/src/pro/modetrade.js +8 -8
  143. package/dist/cjs/src/pro/ndax.js +3 -3
  144. package/dist/cjs/src/pro/okx.js +25 -25
  145. package/dist/cjs/src/pro/onetrading.js +6 -6
  146. package/dist/cjs/src/pro/oxfun.js +13 -13
  147. package/dist/cjs/src/pro/p2b.js +5 -5
  148. package/dist/cjs/src/pro/paradex.js +8 -8
  149. package/dist/cjs/src/pro/phemex.js +7 -7
  150. package/dist/cjs/src/pro/poloniex.js +8 -8
  151. package/dist/cjs/src/pro/probit.js +6 -6
  152. package/dist/cjs/src/pro/toobit.js +9 -9
  153. package/dist/cjs/src/pro/upbit.js +9 -9
  154. package/dist/cjs/src/pro/whitebit.js +7 -7
  155. package/dist/cjs/src/pro/woo.js +13 -13
  156. package/dist/cjs/src/pro/woofipro.js +20 -20
  157. package/dist/cjs/src/pro/xt.js +2 -2
  158. package/dist/cjs/src/probit.js +18 -18
  159. package/dist/cjs/src/static_dependencies/ethers/utils/index.js +11 -0
  160. package/dist/cjs/src/timex.js +16 -16
  161. package/dist/cjs/src/tokocrypto.js +17 -17
  162. package/dist/cjs/src/toobit.js +31 -29
  163. package/dist/cjs/src/upbit.js +23 -23
  164. package/dist/cjs/src/wavesexchange.js +86 -85
  165. package/dist/cjs/src/whitebit.js +44 -44
  166. package/dist/cjs/src/woo.js +51 -49
  167. package/dist/cjs/src/woofipro.js +104 -82
  168. package/dist/cjs/src/xt.js +17 -12
  169. package/dist/cjs/src/yobit.js +15 -15
  170. package/dist/cjs/src/zaif.js +38 -9
  171. package/dist/cjs/src/zebpay.js +35 -20
  172. package/dist/cjs/src/zonda.js +14 -14
  173. package/js/ccxt.d.ts +1 -1
  174. package/js/ccxt.js +1 -1
  175. package/js/src/alpaca.d.ts +21 -21
  176. package/js/src/alpaca.js +21 -21
  177. package/js/src/apex.d.ts +20 -20
  178. package/js/src/apex.js +20 -20
  179. package/js/src/arkham.d.ts +22 -22
  180. package/js/src/arkham.js +22 -22
  181. package/js/src/ascendex.d.ts +28 -28
  182. package/js/src/ascendex.js +28 -28
  183. package/js/src/backpack.d.ts +21 -21
  184. package/js/src/backpack.js +22 -22
  185. package/js/src/base/Exchange.d.ts +6 -3
  186. package/js/src/base/Exchange.js +48 -38
  187. package/js/src/base/functions/throttle.d.ts +22 -0
  188. package/js/src/base/functions/throttle.js +54 -5
  189. package/js/src/bigone.d.ts +19 -19
  190. package/js/src/bigone.js +19 -19
  191. package/js/src/binance.d.ts +82 -82
  192. package/js/src/binance.js +83 -82
  193. package/js/src/bingx.d.ts +46 -46
  194. package/js/src/bingx.js +46 -46
  195. package/js/src/bit2c.d.ts +11 -11
  196. package/js/src/bit2c.js +11 -11
  197. package/js/src/bitbank.d.ts +12 -12
  198. package/js/src/bitbank.js +49 -48
  199. package/js/src/bitbns.d.ts +13 -13
  200. package/js/src/bitbns.js +13 -13
  201. package/js/src/bitfinex.d.ts +33 -33
  202. package/js/src/bitfinex.js +33 -33
  203. package/js/src/bitflyer.d.ts +17 -17
  204. package/js/src/bitflyer.js +17 -17
  205. package/js/src/bitget.d.ts +57 -57
  206. package/js/src/bitget.js +58 -57
  207. package/js/src/bithumb.d.ts +10 -10
  208. package/js/src/bithumb.js +10 -10
  209. package/js/src/bitmart.d.ts +42 -42
  210. package/js/src/bitmart.js +44 -44
  211. package/js/src/bitmex.d.ts +24 -24
  212. package/js/src/bitmex.js +24 -24
  213. package/js/src/bitopro.d.ts +20 -20
  214. package/js/src/bitopro.js +20 -20
  215. package/js/src/bitrue.d.ts +18 -18
  216. package/js/src/bitrue.js +18 -18
  217. package/js/src/bitso.d.ts +20 -20
  218. package/js/src/bitso.js +20 -20
  219. package/js/src/bitstamp.d.ts +21 -21
  220. package/js/src/bitstamp.js +21 -21
  221. package/js/src/bittrade.d.ts +20 -20
  222. package/js/src/bittrade.js +20 -20
  223. package/js/src/bitvavo.d.ts +19 -19
  224. package/js/src/bitvavo.js +19 -19
  225. package/js/src/blockchaincom.d.ts +20 -20
  226. package/js/src/blockchaincom.js +20 -20
  227. package/js/src/blofin.d.ts +26 -26
  228. package/js/src/blofin.js +26 -26
  229. package/js/src/btcalpha.d.ts +14 -14
  230. package/js/src/btcalpha.js +35 -34
  231. package/js/src/btcbox.d.ts +10 -10
  232. package/js/src/btcbox.js +10 -10
  233. package/js/src/btcmarkets.d.ts +16 -16
  234. package/js/src/btcmarkets.js +16 -16
  235. package/js/src/btcturk.d.ts +10 -10
  236. package/js/src/btcturk.js +10 -10
  237. package/js/src/bullish.d.ts +26 -26
  238. package/js/src/bullish.js +26 -26
  239. package/js/src/bybit.d.ts +66 -66
  240. package/js/src/bybit.js +67 -67
  241. package/js/src/cex.d.ts +18 -18
  242. package/js/src/cex.js +18 -18
  243. package/js/src/coinbase.d.ts +40 -40
  244. package/js/src/coinbase.js +40 -40
  245. package/js/src/coinbaseexchange.d.ts +22 -22
  246. package/js/src/coinbaseexchange.js +22 -22
  247. package/js/src/coinbaseinternational.d.ts +22 -22
  248. package/js/src/coinbaseinternational.js +22 -22
  249. package/js/src/coincatch.d.ts +39 -39
  250. package/js/src/coincatch.js +39 -39
  251. package/js/src/coincheck.d.ts +11 -11
  252. package/js/src/coincheck.js +11 -11
  253. package/js/src/coinex.d.ts +48 -48
  254. package/js/src/coinex.js +48 -48
  255. package/js/src/coinmate.d.ts +14 -14
  256. package/js/src/coinmate.js +14 -14
  257. package/js/src/coinmetro.d.ts +14 -14
  258. package/js/src/coinmetro.js +14 -14
  259. package/js/src/coinone.d.ts +11 -11
  260. package/js/src/coinone.js +11 -11
  261. package/js/src/coinsph.d.ts +20 -20
  262. package/js/src/coinsph.js +20 -20
  263. package/js/src/coinspot.d.ts +8 -8
  264. package/js/src/coinspot.js +8 -8
  265. package/js/src/cryptocom.d.ts +32 -32
  266. package/js/src/cryptocom.js +32 -32
  267. package/js/src/cryptomus.d.ts +9 -9
  268. package/js/src/cryptomus.js +9 -9
  269. package/js/src/deepcoin.d.ts +33 -33
  270. package/js/src/deepcoin.js +33 -33
  271. package/js/src/defx.d.ts +23 -23
  272. package/js/src/defx.js +23 -23
  273. package/js/src/delta.d.ts +29 -29
  274. package/js/src/delta.js +29 -29
  275. package/js/src/deribit.d.ts +36 -36
  276. package/js/src/deribit.js +36 -36
  277. package/js/src/derive.d.ts +19 -19
  278. package/js/src/derive.js +19 -19
  279. package/js/src/digifinex.d.ts +36 -36
  280. package/js/src/digifinex.js +36 -36
  281. package/js/src/dydx.d.ts +22 -22
  282. package/js/src/dydx.js +22 -22
  283. package/js/src/exmo.d.ts +29 -29
  284. package/js/src/exmo.js +29 -29
  285. package/js/src/foxbit.d.ts +23 -23
  286. package/js/src/foxbit.js +23 -23
  287. package/js/src/gate.d.ts +57 -57
  288. package/js/src/gate.js +57 -57
  289. package/js/src/gemini.d.ts +16 -16
  290. package/js/src/gemini.js +16 -16
  291. package/js/src/hashkey.d.ts +35 -35
  292. package/js/src/hashkey.js +35 -35
  293. package/js/src/hibachi.d.ts +24 -24
  294. package/js/src/hibachi.js +24 -24
  295. package/js/src/hitbtc.d.ts +38 -38
  296. package/js/src/hitbtc.js +38 -38
  297. package/js/src/hollaex.d.ts +22 -22
  298. package/js/src/hollaex.js +22 -22
  299. package/js/src/htx.d.ts +50 -50
  300. package/js/src/htx.js +50 -50
  301. package/js/src/hyperliquid.d.ts +46 -36
  302. package/js/src/hyperliquid.js +76 -42
  303. package/js/src/independentreserve.d.ts +13 -13
  304. package/js/src/independentreserve.js +13 -13
  305. package/js/src/indodax.d.ts +14 -14
  306. package/js/src/indodax.js +14 -14
  307. package/js/src/kraken.d.ts +30 -30
  308. package/js/src/kraken.js +30 -30
  309. package/js/src/krakenfutures.d.ts +21 -21
  310. package/js/src/krakenfutures.js +21 -21
  311. package/js/src/kucoin.d.ts +44 -44
  312. package/js/src/kucoin.js +44 -44
  313. package/js/src/kucoinfutures.d.ts +35 -35
  314. package/js/src/kucoinfutures.js +42 -40
  315. package/js/src/latoken.d.ts +16 -16
  316. package/js/src/latoken.js +16 -16
  317. package/js/src/lbank.d.ts +23 -23
  318. package/js/src/lbank.js +23 -23
  319. package/js/src/luno.d.ts +17 -17
  320. package/js/src/luno.js +17 -17
  321. package/js/src/mercado.d.ts +11 -11
  322. package/js/src/mercado.js +11 -11
  323. package/js/src/mexc.d.ts +47 -47
  324. package/js/src/mexc.js +47 -47
  325. package/js/src/modetrade.d.ts +31 -31
  326. package/js/src/modetrade.js +37 -35
  327. package/js/src/ndax.d.ts +19 -19
  328. package/js/src/ndax.js +19 -19
  329. package/js/src/novadax.d.ts +19 -19
  330. package/js/src/novadax.js +19 -19
  331. package/js/src/oceanex.d.ts +16 -16
  332. package/js/src/oceanex.js +16 -16
  333. package/js/src/okx.d.ts +74 -74
  334. package/js/src/okx.js +83 -83
  335. package/js/src/onetrading.d.ts +34 -33
  336. package/js/src/onetrading.js +34 -33
  337. package/js/src/oxfun.d.ts +25 -25
  338. package/js/src/oxfun.js +25 -25
  339. package/js/src/p2b.d.ts +11 -11
  340. package/js/src/p2b.js +11 -11
  341. package/js/src/paradex.d.ts +54 -54
  342. package/js/src/paradex.js +54 -54
  343. package/js/src/paymium.d.ts +20 -21
  344. package/js/src/paymium.js +20 -21
  345. package/js/src/phemex.d.ts +30 -30
  346. package/js/src/phemex.js +35 -35
  347. package/js/src/poloniex.d.ts +26 -26
  348. package/js/src/poloniex.js +27 -27
  349. package/js/src/pro/alpaca.d.ts +5 -5
  350. package/js/src/pro/alpaca.js +5 -5
  351. package/js/src/pro/apex.d.ts +8 -8
  352. package/js/src/pro/apex.js +8 -8
  353. package/js/src/pro/arkham.d.ts +5 -5
  354. package/js/src/pro/arkham.js +5 -5
  355. package/js/src/pro/ascendex.d.ts +5 -5
  356. package/js/src/pro/ascendex.js +5 -5
  357. package/js/src/pro/backpack.d.ts +16 -16
  358. package/js/src/pro/backpack.js +16 -16
  359. package/js/src/pro/binance.d.ts +35 -35
  360. package/js/src/pro/binance.js +35 -35
  361. package/js/src/pro/bingx.d.ts +9 -9
  362. package/js/src/pro/bingx.js +9 -9
  363. package/js/src/pro/bitfinex.d.ts +8 -8
  364. package/js/src/pro/bitfinex.js +8 -8
  365. package/js/src/pro/bitget.d.ts +12 -12
  366. package/js/src/pro/bitget.js +12 -12
  367. package/js/src/pro/bithumb.d.ts +3 -3
  368. package/js/src/pro/bithumb.js +3 -3
  369. package/js/src/pro/bitmart.d.ts +120 -9
  370. package/js/src/pro/bitmart.js +388 -31
  371. package/js/src/pro/bitmex.d.ts +9 -9
  372. package/js/src/pro/bitmex.js +9 -9
  373. package/js/src/pro/bitopro.d.ts +5 -5
  374. package/js/src/pro/bitopro.js +5 -5
  375. package/js/src/pro/bitrue.d.ts +2 -2
  376. package/js/src/pro/bitrue.js +2 -2
  377. package/js/src/pro/bitstamp.d.ts +3 -3
  378. package/js/src/pro/bitstamp.js +3 -3
  379. package/js/src/pro/bittrade.d.ts +3 -3
  380. package/js/src/pro/bittrade.js +3 -3
  381. package/js/src/pro/bitvavo.d.ts +19 -19
  382. package/js/src/pro/bitvavo.js +19 -19
  383. package/js/src/pro/blockchaincom.d.ts +5 -5
  384. package/js/src/pro/blockchaincom.js +5 -5
  385. package/js/src/pro/blofin.d.ts +10 -10
  386. package/js/src/pro/blofin.js +10 -10
  387. package/js/src/pro/bullish.d.ts +6 -6
  388. package/js/src/pro/bullish.js +6 -6
  389. package/js/src/pro/bybit.d.ts +19 -19
  390. package/js/src/pro/bybit.js +19 -19
  391. package/js/src/pro/cex.d.ts +13 -13
  392. package/js/src/pro/cex.js +13 -13
  393. package/js/src/pro/coinbase.d.ts +13 -13
  394. package/js/src/pro/coinbase.js +13 -13
  395. package/js/src/pro/coinbaseexchange.d.ts +10 -10
  396. package/js/src/pro/coinbaseexchange.js +10 -10
  397. package/js/src/pro/coinbaseinternational.d.ts +8 -8
  398. package/js/src/pro/coinbaseinternational.js +8 -8
  399. package/js/src/pro/coincatch.d.ts +10 -10
  400. package/js/src/pro/coincatch.js +10 -10
  401. package/js/src/pro/coincheck.d.ts +2 -2
  402. package/js/src/pro/coincheck.js +2 -2
  403. package/js/src/pro/coinex.d.ts +10 -10
  404. package/js/src/pro/coinex.js +10 -10
  405. package/js/src/pro/coinone.d.ts +3 -3
  406. package/js/src/pro/coinone.js +3 -3
  407. package/js/src/pro/cryptocom.d.ts +20 -20
  408. package/js/src/pro/cryptocom.js +20 -20
  409. package/js/src/pro/deepcoin.d.ts +8 -8
  410. package/js/src/pro/deepcoin.js +8 -8
  411. package/js/src/pro/defx.d.ts +15 -15
  412. package/js/src/pro/defx.js +15 -15
  413. package/js/src/pro/deribit.d.ts +10 -10
  414. package/js/src/pro/deribit.js +10 -10
  415. package/js/src/pro/derive.d.ts +6 -6
  416. package/js/src/pro/derive.js +6 -6
  417. package/js/src/pro/dydx.d.ts +3 -3
  418. package/js/src/pro/dydx.js +3 -3
  419. package/js/src/pro/exmo.d.ts +7 -7
  420. package/js/src/pro/exmo.js +7 -7
  421. package/js/src/pro/gate.d.ts +22 -23
  422. package/js/src/pro/gate.js +21 -59
  423. package/js/src/pro/gemini.d.ts +6 -6
  424. package/js/src/pro/gemini.js +6 -6
  425. package/js/src/pro/hashkey.d.ts +6 -6
  426. package/js/src/pro/hashkey.js +6 -6
  427. package/js/src/pro/hitbtc.d.ts +8 -8
  428. package/js/src/pro/hitbtc.js +8 -8
  429. package/js/src/pro/hollaex.d.ts +5 -5
  430. package/js/src/pro/hollaex.js +5 -5
  431. package/js/src/pro/htx.d.ts +9 -9
  432. package/js/src/pro/htx.js +9 -9
  433. package/js/src/pro/hyperliquid.d.ts +38 -14
  434. package/js/src/pro/hyperliquid.js +103 -14
  435. package/js/src/pro/independentreserve.d.ts +2 -2
  436. package/js/src/pro/independentreserve.js +2 -2
  437. package/js/src/pro/kraken.d.ts +15 -15
  438. package/js/src/pro/kraken.js +15 -15
  439. package/js/src/pro/krakenfutures.d.ts +10 -10
  440. package/js/src/pro/krakenfutures.js +10 -10
  441. package/js/src/pro/kucoin.d.ts +15 -15
  442. package/js/src/pro/kucoin.js +15 -15
  443. package/js/src/pro/kucoinfutures.d.ts +13 -13
  444. package/js/src/pro/kucoinfutures.js +13 -13
  445. package/js/src/pro/lbank.d.ts +5 -5
  446. package/js/src/pro/lbank.js +5 -5
  447. package/js/src/pro/luno.d.ts +2 -2
  448. package/js/src/pro/luno.js +2 -2
  449. package/js/src/pro/mexc.d.ts +13 -13
  450. package/js/src/pro/mexc.js +13 -13
  451. package/js/src/pro/modetrade.d.ts +8 -8
  452. package/js/src/pro/modetrade.js +8 -8
  453. package/js/src/pro/ndax.d.ts +3 -3
  454. package/js/src/pro/ndax.js +3 -3
  455. package/js/src/pro/okx.d.ts +25 -25
  456. package/js/src/pro/okx.js +25 -25
  457. package/js/src/pro/onetrading.d.ts +6 -6
  458. package/js/src/pro/onetrading.js +6 -6
  459. package/js/src/pro/oxfun.d.ts +13 -13
  460. package/js/src/pro/oxfun.js +13 -13
  461. package/js/src/pro/p2b.d.ts +5 -5
  462. package/js/src/pro/p2b.js +5 -5
  463. package/js/src/pro/paradex.d.ts +8 -8
  464. package/js/src/pro/paradex.js +8 -8
  465. package/js/src/pro/phemex.d.ts +7 -7
  466. package/js/src/pro/phemex.js +7 -7
  467. package/js/src/pro/poloniex.d.ts +8 -8
  468. package/js/src/pro/poloniex.js +8 -8
  469. package/js/src/pro/probit.d.ts +6 -6
  470. package/js/src/pro/probit.js +6 -6
  471. package/js/src/pro/toobit.d.ts +9 -9
  472. package/js/src/pro/toobit.js +9 -9
  473. package/js/src/pro/upbit.d.ts +9 -9
  474. package/js/src/pro/upbit.js +9 -9
  475. package/js/src/pro/whitebit.d.ts +7 -7
  476. package/js/src/pro/whitebit.js +7 -7
  477. package/js/src/pro/woo.d.ts +13 -13
  478. package/js/src/pro/woo.js +13 -13
  479. package/js/src/pro/woofipro.d.ts +20 -20
  480. package/js/src/pro/woofipro.js +20 -20
  481. package/js/src/pro/xt.d.ts +2 -2
  482. package/js/src/pro/xt.js +2 -2
  483. package/js/src/probit.d.ts +18 -18
  484. package/js/src/probit.js +18 -18
  485. package/js/src/static_dependencies/ethers/utils/index.d.ts +2 -1
  486. package/js/src/static_dependencies/ethers/utils/index.js +8 -1
  487. package/js/src/timex.d.ts +16 -16
  488. package/js/src/timex.js +16 -16
  489. package/js/src/tokocrypto.d.ts +17 -17
  490. package/js/src/tokocrypto.js +17 -17
  491. package/js/src/toobit.d.ts +27 -27
  492. package/js/src/toobit.js +31 -29
  493. package/js/src/upbit.d.ts +23 -23
  494. package/js/src/upbit.js +23 -23
  495. package/js/src/wavesexchange.d.ts +15 -15
  496. package/js/src/wavesexchange.js +86 -85
  497. package/js/src/whitebit.d.ts +44 -44
  498. package/js/src/whitebit.js +44 -44
  499. package/js/src/woo.d.ts +45 -45
  500. package/js/src/woo.js +51 -49
  501. package/js/src/woofipro.d.ts +77 -77
  502. package/js/src/woofipro.js +104 -82
  503. package/js/src/xt.d.ts +12 -12
  504. package/js/src/xt.js +17 -12
  505. package/js/src/yobit.d.ts +15 -15
  506. package/js/src/yobit.js +15 -15
  507. package/js/src/zaif.d.ts +9 -9
  508. package/js/src/zaif.js +38 -9
  509. package/js/src/zebpay.d.ts +20 -20
  510. package/js/src/zebpay.js +35 -20
  511. package/js/src/zonda.d.ts +14 -14
  512. package/js/src/zonda.js +14 -14
  513. package/package.json +1 -1
@@ -24,7 +24,7 @@ export default class blofin extends Exchange {
24
24
  * @param {string} symbol unified symbol of the market to fetch the order book for
25
25
  * @param {int} [limit] the maximum amount of order book entries to return
26
26
  * @param {object} [params] extra parameters specific to the exchange API endpoint
27
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
27
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
28
28
  */
29
29
  fetchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
30
30
  parseTicker(ticker: Dict, market?: Market): Ticker;
@@ -35,7 +35,7 @@ export default class blofin extends Exchange {
35
35
  * @see https://blofin.com/docs#get-tickers
36
36
  * @param {string} symbol unified symbol of the market to fetch the ticker for
37
37
  * @param {object} [params] extra parameters specific to the exchange API endpoint
38
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
38
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
39
39
  */
40
40
  fetchTicker(symbol: string, params?: {}): Promise<Ticker>;
41
41
  /**
@@ -46,7 +46,7 @@ export default class blofin extends Exchange {
46
46
  * @param {string} symbol unified market symbol
47
47
  * @param {object} [params] extra parameters specific to the exchange API endpoint
48
48
  * @param {string} [params.subType] "linear" or "inverse"
49
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
49
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
50
50
  */
51
51
  fetchMarkPrice(symbol: string, params?: {}): Promise<Ticker>;
52
52
  /**
@@ -56,7 +56,7 @@ export default class blofin extends Exchange {
56
56
  * @see https://blofin.com/docs#get-tickers
57
57
  * @param {string[]} [symbols] unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
58
58
  * @param {object} [params] extra parameters specific to the exchange API endpoint
59
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
59
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
60
60
  */
61
61
  fetchTickers(symbols?: Strings, params?: {}): Promise<Tickers>;
62
62
  parseTrade(trade: Dict, market?: Market): Trade;
@@ -70,7 +70,7 @@ export default class blofin extends Exchange {
70
70
  * @param {int} [limit] the maximum amount of trades to fetch
71
71
  * @param {object} [params] extra parameters specific to the exchange API endpoint
72
72
  * @param {boolean} [params.paginate] *only applies to publicGetMarketHistoryTrades* default false, when true will automatically paginate by calling this endpoint multiple times
73
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
73
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
74
74
  */
75
75
  fetchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
76
76
  parseOHLCV(ohlcv: any, market?: Market): OHLCV;
@@ -96,11 +96,11 @@ export default class blofin extends Exchange {
96
96
  * @see https://blofin.com/docs#get-funding-rate-history
97
97
  * @param {string} symbol unified symbol of the market to fetch the funding rate history for
98
98
  * @param {int} [since] timestamp in ms of the earliest funding rate to fetch
99
- * @param {int} [limit] the maximum amount of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-history-structure} to fetch
99
+ * @param {int} [limit] the maximum amount of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-history-structure} to fetch
100
100
  * @param {object} [params] extra parameters specific to the exchange API endpoint
101
101
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
102
102
  * @param {int} [params.until] timestamp in ms of the latest funding rate to fetch
103
- * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-history-structure}
103
+ * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-history-structure}
104
104
  */
105
105
  fetchFundingRateHistory(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<FundingRateHistory[]>;
106
106
  parseFundingRate(contract: any, market?: Market): FundingRate;
@@ -111,7 +111,7 @@ export default class blofin extends Exchange {
111
111
  * @see https://blofin.com/docs#get-funding-rate
112
112
  * @param {string} symbol unified market symbol
113
113
  * @param {object} [params] extra parameters specific to the exchange API endpoint
114
- * @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
114
+ * @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/?id=funding-rate-structure}
115
115
  */
116
116
  fetchFundingRate(symbol: string, params?: {}): Promise<FundingRate>;
117
117
  parseBalanceByType(response: any): Balances;
@@ -126,7 +126,7 @@ export default class blofin extends Exchange {
126
126
  * @see https://blofin.com/docs#get-futures-account-balance
127
127
  * @param {object} [params] extra parameters specific to the exchange API endpoint
128
128
  * @param {string} [params.accountType] the type of account to fetch the balance for, either 'funding' or 'futures' or 'copy_trading' or 'earn'
129
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
129
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
130
130
  */
131
131
  fetchBalance(params?: {}): Promise<Balances>;
132
132
  createOrderRequest(symbol: string, type: OrderType, side: OrderSide, amount: number, price?: Num, params?: {}): any;
@@ -159,7 +159,7 @@ export default class blofin extends Exchange {
159
159
  * @param {object} [params.stopLoss] *stopLoss object in params* containing the triggerPrice at which the attached stop loss order will be triggered
160
160
  * @param {float} [params.stopLoss.triggerPrice] stop loss trigger price
161
161
  * @param {float} [params.stopLoss.price] stop loss order price (if not provided the order will be a market order)
162
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
162
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
163
163
  */
164
164
  createOrder(symbol: string, type: OrderType, side: OrderSide, amount: number, price?: Num, params?: {}): Promise<Order>;
165
165
  createTpslOrderRequest(symbol: string, type: OrderType, side: OrderSide, amount?: Num, price?: Num, params?: {}): any;
@@ -174,7 +174,7 @@ export default class blofin extends Exchange {
174
174
  * @param {object} [params] extra parameters specific to the exchange API endpoint
175
175
  * @param {boolean} [params.trigger] True if cancelling a trigger/conditional
176
176
  * @param {boolean} [params.tpsl] True if cancelling a tpsl order
177
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
177
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
178
178
  */
179
179
  cancelOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
180
180
  /**
@@ -184,7 +184,7 @@ export default class blofin extends Exchange {
184
184
  * @see https://blofin.com/docs#place-multiple-orders
185
185
  * @param {Array} orders list of orders to create, each object should contain the parameters required by createOrder, namely symbol, type, side, amount, price and params
186
186
  * @param {object} [params] extra parameters specific to the exchange API endpoint
187
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
187
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
188
188
  */
189
189
  createOrders(orders: OrderRequest[], params?: {}): Promise<Order[]>;
190
190
  /**
@@ -200,7 +200,7 @@ export default class blofin extends Exchange {
200
200
  * @param {object} [params] extra parameters specific to the exchange API endpoint
201
201
  * @param {bool} [params.trigger] True if fetching trigger or conditional orders
202
202
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
203
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
203
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
204
204
  */
205
205
  fetchOpenOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
206
206
  /**
@@ -214,7 +214,7 @@ export default class blofin extends Exchange {
214
214
  * @param {object} [params] extra parameters specific to the exchange API endpoint
215
215
  * @param {int} [params.until] Timestamp in ms of the latest time to retrieve trades for
216
216
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
217
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
217
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
218
218
  */
219
219
  fetchMyTrades(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
220
220
  /**
@@ -228,7 +228,7 @@ export default class blofin extends Exchange {
228
228
  * @param {object} [params] extra parameters specific to the exchange API endpoint
229
229
  * @param {int} [params.until] the latest time in ms to fetch entries for
230
230
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
231
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
231
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
232
232
  */
233
233
  fetchDeposits(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
234
234
  /**
@@ -242,7 +242,7 @@ export default class blofin extends Exchange {
242
242
  * @param {object} [params] extra parameters specific to the exchange API endpoint
243
243
  * @param {int} [params.until] the latest time in ms to fetch entries for
244
244
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
245
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
245
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
246
246
  */
247
247
  fetchWithdrawals(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
248
248
  /**
@@ -257,7 +257,7 @@ export default class blofin extends Exchange {
257
257
  * @param {string} [params.marginMode] 'cross' or 'isolated'
258
258
  * @param {int} [params.until] the latest time in ms to fetch entries for
259
259
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [available parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
260
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger}
260
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/?id=ledger}
261
261
  */
262
262
  fetchLedger(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<LedgerEntry[]>;
263
263
  parseTransaction(transaction: Dict, currency?: Currency): Transaction;
@@ -274,7 +274,7 @@ export default class blofin extends Exchange {
274
274
  * @param {string} symbol unified market symbol
275
275
  * @param {object} [params] extra parameters specific to the exchange API endpoint
276
276
  * @param {boolean} [params.trigger] whether the order is a stop/trigger order
277
- * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
277
+ * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
278
278
  */
279
279
  cancelOrders(ids: string[], symbol?: Str, params?: {}): Promise<Order[]>;
280
280
  /**
@@ -287,7 +287,7 @@ export default class blofin extends Exchange {
287
287
  * @param {string} fromAccount account to transfer from (funding, swap, copy_trading, earn)
288
288
  * @param {string} toAccount account to transfer to (funding, swap, copy_trading, earn)
289
289
  * @param {object} [params] extra parameters specific to the exchange API endpoint
290
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
290
+ * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/?id=transfer-structure}
291
291
  */
292
292
  transfer(code: string, amount: number, fromAccount: string, toAccount: string, params?: {}): Promise<TransferEntry>;
293
293
  parseTransfer(transfer: Dict, currency?: Currency): TransferEntry;
@@ -299,7 +299,7 @@ export default class blofin extends Exchange {
299
299
  * @param {string} symbol unified market symbol of the market the position is held in, default is undefined
300
300
  * @param {object} [params] extra parameters specific to the exchange API endpoint
301
301
  * @param {string} [params.instType] MARGIN, SWAP, FUTURES, OPTION
302
- * @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
302
+ * @returns {object} a [position structure]{@link https://docs.ccxt.com/?id=position-structure}
303
303
  */
304
304
  fetchPosition(symbol: string, params?: {}): Promise<Position>;
305
305
  /**
@@ -310,7 +310,7 @@ export default class blofin extends Exchange {
310
310
  * @param {string[]} [symbols] list of unified market symbols
311
311
  * @param {object} [params] extra parameters specific to the exchange API endpoint
312
312
  * @param {string} [params.instType] MARGIN, SWAP, FUTURES, OPTION
313
- * @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
313
+ * @returns {object} a [position structure]{@link https://docs.ccxt.com/?id=position-structure}
314
314
  */
315
315
  fetchPositions(symbols?: Strings, params?: {}): Promise<Position[]>;
316
316
  parsePosition(position: Dict, market?: Market): Position;
@@ -322,7 +322,7 @@ export default class blofin extends Exchange {
322
322
  * @param {string[]} symbols a list of unified market symbols, required on blofin
323
323
  * @param {object} [params] extra parameters specific to the exchange API endpoint
324
324
  * @param {string} [params.marginMode] 'cross' or 'isolated'
325
- * @returns {object} a list of [leverage structures]{@link https://docs.ccxt.com/#/?id=leverage-structure}
325
+ * @returns {object} a list of [leverage structures]{@link https://docs.ccxt.com/?id=leverage-structure}
326
326
  */
327
327
  fetchLeverages(symbols?: Strings, params?: {}): Promise<Leverages>;
328
328
  /**
@@ -333,7 +333,7 @@ export default class blofin extends Exchange {
333
333
  * @param {string} symbol unified market symbol
334
334
  * @param {object} [params] extra parameters specific to the exchange API endpoint
335
335
  * @param {string} [params.marginMode] 'cross' or 'isolated'
336
- * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/#/?id=leverage-structure}
336
+ * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/?id=leverage-structure}
337
337
  */
338
338
  fetchLeverage(symbol: string, params?: {}): Promise<Leverage>;
339
339
  parseLeverage(leverage: Dict, market?: Market): Leverage;
@@ -365,7 +365,7 @@ export default class blofin extends Exchange {
365
365
  * EXCHANGE SPECIFIC PARAMETERS
366
366
  * @param {boolean} [params.autoCxl] whether any pending orders for closing out needs to be automatically canceled when close position via a market order. false or true, the default is false
367
367
  * @param {string} [params.tag] order tag a combination of case-sensitive alphanumerics, all numbers, or all letters of up to 16 characters
368
- * @returns {object[]} [A list of position structures]{@link https://docs.ccxt.com/#/?id=position-structure}
368
+ * @returns {object[]} [A list of position structures]{@link https://docs.ccxt.com/?id=position-structure}
369
369
  */
370
370
  closePosition(symbol: string, side?: OrderSide, params?: {}): Promise<Order>;
371
371
  /**
@@ -380,7 +380,7 @@ export default class blofin extends Exchange {
380
380
  * @param {object} [params] extra parameters specific to the exchange API endpoint
381
381
  * @param {bool} [params.trigger] True if fetching trigger or conditional orders
382
382
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
383
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
383
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
384
384
  */
385
385
  fetchClosedOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
386
386
  /**
@@ -390,7 +390,7 @@ export default class blofin extends Exchange {
390
390
  * @see https://docs.blofin.com/index.html#get-margin-mode
391
391
  * @param {string} symbol unified symbol of the market to fetch the margin mode for
392
392
  * @param {object} [params] extra parameters specific to the exchange API endpoint
393
- * @returns {object} a [margin mode structure]{@link https://docs.ccxt.com/#/?id=margin-mode-structure}
393
+ * @returns {object} a [margin mode structure]{@link https://docs.ccxt.com/?id=margin-mode-structure}
394
394
  */
395
395
  fetchMarginMode(symbol: string, params?: {}): Promise<MarginMode>;
396
396
  parseMarginMode(marginMode: Dict, market?: Market): MarginMode;
package/js/src/blofin.js CHANGED
@@ -585,7 +585,7 @@ export default class blofin extends Exchange {
585
585
  * @param {string} symbol unified symbol of the market to fetch the order book for
586
586
  * @param {int} [limit] the maximum amount of order book entries to return
587
587
  * @param {object} [params] extra parameters specific to the exchange API endpoint
588
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
588
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
589
589
  */
590
590
  async fetchOrderBook(symbol, limit = undefined, params = {}) {
591
591
  await this.loadMarkets();
@@ -687,7 +687,7 @@ export default class blofin extends Exchange {
687
687
  * @see https://blofin.com/docs#get-tickers
688
688
  * @param {string} symbol unified symbol of the market to fetch the ticker for
689
689
  * @param {object} [params] extra parameters specific to the exchange API endpoint
690
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
690
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
691
691
  */
692
692
  async fetchTicker(symbol, params = {}) {
693
693
  await this.loadMarkets();
@@ -708,7 +708,7 @@ export default class blofin extends Exchange {
708
708
  * @param {string} symbol unified market symbol
709
709
  * @param {object} [params] extra parameters specific to the exchange API endpoint
710
710
  * @param {string} [params.subType] "linear" or "inverse"
711
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
711
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
712
712
  */
713
713
  async fetchMarkPrice(symbol, params = {}) {
714
714
  await this.loadMarkets();
@@ -728,7 +728,7 @@ export default class blofin extends Exchange {
728
728
  * @see https://blofin.com/docs#get-tickers
729
729
  * @param {string[]} [symbols] unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
730
730
  * @param {object} [params] extra parameters specific to the exchange API endpoint
731
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
731
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
732
732
  */
733
733
  async fetchTickers(symbols = undefined, params = {}) {
734
734
  await this.loadMarkets();
@@ -808,7 +808,7 @@ export default class blofin extends Exchange {
808
808
  * @param {int} [limit] the maximum amount of trades to fetch
809
809
  * @param {object} [params] extra parameters specific to the exchange API endpoint
810
810
  * @param {boolean} [params.paginate] *only applies to publicGetMarketHistoryTrades* default false, when true will automatically paginate by calling this endpoint multiple times
811
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
811
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
812
812
  */
813
813
  async fetchTrades(symbol, since = undefined, limit = undefined, params = {}) {
814
814
  await this.loadMarkets();
@@ -903,11 +903,11 @@ export default class blofin extends Exchange {
903
903
  * @see https://blofin.com/docs#get-funding-rate-history
904
904
  * @param {string} symbol unified symbol of the market to fetch the funding rate history for
905
905
  * @param {int} [since] timestamp in ms of the earliest funding rate to fetch
906
- * @param {int} [limit] the maximum amount of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-history-structure} to fetch
906
+ * @param {int} [limit] the maximum amount of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-history-structure} to fetch
907
907
  * @param {object} [params] extra parameters specific to the exchange API endpoint
908
908
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
909
909
  * @param {int} [params.until] timestamp in ms of the latest funding rate to fetch
910
- * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/#/?id=funding-rate-history-structure}
910
+ * @returns {object[]} a list of [funding rate structures]{@link https://docs.ccxt.com/?id=funding-rate-history-structure}
911
911
  */
912
912
  async fetchFundingRateHistory(symbol = undefined, since = undefined, limit = undefined, params = {}) {
913
913
  if (symbol === undefined) {
@@ -991,7 +991,7 @@ export default class blofin extends Exchange {
991
991
  * @see https://blofin.com/docs#get-funding-rate
992
992
  * @param {string} symbol unified market symbol
993
993
  * @param {object} [params] extra parameters specific to the exchange API endpoint
994
- * @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/#/?id=funding-rate-structure}
994
+ * @returns {object} a [funding rate structure]{@link https://docs.ccxt.com/?id=funding-rate-structure}
995
995
  */
996
996
  async fetchFundingRate(symbol, params = {}) {
997
997
  await this.loadMarkets();
@@ -1136,7 +1136,7 @@ export default class blofin extends Exchange {
1136
1136
  * @see https://blofin.com/docs#get-futures-account-balance
1137
1137
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1138
1138
  * @param {string} [params.accountType] the type of account to fetch the balance for, either 'funding' or 'futures' or 'copy_trading' or 'earn'
1139
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
1139
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
1140
1140
  */
1141
1141
  async fetchBalance(params = {}) {
1142
1142
  await this.loadMarkets();
@@ -1381,7 +1381,7 @@ export default class blofin extends Exchange {
1381
1381
  * @param {object} [params.stopLoss] *stopLoss object in params* containing the triggerPrice at which the attached stop loss order will be triggered
1382
1382
  * @param {float} [params.stopLoss.triggerPrice] stop loss trigger price
1383
1383
  * @param {float} [params.stopLoss.price] stop loss order price (if not provided the order will be a market order)
1384
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1384
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1385
1385
  */
1386
1386
  async createOrder(symbol, type, side, amount, price = undefined, params = {}) {
1387
1387
  await this.loadMarkets();
@@ -1475,7 +1475,7 @@ export default class blofin extends Exchange {
1475
1475
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1476
1476
  * @param {boolean} [params.trigger] True if cancelling a trigger/conditional
1477
1477
  * @param {boolean} [params.tpsl] True if cancelling a tpsl order
1478
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1478
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1479
1479
  */
1480
1480
  async cancelOrder(id, symbol = undefined, params = {}) {
1481
1481
  if (symbol === undefined) {
@@ -1526,7 +1526,7 @@ export default class blofin extends Exchange {
1526
1526
  * @see https://blofin.com/docs#place-multiple-orders
1527
1527
  * @param {Array} orders list of orders to create, each object should contain the parameters required by createOrder, namely symbol, type, side, amount, price and params
1528
1528
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1529
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
1529
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
1530
1530
  */
1531
1531
  async createOrders(orders, params = {}) {
1532
1532
  await this.loadMarkets();
@@ -1560,7 +1560,7 @@ export default class blofin extends Exchange {
1560
1560
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1561
1561
  * @param {bool} [params.trigger] True if fetching trigger or conditional orders
1562
1562
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
1563
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1563
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1564
1564
  */
1565
1565
  async fetchOpenOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
1566
1566
  await this.loadMarkets();
@@ -1608,7 +1608,7 @@ export default class blofin extends Exchange {
1608
1608
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1609
1609
  * @param {int} [params.until] Timestamp in ms of the latest time to retrieve trades for
1610
1610
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
1611
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
1611
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
1612
1612
  */
1613
1613
  async fetchMyTrades(symbol = undefined, since = undefined, limit = undefined, params = {}) {
1614
1614
  await this.loadMarkets();
@@ -1642,7 +1642,7 @@ export default class blofin extends Exchange {
1642
1642
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1643
1643
  * @param {int} [params.until] the latest time in ms to fetch entries for
1644
1644
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
1645
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1645
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
1646
1646
  */
1647
1647
  async fetchDeposits(code = undefined, since = undefined, limit = undefined, params = {}) {
1648
1648
  await this.loadMarkets();
@@ -1679,7 +1679,7 @@ export default class blofin extends Exchange {
1679
1679
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1680
1680
  * @param {int} [params.until] the latest time in ms to fetch entries for
1681
1681
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
1682
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
1682
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
1683
1683
  */
1684
1684
  async fetchWithdrawals(code = undefined, since = undefined, limit = undefined, params = {}) {
1685
1685
  await this.loadMarkets();
@@ -1717,7 +1717,7 @@ export default class blofin extends Exchange {
1717
1717
  * @param {string} [params.marginMode] 'cross' or 'isolated'
1718
1718
  * @param {int} [params.until] the latest time in ms to fetch entries for
1719
1719
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [available parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
1720
- * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/#/?id=ledger}
1720
+ * @returns {object} a [ledger structure]{@link https://docs.ccxt.com/?id=ledger}
1721
1721
  */
1722
1722
  async fetchLedger(code = undefined, since = undefined, limit = undefined, params = {}) {
1723
1723
  await this.loadMarkets();
@@ -1899,7 +1899,7 @@ export default class blofin extends Exchange {
1899
1899
  * @param {string} symbol unified market symbol
1900
1900
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1901
1901
  * @param {boolean} [params.trigger] whether the order is a stop/trigger order
1902
- * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
1902
+ * @returns {object} an list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
1903
1903
  */
1904
1904
  async cancelOrders(ids, symbol = undefined, params = {}) {
1905
1905
  // TODO : the original endpoint signature differs, according to that you can skip individual symbol and assign ids in batch. At this moment, `params` is not being used too.
@@ -1971,7 +1971,7 @@ export default class blofin extends Exchange {
1971
1971
  * @param {string} fromAccount account to transfer from (funding, swap, copy_trading, earn)
1972
1972
  * @param {string} toAccount account to transfer to (funding, swap, copy_trading, earn)
1973
1973
  * @param {object} [params] extra parameters specific to the exchange API endpoint
1974
- * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/#/?id=transfer-structure}
1974
+ * @returns {object} a [transfer structure]{@link https://docs.ccxt.com/?id=transfer-structure}
1975
1975
  */
1976
1976
  async transfer(code, amount, fromAccount, toAccount, params = {}) {
1977
1977
  await this.loadMarkets();
@@ -2011,7 +2011,7 @@ export default class blofin extends Exchange {
2011
2011
  * @param {string} symbol unified market symbol of the market the position is held in, default is undefined
2012
2012
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2013
2013
  * @param {string} [params.instType] MARGIN, SWAP, FUTURES, OPTION
2014
- * @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
2014
+ * @returns {object} a [position structure]{@link https://docs.ccxt.com/?id=position-structure}
2015
2015
  */
2016
2016
  async fetchPosition(symbol, params = {}) {
2017
2017
  await this.loadMarkets();
@@ -2035,7 +2035,7 @@ export default class blofin extends Exchange {
2035
2035
  * @param {string[]} [symbols] list of unified market symbols
2036
2036
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2037
2037
  * @param {string} [params.instType] MARGIN, SWAP, FUTURES, OPTION
2038
- * @returns {object} a [position structure]{@link https://docs.ccxt.com/#/?id=position-structure}
2038
+ * @returns {object} a [position structure]{@link https://docs.ccxt.com/?id=position-structure}
2039
2039
  */
2040
2040
  async fetchPositions(symbols = undefined, params = {}) {
2041
2041
  await this.loadMarkets();
@@ -2170,7 +2170,7 @@ export default class blofin extends Exchange {
2170
2170
  * @param {string[]} symbols a list of unified market symbols, required on blofin
2171
2171
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2172
2172
  * @param {string} [params.marginMode] 'cross' or 'isolated'
2173
- * @returns {object} a list of [leverage structures]{@link https://docs.ccxt.com/#/?id=leverage-structure}
2173
+ * @returns {object} a list of [leverage structures]{@link https://docs.ccxt.com/?id=leverage-structure}
2174
2174
  */
2175
2175
  async fetchLeverages(symbols = undefined, params = {}) {
2176
2176
  await this.loadMarkets();
@@ -2226,7 +2226,7 @@ export default class blofin extends Exchange {
2226
2226
  * @param {string} symbol unified market symbol
2227
2227
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2228
2228
  * @param {string} [params.marginMode] 'cross' or 'isolated'
2229
- * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/#/?id=leverage-structure}
2229
+ * @returns {object} a [leverage structure]{@link https://docs.ccxt.com/?id=leverage-structure}
2230
2230
  */
2231
2231
  async fetchLeverage(symbol, params = {}) {
2232
2232
  await this.loadMarkets();
@@ -2320,7 +2320,7 @@ export default class blofin extends Exchange {
2320
2320
  * EXCHANGE SPECIFIC PARAMETERS
2321
2321
  * @param {boolean} [params.autoCxl] whether any pending orders for closing out needs to be automatically canceled when close position via a market order. false or true, the default is false
2322
2322
  * @param {string} [params.tag] order tag a combination of case-sensitive alphanumerics, all numbers, or all letters of up to 16 characters
2323
- * @returns {object[]} [A list of position structures]{@link https://docs.ccxt.com/#/?id=position-structure}
2323
+ * @returns {object[]} [A list of position structures]{@link https://docs.ccxt.com/?id=position-structure}
2324
2324
  */
2325
2325
  async closePosition(symbol, side = undefined, params = {}) {
2326
2326
  await this.loadMarkets();
@@ -2350,7 +2350,7 @@ export default class blofin extends Exchange {
2350
2350
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2351
2351
  * @param {bool} [params.trigger] True if fetching trigger or conditional orders
2352
2352
  * @param {boolean} [params.paginate] default false, when true will automatically paginate by calling this endpoint multiple times. See in the docs all the [availble parameters](https://github.com/ccxt/ccxt/wiki/Manual#pagination-params)
2353
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
2353
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
2354
2354
  */
2355
2355
  async fetchClosedOrders(symbol = undefined, since = undefined, limit = undefined, params = {}) {
2356
2356
  await this.loadMarkets();
@@ -2392,7 +2392,7 @@ export default class blofin extends Exchange {
2392
2392
  * @see https://docs.blofin.com/index.html#get-margin-mode
2393
2393
  * @param {string} symbol unified symbol of the market to fetch the margin mode for
2394
2394
  * @param {object} [params] extra parameters specific to the exchange API endpoint
2395
- * @returns {object} a [margin mode structure]{@link https://docs.ccxt.com/#/?id=margin-mode-structure}
2395
+ * @returns {object} a [margin mode structure]{@link https://docs.ccxt.com/?id=margin-mode-structure}
2396
2396
  */
2397
2397
  async fetchMarginMode(symbol, params = {}) {
2398
2398
  await this.loadMarkets();
@@ -23,7 +23,7 @@ export default class btcalpha extends Exchange {
23
23
  * @description fetches price tickers for multiple markets, statistical information calculated over the past 24 hours for each market
24
24
  * @param {string[]|undefined} symbols unified symbols of the markets to fetch the ticker for, all market tickers are returned if not assigned
25
25
  * @param {object} [params] extra parameters specific to the exchange API endpoint
26
- * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/#/?id=ticker-structure}
26
+ * @returns {object} a dictionary of [ticker structures]{@link https://docs.ccxt.com/?id=ticker-structure}
27
27
  */
28
28
  fetchTickers(symbols?: Strings, params?: {}): Promise<Tickers>;
29
29
  /**
@@ -33,7 +33,7 @@ export default class btcalpha extends Exchange {
33
33
  * @description fetches a price ticker, a statistical calculation with the information calculated over the past 24 hours for a specific market
34
34
  * @param {string} symbol unified symbol of the market to fetch the ticker for
35
35
  * @param {object} [params] extra parameters specific to the exchange API endpoint
36
- * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/#/?id=ticker-structure}
36
+ * @returns {object} a [ticker structure]{@link https://docs.ccxt.com/?id=ticker-structure}
37
37
  */
38
38
  fetchTicker(symbol: string, params?: {}): Promise<Ticker>;
39
39
  parseTicker(ticker: Dict, market?: Market): Ticker;
@@ -45,7 +45,7 @@ export default class btcalpha extends Exchange {
45
45
  * @param {string} symbol unified symbol of the market to fetch the order book for
46
46
  * @param {int} [limit] the maximum amount of order book entries to return
47
47
  * @param {object} [params] extra parameters specific to the exchange API endpoint
48
- * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/#/?id=order-book-structure} indexed by market symbols
48
+ * @returns {object} A dictionary of [order book structures]{@link https://docs.ccxt.com/?id=order-book-structure} indexed by market symbols
49
49
  */
50
50
  fetchOrderBook(symbol: string, limit?: Int, params?: {}): Promise<OrderBook>;
51
51
  parseBidsAsks(bidasks: any, priceKey?: IndexType, amountKey?: IndexType, countOrIdKey?: IndexType): any[];
@@ -59,7 +59,7 @@ export default class btcalpha extends Exchange {
59
59
  * @param {int} [since] timestamp in ms of the earliest trade to fetch
60
60
  * @param {int} [limit] the maximum amount of trades to fetch
61
61
  * @param {object} [params] extra parameters specific to the exchange API endpoint
62
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=public-trades}
62
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=public-trades}
63
63
  */
64
64
  fetchTrades(symbol: string, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
65
65
  /**
@@ -71,7 +71,7 @@ export default class btcalpha extends Exchange {
71
71
  * @param {int} [since] the earliest time in ms to fetch deposits for
72
72
  * @param {int} [limit] the maximum number of deposits structures to retrieve
73
73
  * @param {object} [params] extra parameters specific to the exchange API endpoint
74
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
74
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
75
75
  */
76
76
  fetchDeposits(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
77
77
  /**
@@ -83,7 +83,7 @@ export default class btcalpha extends Exchange {
83
83
  * @param {int} [since] the earliest time in ms to fetch withdrawals for
84
84
  * @param {int} [limit] the maximum number of withdrawals structures to retrieve
85
85
  * @param {object} [params] extra parameters specific to the exchange API endpoint
86
- * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/#/?id=transaction-structure}
86
+ * @returns {object[]} a list of [transaction structures]{@link https://docs.ccxt.com/?id=transaction-structure}
87
87
  */
88
88
  fetchWithdrawals(code?: Str, since?: Int, limit?: Int, params?: {}): Promise<Transaction[]>;
89
89
  parseTransaction(transaction: Dict, currency?: Currency): Transaction;
@@ -109,7 +109,7 @@ export default class btcalpha extends Exchange {
109
109
  * @description query for balance and get the amount of funds available for trading or funds locked in orders
110
110
  * @see https://btc-alpha.github.io/api-docs/#list-own-wallets
111
111
  * @param {object} [params] extra parameters specific to the exchange API endpoint
112
- * @returns {object} a [balance structure]{@link https://docs.ccxt.com/#/?id=balance-structure}
112
+ * @returns {object} a [balance structure]{@link https://docs.ccxt.com/?id=balance-structure}
113
113
  */
114
114
  fetchBalance(params?: {}): Promise<Balances>;
115
115
  parseOrderStatus(status: Str): string;
@@ -125,7 +125,7 @@ export default class btcalpha extends Exchange {
125
125
  * @param {float} amount how much of currency you want to trade in units of base currency
126
126
  * @param {float} [price] the price at which the order is to be fulfilled, in units of the quote currency, ignored in market orders
127
127
  * @param {object} [params] extra parameters specific to the exchange API endpoint
128
- * @returns {object} an [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
128
+ * @returns {object} an [order structure]{@link https://docs.ccxt.com/?id=order-structure}
129
129
  */
130
130
  createOrder(symbol: string, type: OrderType, side: OrderSide, amount: number, price?: Num, params?: {}): Promise<Order>;
131
131
  /**
@@ -136,7 +136,7 @@ export default class btcalpha extends Exchange {
136
136
  * @param {string} id order id
137
137
  * @param {string} symbol unified symbol of the market the order was made in
138
138
  * @param {object} [params] extra parameters specific to the exchange API endpoint
139
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
139
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
140
140
  */
141
141
  cancelOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
142
142
  /**
@@ -147,7 +147,7 @@ export default class btcalpha extends Exchange {
147
147
  * @param {string} id the order id
148
148
  * @param {string} symbol not used by btcalpha fetchOrder
149
149
  * @param {object} [params] extra parameters specific to the exchange API endpoint
150
- * @returns {object} An [order structure]{@link https://docs.ccxt.com/#/?id=order-structure}
150
+ * @returns {object} An [order structure]{@link https://docs.ccxt.com/?id=order-structure}
151
151
  */
152
152
  fetchOrder(id: string, symbol?: Str, params?: {}): Promise<Order>;
153
153
  /**
@@ -159,7 +159,7 @@ export default class btcalpha extends Exchange {
159
159
  * @param {int} [since] the earliest time in ms to fetch orders for
160
160
  * @param {int} [limit] the maximum number of order structures to retrieve
161
161
  * @param {object} [params] extra parameters specific to the exchange API endpoint
162
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
162
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
163
163
  */
164
164
  fetchOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
165
165
  /**
@@ -171,7 +171,7 @@ export default class btcalpha extends Exchange {
171
171
  * @param {int} [since] the earliest time in ms to fetch open orders for
172
172
  * @param {int} [limit] the maximum number of open orders structures to retrieve
173
173
  * @param {object} [params] extra parameters specific to the exchange API endpoint
174
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
174
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
175
175
  */
176
176
  fetchOpenOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
177
177
  /**
@@ -183,7 +183,7 @@ export default class btcalpha extends Exchange {
183
183
  * @param {int} [since] the earliest time in ms to fetch orders for
184
184
  * @param {int} [limit] the maximum number of order structures to retrieve
185
185
  * @param {object} [params] extra parameters specific to the exchange API endpoint
186
- * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/#/?id=order-structure}
186
+ * @returns {Order[]} a list of [order structures]{@link https://docs.ccxt.com/?id=order-structure}
187
187
  */
188
188
  fetchClosedOrders(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Order[]>;
189
189
  /**
@@ -195,7 +195,7 @@ export default class btcalpha extends Exchange {
195
195
  * @param {int} [since] the earliest time in ms to fetch trades for
196
196
  * @param {int} [limit] the maximum number of trades structures to retrieve
197
197
  * @param {object} [params] extra parameters specific to the exchange API endpoint
198
- * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/#/?id=trade-structure}
198
+ * @returns {Trade[]} a list of [trade structures]{@link https://docs.ccxt.com/?id=trade-structure}
199
199
  */
200
200
  fetchMyTrades(symbol?: Str, since?: Int, limit?: Int, params?: {}): Promise<Trade[]>;
201
201
  nonce(): number;