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