Path Parameters
class_id*string
class_id associated with the nft
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/nft/v1beta1/classes/string"{
"class": {
"id": "string",
"name": "string",
"symbol": "string",
"description": "string",
"uri": "string",
"uri_hash": "string",
"data": {
"type_url": "string",
"value": "string"
}
}
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}