UNPKG

@gateway.fm/gtw-dvf-client-js

Version:

DVF client js lib with gateway.fm rpc endpoints

8 lines (5 loc) 229 B
const get = require('../lib/dvf/get-authenticated') const endpoint = '/v1/trading/r/fastWithdrawalMaxAmount' module.exports = async (dvf, token, nonce, signature) => { return get(dvf, endpoint, nonce, signature, { token }) }