UNPKG

spacylabs-rhino

Version:
8 lines (6 loc) 211 B
const getGeneric = require('../../lib/dvf/get-generic') module.exports = async dvf => { const endpoint = '/v1/trading/r/referralRewards' const response = await getGeneric(dvf, endpoint) return response }