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

Path Parameters

owner*string

owner is the owner address of the nft

class_id*string

class_id associated with the nft

Response Body

application/json

application/json

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