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.
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.
<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.
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.
<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.
Any problems during this guide? Check some possible troubleshooting.
Was this page helpful?