Transfer Nft Item from Client
Transfer Nft item from client to other wallet.
Transfer Nft Item from Client
POST
{{server-url}}/web3/client/transfer
It returns transaction hash of blockchain transaction.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | UUID formatted access token |
Content-Type* | String | application/json |
PROJECT-ID* | String | UUID formatted projectId information |
Request Body
Name | Type | Description |
---|---|---|
senderAddress | String | Represents sender's wallet address |
receiverAddress | String | Represents receiver's wallet address |
amount | Number | Represents count of Nft item |
nftItemId | Number | Represents Nft item's identifier, which will send after this transaction |
Example Response Body
Last updated