UNPKG

spacylabs-rhino

Version:
8 lines (6 loc) 283 B
const postAuthenticated = require('../../lib/dvf/post-authenticated') module.exports = async (dvf, user, nonce, signature) => { const endpoint = '/v1/trading/w/referralSpin' const response = await postAuthenticated(dvf, endpoint, nonce, signature, { user }) return response }