Path Parameters
class_id*string
class_id associated with the nft
id*string
id is a unique identifier of the NFT
Response Body
application/json
application/json
curl -X GET "http://localhost:1317/cosmos/nft/v1beta1/owner/string/string"{
"owner": "string"
}{
"error": "string",
"code": 0,
"message": "string",
"details": [
{
"type_url": "string",
"value": "string"
}
]
}