Referrals
This returns information about your referrals.
Get Referrals
GET
https://api.vaultoro.com/v1/private/referrals
This endpoint allows you to fetch your referral ID and fee schedule.
Headers
Name
Type
Description
VTOKEN
string
Your API token to authenticate requests.
{
"data": {
"code": "q8VGq2B",
"createdAt": 1595582580,
"fees": [
{
"percentage": "20.00",
"type": "REFERRAL_DIRECT"
},
{
"percentage": "5.00",
"type": "REFERRAL_INDIRECT"
}
],
"referred": 0
}
}
Last updated
Was this helpful?