Balance

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

get
Path parameters
ownerstringRequired

owner is the owner address of the nft

class_idstringRequired

class_id associated with the nft

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

Revision created

GitBook: No commit message