Collection NFTsCopy Pageget https://api.poprank.io/nfts/{slug}Get a collection's NFTs.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path ParamsslugstringrequiredIdentifies the collection on PopRank and is used in the URL.Query ParamsoffsetdoubleThe offset at which to start returning tokens (after filtering and sorting). Default is 0.countdoubleThe number of tokens to return. Must be between 1-200, inclusive.sortBystringenumThe sorting mode, e.g. 'aesthetic', 'price', 'rarityTraitSum'. The default is 'aesthetic'.aestheticpricerarityTraitSumrarityJaccardAllowed:aestheticpricerarityTraitSumrarityJaccardascbooleanIf false, the tokens are sorted in descending order. Default is true.truefalsenamestringThe partial or full name of tokens to be returned.traitFiltersarray of stringsThe IDs of required traits of tokens to be returned.traitFiltersADD stringidsarray of stringsThe IDs of specific NFTs to return.idsADD stringminAestheticdoubleThe minimum aesthetic rank of tokens to be returned.maxAestheticdoubleThe maximum aesthetic rank of tokens to be returned.minRarityTraitSumdoubleThe minimum rarity rank of tokens to be returned.maxRarityTraitSumdoubleThe maximum rarity rank of tokens to be returned.minPricedoubleThe minimum price (in ETH) of tokens to be returned.maxPricedoubleThe maximum price (in ETH) of tokens to be returned.onlyUserTokensstringIf true, only user's tokens will be returned.userstringThe wallet address of the user to be used in tandem with onlyUserTokens.Responses 200Contains array of NFT objects. 400Please provide correctly formatted path or query params 404Collection is invalid, inactive, or inaccessible. 500Unable to fetch the NFTs.Updated about 4 years ago Did this page help you?YesNo