curl --request GET \
--url https://backend.swap.coffee/v1/claim/{address} \
--header 'x-verify: <x-verify>'
{
"aggregated": [
{
"type": "all",
"available_usd": 123
}
],
"detailed": [
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"wallet": "<string>",
"type": "all",
"claimed": "<string>",
"locked": "<string>",
"available": "<string>",
"available_usd": 123
}
]
}
curl --request GET \
--url https://backend.swap.coffee/v1/claim/{address} \
--header 'x-verify: <x-verify>'
{
"aggregated": [
{
"type": "all",
"available_usd": 123
}
],
"detailed": [
{
"token": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ",
"decimals": 123,
"image_url": "<string>",
"listed": true,
"verification": "whitelisted"
}
},
"wallet": "<string>",
"type": "all",
"claimed": "<string>",
"locked": "<string>",
"available": "<string>",
"available_usd": 123
}
]
}
TON proof for the given address
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
all
, referral
, cashback
, staking
, rewards_stonfi
, rewards_dedust
, coffee_dex
, boost
1 <= x <= 100
x >= 1
Account's claiming stats
The response is of type object
.