class_id associated with the nft
id is a unique identifier of the NFT
A successful response.
const response = await fetch('https://coreum.nownodes.io/cosmos/nft/v1beta1/owner/{class_id}/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "owner": "text" }