GET
/
v1
/
contests
/
{id}
/
top
curl --request GET \
  --url https://backend.swap.coffee/v1/contests/{id}/top
[
  {
    "address": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
    "position": 123,
    "volume_usd": 123
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
integer
required

Response

200
application/json
User stats for given contest
address
string
required
position
integer
required
volume_usd
number
required