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