cURL
curl --request POST \ --url https://testnet.walletkit.com/nfts/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "network": "Ethereum", "from": "<string>", "contract_address": "<string>", "recipient": "<string>", "token_id": "<string>", "developer_secret": "<string>", "user_pin": "<string>" }'
{ "transaction_id": "<string>", "network": "Ethereum", "status": "<string>" }
Transfers NFT from from to recipient. The from address must be wallet created in the project.
from
recipient
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object