UNPKG

dvf-client-js

Version:

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

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