curl --request GET \
--url https://backend.swap.coffee/v1/contests/{id}/user/{address} \
--header 'x-verify: <x-verify>'
{
"address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"position": 123,
"volume_usd": 123
}
curl --request GET \
--url https://backend.swap.coffee/v1/contests/{id}/user/{address} \
--header 'x-verify: <x-verify>'
{
"address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"position": 123,
"volume_usd": 123
}
TON proof for the given address
"UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV"
User stats for given contest
The response is of type object
.