UNPKG

dvf-client-js

Version:

<img src="https://avatars1.githubusercontent.com/u/56512535?s=200&v=4" align="right" />

40 lines (39 loc) 813 B
// This list is used to build and test examples. // It determines the orders of the example files. module.exports = Object.freeze([ 'register', 'deposit', 'getDeposits', 'getBalance', 'submitOrder', 'getOrders', 'getOrders_forSymbolPair', 'cancelOrder', 'getConfig', 'getOrder', 'getOrdersHist', 'getUserConfig', 'withdraw', 'fastWithdrawal', 'getWithdrawals', 'getWithdrawal', 'withdrawOnChain', 'fullWithdrawalRequest', 'getVaultId', 'ledgerDeposit', 'ledgerSubmitOrder', 'ledgerWithdraw', 'cancelWithdrawal', 'authWithTradingKey', 'fastWithdrawalFee', 'fastWithdrawalMaxAmount', 'ammDeposit', 'ammWithdrawal', 'transferAndWithdraw' // TODO // 'submitBuyOrder', // 'submitSellOrder', // Not implemented // 'getFeeRates', // 'getFeeRate', ])