curl --request GET \
--url https://backend.swap.coffee/v1/referral/{address} \
--header 'x-verify: <x-verify>'
{
"link": "<string>",
"level": 123,
"fees_percentage": 123,
"referrals_count": 123,
"transactions_count": 123,
"rewards": {
"monthly": {
"volume": 123,
"fees": 123
},
"total": {
"volume": 123,
"fees": 123
}
}
}
curl --request GET \
--url https://backend.swap.coffee/v1/referral/{address} \
--header 'x-verify: <x-verify>'
{
"link": "<string>",
"level": 123,
"fees_percentage": 123,
"referrals_count": 123,
"transactions_count": 123,
"rewards": {
"monthly": {
"volume": 123,
"fees": 123
},
"total": {
"volume": 123,
"fees": 123
}
}
}
TON proof for the given address
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
Account's referral info
The response is of type object
.