Get Nft Item Detail
This service returns Nft item object for the specified id parameter.
Get Nft Item Detail
GET
{{server-url}}/nft-items/:id
It returns category object
Path Parameters
Name
Type
Description
id*
Number
Represents nft-item's identifier
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
Example Response Body
Response Fields
Key
Type
Description
id
Number
Represents Nft item's identifier
name
String
Represents Nft item's name
description
String
Represents Nft item's description
url
String
Represents Nft item's content url
totalSupply
Number
Represents count of Nft item
contractType
String
Represents Nft item's contract type. It can be ERC721 or ERC1155
attributes
Array
Represents Nft item's attributes
categories
Array
Represents Nft item's category.
Last updated