curl --request POST \
--url https://backend.swap.coffee/v1/claim/{address} \
--header 'Content-Type: application/json' \
--header 'x-verify: <x-verify>' \
--data '[
{
"token_address": "<string>",
"wallet_address": "<string>"
}
]'
[
{
"query_id": 123,
"message": {
"address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez",
"value": "<string>"
}
}
]
curl --request POST \
--url https://backend.swap.coffee/v1/claim/{address} \
--header 'Content-Type: application/json' \
--header 'x-verify: <x-verify>' \
--data '[
{
"token_address": "<string>",
"wallet_address": "<string>"
}
]'
[
{
"query_id": 123,
"message": {
"address": "EQCM3B12QK1e4yZSf8GtBRT0aLMNyEsBc_DhVfRRtOEffLez",
"value": "<string>"
}
}
]
TON proof for the given address
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
all
, referral
, cashback
, staking
, rewards_stonfi
, rewards_dedust
, coffee_dex
, boost
The body is of type object[]
.
User's referral info
The response is of type object[]
.