curl --request GET \
--url https://backend.swap.coffee/v1/referral/{address}/list \
--header 'x-verify: <x-verify>'
[
{
"address": "<string>",
"transactions_count": 123,
"rewards": {
"volume": 123,
"fees": 123
}
}
]
curl --request GET \
--url https://backend.swap.coffee/v1/referral/{address}/list \
--header 'x-verify: <x-verify>'
[
{
"address": "<string>",
"transactions_count": 123,
"rewards": {
"volume": 123,
"fees": 123
}
}
]
TON proof for the given address
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
1 <= x <= 100
x >= 1
Account's list of referrals
The response is of type object[]
.