Skip to content

Transfer a NFT

POST
/v2/asset/erc721/transfer

Transfer an NFT to a new owner.

X-API-Key
string

API Key

X-API-Secret
string

API Secret

object
from

The from address of the ERC721 token

string
recipient
required

The recipient address of the ERC721 token

string
tokenId
required

The tokenId of the ERC721 token

string
contractDeploymentId
required

The FSCO contractDeploymentId

string
signingWalletId
required

The signingWalletId of the minter

string

Transfer operation result

object
queryId

The queryId of the transferred ERC721 token

string