Request NFT Item Minting

Requests minting of an NFT item. uuid of the minting transaction will be returned upon successful request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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

Unique ID of the NFT item. The request will fail when an item with the same ID exists. For ERC721 deployed in a custom deployment way, this field is not required if the INCREMENTAL feature is enabled.

string

URI of the NFT item. For ERC721 or KIP17 or CW721, this field must be entered. For ERC721 deployed in a custom deployment way, this field is not required if the URI_STORAGE feature is not enabled.

string

Address to receive the NFT item. When it is not entered, it will be minted to the main address. For Ethereum or Kaia-type platforms, the prefix is ‘0x’, and only lower case addresses and checksum addresses are available.

number

Amount of NFT items. For ERC1155 or KIP37, this field must be entered.

string
required

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

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json