Transfer a token
Learn how to transfer a token
Transfer is the action of sending a token from the owner’s wallet to another wallet on the blockchain.
1
Transfer a token
First, we need to transfer the token.
Please use the read a wallet endpoint to find the ID of the token that you wan’t to transfer.
Remember to switch
<CONTRACT_ID>
, <WALLET_ID>
, <EXTERNAL_WALLET_ADDRESS>
and <TOKEN_ID>
.You will receive a status 202 with an object containing the ID of the transaction.
2
Read a transaction
Every new transfer is queued up to mitigate the possibility of a transaction failing.
Now, let’s check the transaction’s status on the blockchain.
Remember to switch
<TRANSACTION_ID>
.You will receive a status 200 with an object containing the transaction status and transaction hash.
Congratulations! You can check your transaction on the block explorer.