Get NFT contractAsk AIget https://api-wallet-sandbox.venly.io/api/nonfungibles/{secretType}/{contractAddress}This endpoint retrieves NFT contract information by blockchain and contract address.Path ParamssecretTypestringenumrequiredThe blockchain to filter byAETERNITYAVACBITCOINBSCETHEREUMGOCHAINHEDERALITECOINVECHAINMATICNEOIMXARBITRUMOPTIMISMBASEXPLASOLANASUIShow 18 enum valuescontractAddressstringrequiredThe contract address of the NFTQuery Paramsforce_updatebooleanDefaults to falsetruefalseResponses 200NFT contract information 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