> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blockradar.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Asset Recovery API

> Recover tokens accidentally sent to unsupported wallet addresses.

The Asset Recovery API lets you salvage tokens that were accidentally sent to a Blockradar wallet address but are not on the wallet's supported asset list. Without recovery, these tokens would be permanently inaccessible.

## What you can do

* Estimate the network fee required to recover an unsupported token
* Execute a recovery to move the token to a destination address

## Endpoints

| Method | Endpoint                                  | Description                   |
| ------ | ----------------------------------------- | ----------------------------- |
| `POST` | `/wallets/{walletId}/recover/network-fee` | Estimate recovery network fee |
| `POST` | `/wallets/{walletId}/recover`             | Execute asset recovery        |

<Card title="Full API Reference" icon="book" href="/en/api-reference/asset-recovery/salvage-network-fee">
  View all asset recovery endpoints in the API Reference tab.
</Card>
