Owner

Owner queries the owner of the NFT based on its class and id, same as ownerOf in ERC721

get

Deprecated: use cosmos-sdk/x/nft package instead

Path parameters
class_idstringRequired
idstringRequired
Responses
200
A successful response.
application/json
get
GET /coreum/nft/v1beta1/owner/{class_id}/{id} HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
  "owner": "text"
}