How to transfer NFTs in different chain, do we provide the APIs?

Hi expert,

I don’t find the APIs for transfer NFTs : https://docs.moralis.io/moralis-dapp/web3-api/nft-api

Since our NFT apis support mutiple chains such as ETH / BSC / MATIC and so on, I also need to transfer nft from one address to another address.

So I wonder if moralis provide such transfer APIs for NFT in different chains?

You can transfer nfts with Moralis.transfer, it will require to use MetaMask usually to sign that transaction. This is usually done in front end, in backend you will need a hardcoded private key to be able to do that type of transfer.

Got it.
Thanks your reply