Since: nft v0.1.1
A successful response.
class defines the class of the nft type.
const response = await fetch('https://tia-rest.nownodes.io/cosmos/nft/v1beta1/class', { method: 'GET', headers: {}, }); const data = await response.json();
{ "class": { "id": "text", "name": "text", "symbol": "text", "description": "text", "uri": "text", "uri_hash": "text", "data": { "type_url": "text", "value": "Ynl0ZXM=" } } }