profile 조회
GET https://{market-domain}/v1.0/pick/lobby/me/profile
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1Ni....
{
"return": 0,
"message": "success",
"value": {
"banxa_terms_agreed": true,
"profile_path": "https://onbufffile.blob.core.windows.net/inno/live/nft/pack/56/thumb.png",
"nft_quantity": 0,
"planet_participate_count": 0,
"planet_win_count": 0,
"auto_charge_date": "2022-11-29T00:00:00Z"
}
}curl --location --request GET 'https://localhost:51101/v1.0/pick/lobby/me/profile' \
--header 'Authorization: Bearer eyJhbGciOiJIU…….’
key
data type
desc.
banxa_terms_agreed
bool
banxa 이용 동의
profile_path
string
프로필 이미지 url
nft_quantity
int64
nft 보유 수량
planet_participate_count
int64
INNO 게임 참여 횟수
planet_win_count
int64
INNO 게임 승리 횟수
auto_charge_date
string
INNO 게임 포인트 자동 충전 날짜
return
message
desc.
0
success
성공
70002
Failed to load account
계정정보 조회 실패
Last updated