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