cURL
curl --request POST \ --url https://api.decentri.org/token/{address}/force-transfer \ --header 'Content-Type: application/json' \ --data '{ "formAddress": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2", "toAddress": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2", "value": 100 }'
{ "formAddress": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2", "toAddress": "0x0d1d4e623d10f9fba5db95830f7d3839406c6af2", "value": 100 }
Transfer token
The wallet address of transfer from
"0x0d1d4e623d10f9fba5db95830f7d3839406c6af2"
The wallet address to transfer to
The value of the action
100
The token has been successfully transferred