Supply

Supply queries the number of NFTs from the given class, same as totalSupply of ERC721.

get
Path parameters
class_idstringRequired

class_id associated with the nft

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