Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/nft/v1beta1/supply/{class_id}

Path Parameters

class_id*string

class_id associated with the nft

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/nft/v1beta1/supply/string"
{
  "amount": "string"
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}