NFT API endpoints
Authorizations
OAuth2implicitRequired
Authorization URL:
Query parameters
locales[]string[]OptionalDefault:
Locales used to translate the current entity. Using the Locale HTTP header should be preferred. The HTTP header version is used in priority if it is given
["en"]Responses
200
Successfully retrieved list of User's nft's (simple paginationMode enabled)
application/json
get
/user/nfts200
Successfully retrieved list of User's nft's (simple paginationMode enabled)
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
idstring · uuidRequired
The id of nft to be retrieved
Query parameters
locales[]string[]OptionalDefault:
Locales used to translate the current entity. Using the Locale HTTP header should be preferred. The HTTP header version is used in priority if it is given
["en"]Responses
200
Successfully retrieved one nft data
application/json
get
/nft/{id}200
Successfully retrieved one nft data
Last updated