Comment on page
Import NFT
This article offers step-by-step guidelines for developers on how to import an NFT into Capture using Capture API.
- 1.Prepare the NFT that you own and wish to import. Fill in the NFT information in the request's
nft
fields. - 2.[Optional] If the NFT's image is not in an image file format, it is recommended to provide an image in the
image_file
field. - 3.[Optional] The next step is to fill in the
signature
andsigned_metadata
. If the owner of the imported NFT is the user's asset wallet, this step is optional but recommended. However, if the owner of the imported NFT is not the user's asset wallet, this step is necessary. These fields will be used to validate that thepublicKey
matches the NFT owner's address, and thesignature
is the result of the address signing thesigned_metadata
. You can check the description and example here. You can also use this website to sign messages online. - 4.[Optional] Fill in any other optional fields.
- 5.
- 6.Once your request from step 5 has been processed, your NFT will be imported as an asset into the Capture.
Last modified 2mo ago