Transfer an NFT
How to perform a non-fungible transfer. E.g transfer an ERC721 or ERC1155 token from one wallet to another.
Last updated
How to perform a non-fungible transfer. E.g transfer an ERC721 or ERC1155 token from one wallet to another.
Last updated
HTTP
Signing-Method
Header
id:value
id
: This is the ID of the signing method
value
: This is the value of the signing method
756ae7a7-3713-43ee-9936-0dff50306488:123456
transactionRequest
Body
This object includes the transaction information
Object
✅
transactionRequest.type
Body
This will be NFT_TRANSFER
String
✅
transactionRequest.walletId
Body
The id
of the wallet that will initiate the tx
String
✅
transactionRequest.to
Body
Destination Address (can be a blockchain address or email address)
String
✅
transactionRequest.secretType
Body
On which blockchain the tx will be executed
String
✅
transactionRequest.tokenAddress
Body
The token contract address
String
✅
transactionRequest.tokenId
Body
The ID
of the token you want to transfer
Integer
✅
pincode
(Deprecated)
Body
PIN related to the wallet ID
String
❌
JSON
JSON