@gateway.fm/gtw-dvf-client-js
Version:
DVF client js lib with gateway.fm rpc endpoints
40 lines (39 loc) • 813 B
JavaScript
// 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',
])