RankPage
오늘 기록된 랭킹과 랭킹내의 자기 등수를 가져온다
GET https://{status-domain}/v1.0/swipebrick/rank
Headers
Name
Type
Description
Authorization*
String
Bearer (token)
```json
{
"return": 0,
"message": "success",
"value": {
"my_rank": {
"rank": 1,
"wallet_address": "0x49c29502f54f5f449186535ecde9873a6d99fc2e28208ecbf541325e14b37e68",
"score": 3,
"tier": "E"
},
"ranks": [
{
"wallet_address": "0x49c29502f54f5f449186535ecde9873a6d99fc2e28208ecbf541325e14b37e68",
"score": 3,
"tier": "E"
}
]
}
}
```curl --location --request GET 'https://localhost:51151/v1.0/swipebrick/rank'key
data type
desc.
my_rank
object
현재 랭킹내의 내 최고랭킹
rank
int
rank
wallet_address
string
user address
score
int
stage
tier
string
tier
ranks
array
현재 랭킹 배열(오늘, 10위까지)
wallet_address
string
user address
score
int
stage
tier
string
tier
return
message
desc.
0
success
성공
72000
Not Found User
Last updated