Request NFT Contract Method ExecutionAsk AIpost https://api.testnet.octet.im/2.0/wallets/{walletIdx}/nfts/executionsRequests to execute NFT Contract Method. uuid of the minting transaction will be returned upon successful request.Path ParamswalletIdxnumberrequiredWallet indexBody ParamsrequestIdstringrequiredUnique ID available to enter when requesting deployment. The request will fail when there is a duplicate requestId exists in the request.encryptedUserKeystringResult of the user key being encrypted with the RSA public key. This must be entered when the key management method is set to joint management. You can find the RSA public key from the developer tool of the Octet console.nftTransactionMemostringDescription of the deployment that can be entered when requesting deployment. This does not involve blockchains and is recorded in Octet’s database.useFeeDelegationbooleanDecide whether to generate fee delegation transactions. When it is set to true, the wallet’s fee address will pay the fees of transactions. This only applies to the platforms that support fee delegation (e.g., Kaia).truefalsecontractAddressstringrequiredNFT contract address.methodstringenumrequiredNFT contract method to execute.transferOwnershipgrantRolerevokeRoleburnownerBurnpauseunpausesetURIShow 8 enum valuesencodedDatastringrequiredEncoded method input data. This must be entered in a hex string starting with ‘0x’.senderAddressstringrequiredSending address. This must be an address that exists in the wallet. Custodial wallets cannot set child address as a senderAddress.descriptionstringDescription of the withdrawal that can be entered when requesting method execution. This does not involve blockchains and is recorded in Octet’s database.pinstringSending address PIN. This must be entered when the sending address is a child address using a PIN.HeadersAuthorizationstringrequiredDefaults to Bearer API tokenResponse 201SuccessUpdated about 1 year ago