Comment on page
Get Nft Item Detail
This service returns Nft item object for the specified id parameter.
get
{{server-url}}
/nft-items/:id
Get Nft Item Detail
{
"data": {
"id": 176,
"name": "r/place - 1",
"description": "Reddit r/place 2022 Edition - 1",
"url": "https://stagingnftgift.s3.eu-west-1.amazonaws.com/1649243914981",
"totalSupply": 1,
"contractType": "ERC721",
"attributes": [],
"categories": []
},
"message": null,
"code": 0,
"error": false
}
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 modified 9mo ago