UNPKG

spacylabs-rhino

Version:
8 lines (6 loc) 274 B
const getAuthenticated = require('../../lib/dvf/get-authenticated') module.exports = async (dvf, nonce, signature) => { const endpoint = '/v1/trading/r/referralRemainingSpins' const response = await getAuthenticated(dvf, endpoint, nonce, signature) return response }