Get NFTs by ChainAsk AIget https://api-wallet-sandbox.venly.io/api/wallets/nonfungiblesThis endpoint retrieves NFTs by blockchain.Query ParamsincludePossibleSpambooleanDefaults to falseIndication to include possible spam NFTs in the response body or not.truefalseincludeNsfwbooleanDefaults to falseBoolean flag which indicates to show the NSFW NFTs in the response body or not.truefalseuserIdstringFilter results based on the user ID.includeUsersbooleanDefaults to falseBoolean flag to include the users who hold the NFT or nottruefalsesecretTypearray of stringsThe blockchain to filter and retrieve NFTs bysecretTypeADD stringResponses 200NFTs of wallet retrieved successfully. 400Request validation failed (400) 401Authentication required or failed (401) 403User lacks required permissions (403) 404Resource not found (404) 405HTTP method not supported (405) 415Request body is not valid JSON or wrong media type (415) 500Unexpected server error (500)Updated 5 months ago