Get Nft Item Attribute Detail
This service returns Nft item attribute object for the specified id parameter.
get
{{server-url}}
/nft-items/attributes/:id
Get Nft Item Attribute Detail
{
"data": {
"id": 1255,
"traitType": "Weight",
"value": "60",
"icon": "icon"
},
"message": null,
"code": 0,
"error": false
}
Key | Type | Description |
---|---|---|
id | Number | Represents nft item attribute's identifier. |
traitType | String | Represents attribute's name. |
value | String | Represents attribute's value |
icon | String | Represents attribute's icon url. |
Last modified 25d ago