curl --request GET \
--url https://backend.swap.coffee/v1/cashback/user/{address}/list \
--header 'x-verify: <x-verify>'
[
{
"cashback_id": 123,
"earned_usd": 123
}
]
curl --request GET \
--url https://backend.swap.coffee/v1/cashback/user/{address}/list \
--header 'x-verify: <x-verify>'
[
{
"cashback_id": 123,
"earned_usd": 123
}
]
TON proof for the given address
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
1 <= x <= 100
x >= 1
Account's earned stats
The response is of type object[]
.