UNPKG

spacylabs-rhino

Version:
7 lines (5 loc) 178 B
const getGeneric = require('../../lib/dvf/get-generic') module.exports = async (dvf) => { const endpoint = '/v1/trading/r/stampedeConfig' return getGeneric(dvf, endpoint) }