/admin/gen-ref
Generates a new referral code for a given wallet address. Remember to replace parameters with your own values.
await axios.post(`https://api.cryptocadet.app/api/admin/gen-ref`, {
apiKey,
secretKey,
walletAddress,
percent,
uid
})Last updated