UNPKG

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

Version:

DVF client js lib with gateway.fm rpc endpoints

12 lines (9 loc) 266 B
const get = require('../lib/dvf/get-authenticated') /** * * Retrieve feeRate based on deversifi feeRate rules */ module.exports = async (dvf, nonce, signature) => { const endpoint = '/v1/trading/r/30DaysVolume' return get(dvf, endpoint, nonce, signature) }