Request NFT Contract Method Execution

Requests to execute NFT Contract Method. uuid of the minting transaction will be returned upon successful request.

Path Params
number
required

Wallet index

Body Params
string
required

Unique ID available to enter when requesting deployment. The request will fail when there is a duplicate requestId exists in the request.

string

Result 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.

string

Description of the deployment that can be entered when requesting deployment. This does not involve blockchains and is recorded in Octet’s database.

boolean

Decide 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).

string
required

NFT contract address.

string
enum
required

NFT contract method to execute.

string
required

Encoded method input data. This must be entered in a hex string starting with ‘0x’.

string
required

Sending address. This must be an address that exists in the wallet. Custodial wallets cannot set child address as a senderAddress.

string

Description of the withdrawal that can be entered when requesting method execution. This does not involve blockchains and is recorded in Octet’s database.

string

Sending address PIN. This must be entered when the sending address is a child address using a PIN.

Headers
string
required
Defaults to Bearer

API token

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json