NFT API endpoints

The latest documentation for endpoints is always on the DevPortal: https://partner.socios.com/devportal/apis/f59193f0-b4ea-4eb7-83f8-8b1f2858f181/test

Deprecated

DEPRECATED - Endpoint to get nft data for currently logged-in user

get
/user/nfts
Authorizations
OAuth2implicitRequired
Authorization URL:
Query parameters
locales[]string[]Optional

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

Default: ["en"]
Responses
200

Successfully retrieved list of User's nft's (simple paginationMode enabled)

application/json
get
/user/nfts
200

Successfully retrieved list of User's nft's (simple paginationMode enabled)

Deprecated

DEPRECATED - Endpoint to get single nft data

get
/nft/{id}
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
idstring · uuidRequired

The id of nft to be retrieved

Query parameters
locales[]string[]Optional

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

Default: ["en"]
Responses
200

Successfully retrieved one nft data

application/json
get
/nft/{id}
200

Successfully retrieved one nft data

Last updated