QAF Draft
Search…
⌃K

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

Example Response Body

{
"data": {
"id": 1255,
"traitType": "Weight",
"value": "60",
"icon": "icon"
},
"message": null,
"code": 0,
"error": false
}

Response Fields

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.