cURL
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>" } ] } ] }
Get a list of traits for a particular NFT address
Address of the NFT contract
Name of the blockchain (e.g., ethereum, polygon, bsc)
NFT traits
The response is of type object.
object