NFT transfer
transfernft
Transfer NFTs.
Basic Information
Property
Detail
URL
/api/v1/transfernft
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_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
Blockchains that can be specified in the blockchain
parameter
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
.
Sample requests
Example of successful response
Example of response in case of failure(status code 400)
Last updated