/admin/update-ref-sol
Updates an existing referral code with either a new SOL wallet address or commission percentage. Remember to replace parameters with your own values.
await axios.post(`https://api.cryptocadet.app/api/admin/gen-ref-sol`, {
apiKey,
secretKey,
solAddress,
refCode
percent,
uid
})Last updated