GET
/
{chainName}
/
v1
/
nft
/
collections
/
{address}
/
traits
curl --request GET \
  --url https://data-api.cloud.ormi.dev/{chainName}/v1/nft/collections/{address}/traits
{
  "contract_address": "<string>",
  "traits": [
    {
      "trait_type": "<string>",
      "values": [
        {
          "count": 123,
          "percentage": 123,
          "value": "<string>"
        }
      ]
    }
  ]
}

Path Parameters

address
string
required

Address of the NFT contract

chainName
string
required

Name of the blockchain (e.g., ethereum, polygon, bsc)

Response

200 - application/json
NFT traits
contract_address
string
required
traits
object[]
required