Transfer NFT (email)
Transfer NFTs from one wallet to another wallet. Intended for wallets created using email
option.
API scope required: wallets:nfts.transfer
This API enables you to initiate a transfer request. Wallets that are created with email
can be logged into via Crossmint.com by the user who owns that email address.
Requests to transfer NFTs within wallets created with email
must be approved by the user. Upon calling this API an email will be sent to the user enabling them to approve or decline the transfer.
Authorizations
Obtained in the Crossmint developer console
Body
Specify the name of the blockchain
arbitrum
, arbitrumnova
, arbitrum-sepolia
, base
, base-sepolia
, bsc
, ethereum
, ethereum-sepolia
, optimism
, optimism-sepolia
, polygon
, polygon-amoy
, shape
, shape-sepolia
, skale-nebula
, skale-nebula-testnet
, solana
, soneium-minato-testnet
, zkyoto
, zora
, zora-sepolia
The wallet address for the current owner
The wallet address the token should be transferred to
The contract address of the token to transfer
The numeric tokenId of the token to be transferred
Required for ERC-1155 only, not relevant for ERC-721 tokens
Response
A message indicating the result.
An ID that can be used to poll the actions API.