2 - Direct transfer of tokens (investor external self manage wallet)

POST {{base_url_servicing}}/tokens/{{token_id}}/actions/validate/transfer

https://docs.tokeny.com/reference/tokentrextransfernestjscontroller_validatetransfer

This endpoint validates the transfer feasibility; that the transaction will be successful once onchain. It saves the cost of a failing transaction.

Request Body

{"ethereumNetwork"=>"MUMBAI", "tokenQuantity"=>"1", "tokenAddress"=>"0x27e55a309b7bb9ddbc70bed7dfa1431d6c816fbd", "senderWallet"=>"0x0de68aae8b95cf79352dcb01477b52d95e395297", "recipientWallet"=>"0x54d00d07aee10f2a847d6efd5aec0aa316131718"}

RESPONSES

status: OK

{"valid":true}