UNPKG

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

Version:

DVF client js lib with gateway.fm rpc endpoints

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