cURL
curl --request GET \ --url https://data-api.cloud.ormi.dev/somnia/v1/nft/collections/{address}/traits
{ "contract_address": "<string>", "traits": [ { "trait_type": "<string>", "values": [ { "value": "<string>", "count": 123, "percentage": 123 } ] } ] }
Get a list of traits for a particular NFT address
Documentation IndexFetch the complete documentation index at: https://ormilabs.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ormilabs.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Address of the NFT contract
NFT traits
Show child attributes