@@ -16,19 +16,10 @@ func NewCollectiblesCmd() *cobra.Command {
1616 Use : "collectibles <address>" ,
1717 Short : "Get NFT collectibles (ERC721/ERC1155) held by a wallet address" ,
1818 Long : "Return ERC721 and ERC1155 collectibles (NFTs) held by the given wallet\n " +
19- "address across supported EVM chains. Results include token metadata, images,\n " +
20- "and acquisition timestamps. Spam filtering is enabled by default to hide\n " +
19+ "address across supported EVM chains. Each entry includes the collection and\n " +
20+ "token identity, image URL, quantity held, acquisition timestamp, and spam\n " +
21+ "classification when requested. Spam filtering is enabled by default to hide\n " +
2122 "airdropped junk NFTs.\n \n " +
22- "Response fields per collectible:\n " +
23- " - contract_address: NFT collection contract\n " +
24- " - token_id: unique token identifier within the collection\n " +
25- " - token_standard: 'erc721' or 'erc1155'\n " +
26- " - chain, chain_id: network name and numeric ID\n " +
27- " - name, symbol, description: collection metadata\n " +
28- " - image_url: token image (may be IPFS, HTTP, or data URI)\n " +
29- " - balance: quantity held (always '1' for ERC721, may be >1 for ERC1155)\n " +
30- " - last_acquired: timestamp of most recent acquisition\n " +
31- " - is_spam, spam_score: spam classification (visible with --show-spam-scores)\n \n " +
3223 "Spam filtering uses a scoring model based on collection traits (holder count,\n " +
3324 "transfer patterns, metadata quality). Disable with --filter-spam=false to see\n " +
3425 "all NFTs including suspected spam.\n \n " +
0 commit comments