Get Token DetailsAsk AIget https://nft-api-sandbox.venly.io/api/contracts/{secretType}/{contractAddress}/tokens/{tokenId}This endpoint retrieves the details of a token by blockchain, contract address, and token ID.Path ParamscontractAddressstringrequiredThis is the contract address of the tokentokenIdintegerrequiredThe ID of the tokensecretTypestringenumrequiredThe blockchain of the contractAVACBSCETHEREUMMATICHEDERAARBITRUMAllowed:AVACBSCETHEREUMMATICHEDERAARBITRUMResponses 200OK 400When the request contains invalid input 401When the user is not authorized to access the resource 403When a user doesn't have proper security authority 404When a resource is not found 405When the HttpMethod is not supported 415Usually when the input is not a valid json 500When there's an unexpected errorUpdated 5 months ago