curl --request GET \
--url https://backend.swap.coffee/v1/contests/{id}/top
[
{
"address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"position": 123,
"volume_usd": 123
}
]
curl --request GET \
--url https://backend.swap.coffee/v1/contests/{id}/top
[
{
"address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"position": 123,
"volume_usd": 123
}
]
User stats for given contest
The response is of type object[]
.