> ## 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 钱包中持有的稳定币转换为法币，并直接支付到银行账户。这为您的用户提供稳定币出金通道。

## 功能概述

* 查询支持的法币资产、金融机构和汇率
* 发送前验证收款方银行账户
* 获取法币提现报价
* 从主钱包或子地址执行法币提现

## 端点

| 方法     | 端点                                                              | 描述         |
| ------ | --------------------------------------------------------------- | ---------- |
| `GET`  | `/withdraw-fiat/assets`                                         | 列出支持的法币资产  |
| `GET`  | `/withdraw-fiat/institutions`                                   | 列出支持的金融机构  |
| `GET`  | `/withdraw-fiat/rates`                                          | 获取当前汇率     |
| `GET`  | `/withdraw-fiat/currencies`                                     | 列出支持的货币    |
| `POST` | `/withdraw-fiat/verify`                                         | 验证收款方银行账户  |
| `POST` | `/wallets/{walletId}/withdraw-fiat/quote`                       | 从主钱包获取报价   |
| `POST` | `/wallets/{walletId}/withdraw-fiat`                             | 从主钱包执行法币提现 |
| `POST` | `/wallets/{walletId}/addresses/{addressId}/withdraw-fiat/quote` | 从子地址获取报价   |
| `POST` | `/wallets/{walletId}/addresses/{addressId}/withdraw-fiat`       | 从子地址执行法币提现 |

<Card title="完整 API 参考" icon="book" href="/zh/api-reference/withdraw-fiat/get-supported-assets">
  在 API 参考选项卡中查看所有法币提现端点。
</Card>
