Recovery tokens of a wallet

POST {{base_url_servicing}}/tokens/{{token_id}}/holder/26d25d76-a2e1-45c0-9620-e9a26b2b791e/recover

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

tokens/{token_id}/holder/{holderId}/recover

This endpoint can be used if an investor lose access to his wallet, or if he pass away and an authorized person request the security tokens to be transfered.

The recovery endpoint allows to remove old wallet and add the new one for this investor identity, as well as send tokens to the new wallet.

The extra, not mandatory additionalTokens field can be added, if you wish to recover for multiple tokens at once.

ethereumNetwork: string,
tokenAddress: string,
oldWallet: string,
newWallet: string,
additionalTokens: [
string
]

Request Body

{"ethereumNetwork"=>"{{network}}", "tokenAddress"=>"0x27e55a309b7bb9ddbc70bed7dfa1431d6c816fbd", "oldWallet"=>"0x125c391b91abc9450ff07aacf381d3b9b310eb00", "newWallet"=>"0x1F5E349b5096c572240E2067F121d9C4914c7850"}