NFT Transfer
transfernft
Transfer NFTs.
Basic Information
Property | Detail |
---|---|
URL |
|
Method | POST |
Request parameter
Parameter | Type | Required | Detail |
---|---|---|---|
contract_address | str | yes | Address of collection(contract) |
token_id | str | yes | Token ID of the target NFT |
nft_whales_id | str | Yes |
|
sender_wallet_address | str | Yes | Transfer source of target NFT |
receiver_wallet_address | str | yes | Destination of the target NFT |
Blockchains that can be specified in the blockchain
parameter
blockchain
parameterThe NFT and token_id
specified in nft_whales_id
must match and the owner must be sender_wallet_address
.
Sample requests
Example of successful response
Example of response in case of failure(status code 400)
Last updated