내 NFT 목록*
GET
https://{market-domain}/v1.0/mypage/nft/list
Query Parameters
Name
Type
Description
page_offset
int64
페이지 번호 (default : 1)
page_size
int64
페이지 크기 (default : 8)
app_id
int64
검색할 app_id
0 : 모든 app에 검색
grade_id
int64
검색할 grade_id
0 : 모든 등급
1 ~ : 해당 등급만 검색
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiI...
curl --location --request GET 'https://localhost:51071/v1.0/mypage/nft/list' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsI....'
Last updated