> ## 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.

# 资产恢复 API

> 恢复意外发送到不受支持钱包地址的代币。

资产恢复 API 允许您找回意外发送到 Blockradar 钱包地址但不在钱包支持资产列表中的代币。如果不进行恢复，这些代币将永久无法访问。

## 功能概述

* 估算恢复不受支持代币所需的网络费用
* 执行恢复操作，将代币转移到目标地址

## 端点

| 方法     | 端点                                        | 描述       |
| ------ | ----------------------------------------- | -------- |
| `POST` | `/wallets/{walletId}/recover/network-fee` | 估算恢复网络费用 |
| `POST` | `/wallets/{walletId}/recover`             | 执行资产恢复   |

<Card title="完整 API 参考" icon="book" href="/zh/api-reference/asset-recovery/salvage-network-fee">
  在 API 参考选项卡中查看所有资产恢复端点。
</Card>
