NFT transfer
Last updated
Last updated
Transfer NFTs.
Property | Detail |
---|---|
Parameter | Type | Required | Detail |
---|---|---|---|
blockchain
parametersolana
and solana-testnet
are not supported.
The NFT and token_id
specified in nft_gdn_id
must match and the owner must be sender_wallet_address
.
URL
/api/v1/transfernft
Method
POST
contract_address
str
yes
Address of collection(contract)
token_id
str
yes
Token ID of the target NFT
nft_gdn_id
str
Yes
nft_gdn_id
of target NFT
sender_wallet_address
str
Yes
Transfer source of target NFT
receiver_wallet_address
str
yes
Destination of the target NFT