Owner
Path parameters
class_idstringRequired
class_id associated with the nft
idstringRequired
id is a unique identifier of the NFT
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/nft/v1beta1/owner/{class_id}/{id} HTTP/1.1
Host: kava.nownodes.io
Accept: */*
{
"owner": "text"
}
Last updated