The source address. It must be associated with a NFT Wallet that your app controls.
to_address
string
The destination address. It can be a NFT Wallet or any external address that supports NFTs.
contract_address
string
The contract address of the NFT you wish to transfer. Each collection of NFTs has its own address on the blockchain.
token_id
integer
The token id of the specific NFT item that you want to transfer.
amount
integer
If this NFT supports multiple copies (as in ERC-1155), then you can specify the amount of NFTs you want to transfer. For ERC-721 tokens, this can be blank or you can set it to 1.