Logo
Covalent API Documentation

getTraitsForCollection

GET https://api.covalenthq.com/v1/:chainName/nft/:collectionContract/traits/

Returns: NftCollectionTraitsResponse

{
  "updated_at" : "{{DATETIME}}",
  "items" : [ {
    "name" : "{{STRING}}"
  } ]
}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X GET 'https://api.covalenthq.com/v1/:chainName/nft/:collectionContract/traits/' -H 'Content-Type: application/json'

ENDPOINTS