Balance

Balance queries the number of NFTs of a given class owned by the owner, same as balanceOf in ERC721

get
Path parameters
owneranyRequired

owner is the owner address of the nft

class_idanyRequired

class_id associated with the nft

Responses
application/json
objectOptional
get
GET /cosmos/nft/v1beta1/balance/{owner}/{class_id} HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
  "amount": "text"
}